|
|
@@ -212,8 +212,8 @@
|
|
|
<title>Regression in PHP 5.3</title>
|
|
|
|
|
|
<para>
|
|
|
- Prior to PHP 5.3, <functionname>parse_ini_file()</functionname> and
|
|
|
- <functionname>parse_ini_string()</functionname> handled non-ASCII characters
|
|
|
+ Prior to PHP 5.3, <function>parse_ini_file()</function> and
|
|
|
+ <function>parse_ini_string()</function> handled non-ASCII characters
|
|
|
within INI option keys worked without an issue. However, starting with PHP 5.3,
|
|
|
any such keys will now be silently dropped in the returned array from either
|
|
|
function. If you had keys utilizing UTF-8 or Latin-1 characters, you may find
|