From: lig at maolek dot com Operating system: XP SP2 PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: confusing note when compared to example on parse_ini_file
Description: ------------ documentation page: http://www.php.net/parse_ini_file There is a note that states: 'If a value in the ini file contains any non-alphanumeric characters it needs to be enclosed in double-quotes (").' and right below it is an example that doesn't follow it. Unless slashes are considered part of the alphanumeric set. Specific part of example: [second_section] path = /usr/local/bin <-- this needs to be double quoted URL = "http://www.example.com/~username" -- Edit bug report at http://bugs.php.net/?id=35576&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35576&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35576&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35576&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35576&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35576&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35576&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35576&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35576&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35576&r=support Expected behavior: http://bugs.php.net/fix.php?id=35576&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35576&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35576&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35576&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35576&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35576&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35576&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35576&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35576&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35576&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35576&r=mysqlcfg