ID: 46326
User updated by: RQuadling at GMail dot com
Reported By: RQuadling at GMail dot com
Status: Open
Bug Type: PHP options/info functions
Operating System: Windows XP SP3
PHP Version: 5.3CVS-2008-10-17 (snap)
New Comment:
Wouldn't surprise me.
Previous Comments:
------------------------------------------------------------------------
[2008-10-22 11:25:29] [EMAIL PROTECTED]
So it's most likely Windows only issue. (can't reproduce here..)
------------------------------------------------------------------------
[2008-10-21 19:09:45] RQuadling at GMail dot com
"real"? <raspberry>
But no. I'm all windows here.
------------------------------------------------------------------------
[2008-10-21 09:29:02] [EMAIL PROTECTED]
Can you reproduce this with some real OS, line Linux?
------------------------------------------------------------------------
[2008-10-17 13:25:38] RQuadling at GMail dot com
Oh and supplying the INI file via the command line on the 5.3 alpha
makes no difference either ...
C:\>c:\PHP5\php.exe -c C:\php\PHP5\INI\php-cli.ini z:\phpdetails.php
php_sapi_name() = cli
phpversion() = 5.3.0alpha3-dev
php_ini_loaded_file() = C:\PHP\PHP5\INI\php-cli.ini
php_ini_scanned_files() =
error_reporting() = 22519
INI error_reporting = error_reporting =
E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
------------------------------------------------------------------------
[2008-10-17 12:50:10] RQuadling at GMail dot com
Some more examples in playing around with this ...
php_sapi_name() = cli
phpversion() = 5.3.0alpha3-dev
php_ini_loaded_file() = C:\PHP\PHP5\INI\php-cli.ini
php_ini_scanned_files() =
error_reporting() = 22519
INI error_reporting = error_reporting = E_ALL
php_sapi_name() = cli
phpversion() = 5.3.0alpha3-dev
php_ini_loaded_file() = C:\PHP\PHP5\INI\php-cli.ini
php_ini_scanned_files() =
error_reporting() = 22519
INI error_reporting = error_reporting = E_ALL & ~E_NOTICE
php_sapi_name() = cli
phpversion() = 5.3.0alpha3-dev
php_ini_loaded_file() = C:\PHP\PHP5\INI\php-cli.ini
php_ini_scanned_files() =
error_reporting() = 22519
INI error_reporting = error_reporting =
E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
Just to confirm that last one ...
If I use V5.2.6 like so ...
C:\>c:\PHP5.2.6\php.exe -c C:\php\PHP5\INI\php-cli.ini
z:\phpdetails.php
The output is ...
php_sapi_name() = cli
phpversion() = 5.2.6
php_ini_loaded_file() = C:\PHP\PHP5\INI\php-cli.ini
php_ini_scanned_files() =
error_reporting() = 4177
INI error_reporting = error_reporting =
E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/46326
--
Edit this bug report at http://bugs.php.net/?id=46326&edit=1