View Single Post
  #1 (permalink)  
Old 10-25-2007, 08:58 PM
clone45 clone45 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 11
Default Zend_Config_Ini chokes on exclamation point

Hello!

I have an .ini file that contains a section that looks like:
[FOO]
password = some!password
The exclamation point seems to cause zend_config_ini to barf:

Warning: Error parsing ... in C:\xampp\php\PEAR\Zend\Config\Ini.php on line 102

Any ideas?

Thanks!
- Bret
Reply With Quote