Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Bug #132 Config/Container/IniFile.php stumbles over directives containing %
Submitted: 2003-10-21 09:50 UTC
From: jw Assigned: mansion
Status: Closed Package: Config
PHP Version: 4.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 47 - 45 = ?

 
 [2003-10-21 09:50 UTC] jw
Description: ------------ When I add a directive to a section and its content includes a '%', the resulting line in the IniFile will not enclose the string with "". This makes the Parser stumble over this line when loading the IniFile later: Warning: Error parsing inifile.conf on line 12 in /usr/share/php/Config/Container/IniFile.php on line 63 Solution would be to add the following somewhere arround line 122 in Config/Container/IniFile.php: strpos( $content, '%' ) !== false || This happens with PHP 4.3.3 and seems to be a problem of parse_ini_file().

Comments

 [2003-11-29 09:28 UTC] mansion at php dot net
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.