From: fbeyer at clickhand dot de Operating system: any PHP version: 4.3.2RC1 PHP Bug Type: Feature/Change Request Bug description: parse_ini_file
I would like to have parse_ini_file() return false on failure. Currently, if there is a syntax error inside, the function will return an array containing the data parsed until the error position and therefore there is no possibility for the application to ensure that the file is read properly. -- Edit bug report at http://bugs.php.net/?id=22750&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22750&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22750&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22750&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22750&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22750&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22750&r=support Expected behavior: http://bugs.php.net/fix.php?id=22750&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22750&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22750&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22750&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22750&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22750&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22750&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22750&r=gnused
