Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #41022 : php.ini-recommended does not work
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 17th July 01:30
php-bugs
External User
 
Posts: 1
Default #41022 : php.ini-recommended does not work



From: mattd at internode dot on dot net
Operating system: Windows 2003 SP1
PHP version: 5.2.1
PHP Bug Type: *Configuration Issues
Bug description: php.ini-recommended does not work

Description:
------------
Hello, Thankyou for taking the time to look at this.

I am experincing this problem, i have installed the latest apache 2.2 and
downloaded the latest php 5.2.1 and extracted it to c:\php i changed
php.ini-recommended to php.ini

In the apache httpd.conf i have set the nesscary settings and specified
PHPIniDir = "C:/php"

Apache Service monitor says apache/2.2.4 (Win32) PHP/5.2.1

I am loading a php file that has <?phpinfo();?> in the root of httpddocs.

When browse to the website and view the phpinfo.php which contains the
above, I get a blank page. I view teh source code for the page and i see
<?phpinfo();?>, after trying numerious things, i decided to try
php.ini-dist and change it to php.ini.

It works i get the successfully create phpinfo page with all the php
information.

So what in the php.ini-recommended is causing php not to phrase PHP files.


- This happens with the latest CVS snapshot.
- I'm using unaltered php.ini-recommended except for changing it to .ini

THankyou in advance for your help.

--
Edit bug report at http://bugs.php.net/?id=41022&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=41022&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=41022&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=41022&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=41022&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=41022&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=41022&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=41022&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=41022&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=41022&r=support
Expected behavior: http://bugs.php.net/fix.php?id=41022&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=41022&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=41022&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=41022&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=41022&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=41022&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=41022&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=41022&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=41022&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=41022&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=41022&r=mysqlcfg
  Reply With Quote


  sponsored links


2 17th July 01:31
php-bugs
External User
 
Posts: 1
Default #41022 : php.ini-recommended does not work



ID: 41022
User updated by: mattd at internode dot on dot net
Reported By: mattd at internode dot on dot net
Status: Open
Bug Type: *Configuration Issues
Operating System: Windows 2003 SP1
PHP Version: 5.2.1
New Comment:

Changed email address


Previous Comments:
------------------------------------------------------------------------

[2007-04-08 13:00:52] mattd at internode dot on dot net

Description:
------------
Hello, Thankyou for taking the time to look at this.

I am experincing this problem, i have installed the latest apache 2.2
and downloaded the latest php 5.2.1 and extracted it to c:\php i changed
php.ini-recommended to php.ini

In the apache httpd.conf i have set the nesscary settings and specified
PHPIniDir = "C:/php"

Apache Service monitor says apache/2.2.4 (Win32) PHP/5.2.1

I am loading a php file that has <?phpinfo();?> in the root of
httpddocs.

When browse to the website and view the phpinfo.php which contains the
above, I get a blank page. I view teh source code for the page and i see
<?phpinfo();?>, after trying numerious things, i decided to try
php.ini-dist and change it to php.ini.

It works i get the successfully create phpinfo page with all the php
information.

So what in the php.ini-recommended is causing php not to phrase PHP
files.

- This happens with the latest CVS snapshot.
- I'm using unaltered php.ini-recommended except for changing it to
..ini

THankyou in advance for your help.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=41022&edit=1
  Reply With Quote
3 17th July 01:31
External User
 
Posts: 1
Default #41022 : php.ini-recommended does not work


ID: 41022
Updated by: johannes@php.net
Reported By: mattd at internode dot on dot net
-Status: Open
+Status: Bogus
Bug Type: *Configuration Issues
Operating System: Windows 2003 SP1
PHP Version: 5.2.1
New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the do***entation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

php.ini-recommended disables short_open_tags and turns display_errors
of so you need <?php phpinfo(); ?>.


Previous Comments:
------------------------------------------------------------------------

[2007-04-08 13:07:51] mattd at internode dot on dot net

Changed email address

------------------------------------------------------------------------

[2007-04-08 13:00:52] mattd at internode dot on dot net

Description:
------------
Hello, Thankyou for taking the time to look at this.

I am experincing this problem, i have installed the latest apache 2.2
and downloaded the latest php 5.2.1 and extracted it to c:\php i changed
php.ini-recommended to php.ini

In the apache httpd.conf i have set the nesscary settings and specified
PHPIniDir = "C:/php"

Apache Service monitor says apache/2.2.4 (Win32) PHP/5.2.1

I am loading a php file that has <?phpinfo();?> in the root of
httpddocs.

When browse to the website and view the phpinfo.php which contains the
above, I get a blank page. I view teh source code for the page and i see
<?phpinfo();?>, after trying numerious things, i decided to try
php.ini-dist and change it to php.ini.

It works i get the successfully create phpinfo page with all the php
information.

So what in the php.ini-recommended is causing php not to phrase PHP
files.

- This happens with the latest CVS snapshot.
- I'm using unaltered php.ini-recommended except for changing it to
..ini

THankyou in advance for your help.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=41022&edit=1
  Reply With Quote


  sponsored links


Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666