From: [EMAIL PROTECTED] Operating system: Win2k/CGI PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: parse_ini_file causes PHP to exit if ini file syntax is malformed 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 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]