Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
When used with Configuration component, the following INI file brings an error : Countries["CÔTE D'IVOIRE"]="Wybrze?e Ko?ci S?oniowej" The error is : Parse error: syntax error, unexpected T_STRING, expecting ']' in /var/www/activation/ezc/Configuration/src/ini/ini_reader.php(129) : eval()'d code on line 1 You have to escape the simple quote like this, to work : Countries["CÔTE D\'IVOIRE"]="Wybrze?e Ko?ci S?oniowej" But I think ini_reader should avoid this case by escaping quotes automatically... Environment: Operating System: Linux, Debian |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||