[PHP-DOC] cvs: phpdoc /en/reference/iconv ini.xml
by Jakub Vrana other posts by this author
Nov 3 2005 2:10AM messages near this date
[PHP-DOC] cvs: phpdoc /en/language operators.xml
|
[PHP-DOC] #35060 [Opn->Bgs]: problematic safe_mode restriction in GD library
vrana Thu Nov 3 05:09:36 2005 EDT
Modified files:
/phpdoc/en/reference/iconv ini.xml
Log:
ISO8859-1 instead of ISO-8859-1 (bug #35068)
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/ini.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/iconv/ini.xml
diff -u phpdoc/en/reference/iconv/ini.xml:1.4 phpdoc/en/reference/iconv/ini.xml:1.5
--- phpdoc/en/reference/iconv/ini.xml:1.4 Tue Feb 22 12:36:06 2005
+++ phpdoc/en/reference/iconv/ini.xml Thu Nov 3 05:09:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<section id="iconv.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -39,6 +39,12 @@
</table>
&ini.php.constants;
</para>
+ <warning>
+ <para>
+ Some systems (like IBM AIX) use "ISO8859-1" instead of "ISO-8859-1" so this
+ value has to be used in configuration options and function parameters.
+ </para>
+ </warning>
<note>
<para>
Configuration option <parameter> iconv.input_encoding</parameter> is
|