Edit report at http://bugs.php.net/bug.php?id=51817&edit=1
ID: 51817 Updated by: dtajchre...@php.net Reported by: 5superbsd at gmail dot com Summary: php .ini file parser does not allow ! in ini values -Status: Open +Status: Bogus Type: Bug Package: Unknown/Other Function Operating System: windows7 PHP Version: Irrelevant New Comment: Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php SOFT_DESCRIPTION = "create the Joomla! templateDetails.xml file" . Previous Comments: ------------------------------------------------------------------------ [2010-05-14 03:00:44] 5superbsd at gmail dot com Description: ------------ if in .ini file values has '!',parse_ini_file will failed. Test script: --------------- this is en_GB.ini file code: SOFT_DESCRIPTION=create the Joomla! templateDetails.xml file this is php file code: $language = parse_ini_file($language_file); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51817&edit=1