ID:               46326
 Updated by:       scott...@php.net
 Reported By:      RQuadling at GMail dot com
-Status:           Open
+Status:           Closed
 Bug Type:         PHP options/info functions
 Operating System: *
 PHP Version:      5.3CVS-2008-10-17 (snap)


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

[2008-12-19 12:19:04] paj...@php.net

New ini parser, not windows specific then, unassigned. 

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

[2008-12-19 11:17:47] rquadl...@php.net

Ah. This must be a change in PHP5.3, as the BOM is present on the ini 
file and is working with no problems on PHP5.2

So, this isn't a bogus report.




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

[2008-12-19 11:16:22] rquadl...@php.net

Unicode BOM on the INI file makes the INI file unreadable by php.exe 
with regard to INI settings, though can be read using 
file_get_contents(), etc.

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

[2008-12-19 11:15:29] RQuadling at GMail dot com

Oh bugger.

Went to a brand new out of the box system. Copied the latest PHP 
5.3.0alpha4-dev (cli) (built: Dec 19 2008 10:05:54).

Copied my error_reporting.ini file ...

error_reporting=E_ALL

Ran php -c error_reporting.ini -i | find "error_reporting" and got no 
values.

Did a type error_reporting.ini and then I slumped.

My editor is saving the BOM.

Removed the BOM and voi bloody la.

For the life of me, I can't get the BOM to NOT be saved in all 
instances.

So, making this a Bogus report and a getting the wall ready for some 
head banging.

Sorry for the noise.

I'll shutup now.

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

[2008-12-19 10:45:38] paj...@php.net

Using php.ini:
error_reporting = E_ALL

5.3.0-latest VC6:

C:\Users\pierre\Documents\test\php53vc6>php.exe -c php.ini  -i | find
"error_reporting"
error_reporting => 30719 => 30719

5.3.0-latest NTS VC9:
C:\Users\pierre\Documents\test\php53a2ntsvc9>php.exe -c php.ini  -i |
find "error_reporting"
error_reporting => 30719 => 30719

Tested on xp, vista, 2k3 and 2k8 (x86 and x64). It works as well inside
apache2 sapi or fcgi (iis7).

Not sure what's wrong on your system. Do you have a clean system
(without registry changes, no ini every where, etc.) to test again?

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

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

Reply via email to