ID: 13279 Updated by: eskaly Reported By: [EMAIL PROTECTED] Status: Open Bug Type: PHP options/info functions Operating System: Win2k/CGI PHP Version: 4.0.6 New Comment:
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> Previous Comments: ------------------------------------------------------------------------ [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 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]