ID: 13279
Updated by: derick
Reported By: [EMAIL PROTECTED]
Status: Open
Old Bug Type: PHP options/info functions
Bug Type: Documentation problem
Operating System: Win2k/CGI
PHP Version: 4.0.6
New Comment:

It's not a bug anyways... making it a Documentation problem.


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

[2002-01-24 07:56:19] [EMAIL PROTECTED]

doesn't seem to be os depended, got the same behaviour under linux
2.4.3, php 4.0.6
malformed means for example
<sample.ini>
[foo]
bar = buz
boz
<EOF>

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

[2001-09-13 03:42:51] [EMAIL PROTECTED]

parse_ini_file() causes PHP to exit if ini file syntax is malformed.
This can be reproduced by parsing a ini file with the following
content:

; Start broken ini file
a
; End broken ini file

This is not quite a bug - more an expression of the belief that
functions should exit gracefully when possible. :)

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



Edit this bug report at http://bugs.php.net/?id=13279&edit=1

Reply via email to