2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:28:18 +00:00
|
|
|
<!-- $Revision$ -->
|
2011-05-02 23:07:45 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="iconv.configuration" xmlns="http://docbook.org/ns/docbook">
|
2002-09-12 13:36:47 +00:00
|
|
|
&reftitle.runtime;
|
|
|
|
&extension.runtime;
|
|
|
|
<para>
|
|
|
|
<table>
|
2011-05-02 23:07:45 +00:00
|
|
|
<title>Iconv &ConfigureOptions;</title>
|
2005-02-22 17:36:12 +00:00
|
|
|
<tgroup cols="4">
|
2002-09-12 13:36:47 +00:00
|
|
|
<thead>
|
2011-05-02 23:07:45 +00:00
|
|
|
<row>
|
|
|
|
<entry>&Name;</entry>
|
|
|
|
<entry>&Default;</entry>
|
|
|
|
<entry>&Changeable;</entry>
|
|
|
|
<entry>&Changelog;</entry>
|
|
|
|
</row>
|
2002-09-12 13:36:47 +00:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2012-01-11 07:37:46 +00:00
|
|
|
<entry><link linkend="ini.iconv.input-encoding">iconv.input_encoding</link></entry>
|
2014-02-14 04:46:43 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2014-08-28 04:53:06 +00:00
|
|
|
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
|
2002-09-12 13:36:47 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2012-01-11 07:37:46 +00:00
|
|
|
<entry><link linkend="ini.iconv.output-encoding">iconv.output_encoding</link></entry>
|
2014-02-14 04:46:43 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2014-08-28 04:53:06 +00:00
|
|
|
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
|
2002-09-12 13:36:47 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
2012-01-11 07:37:46 +00:00
|
|
|
<entry><link linkend="ini.iconv.internal-encoding">iconv.internal_encoding</link></entry>
|
2014-02-14 04:46:43 +00:00
|
|
|
<entry>""</entry>
|
2012-02-29 00:24:15 +00:00
|
|
|
<entry>PHP_INI_ALL</entry>
|
2014-08-28 04:53:06 +00:00
|
|
|
<entry>Available since PHP 4.0.5. Deprecated in PHP 5.6.0.</entry>
|
2002-09-12 13:36:47 +00:00
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|
|
|
|
</para>
|
2011-05-02 23:07:45 +00:00
|
|
|
|
|
|
|
&ini.descriptions.title;
|
|
|
|
|
2005-11-03 10:09:30 +00:00
|
|
|
<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>
|
2011-05-02 23:07:45 +00:00
|
|
|
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry xml:id="ini.iconv.input-encoding">
|
|
|
|
<term>
|
|
|
|
<parameter>iconv.input_encoding</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
2014-08-28 04:53:06 +00:00
|
|
|
&warn.deprecated.feature-5-6-0;
|
2011-05-02 23:07:45 +00:00
|
|
|
<para>
|
2014-08-28 04:53:06 +00:00
|
|
|
PHP 5.6 and later users should leave this empty and set
|
|
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
|
|
instead.
|
2011-05-02 23:07:45 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.iconv.output-encoding">
|
|
|
|
<term>
|
|
|
|
<parameter>iconv.output_encoding</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
2014-08-28 04:53:06 +00:00
|
|
|
&warn.deprecated.feature-5-6-0;
|
2011-05-02 23:07:45 +00:00
|
|
|
<para>
|
2014-08-28 04:53:06 +00:00
|
|
|
PHP 5.6 and later users should leave this empty and set
|
|
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
|
|
instead.
|
2011-05-02 23:07:45 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="ini.iconv.internal-encoding">
|
|
|
|
<term>
|
|
|
|
<parameter>iconv.internal_encoding</parameter>
|
|
|
|
<type>string</type>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
2014-08-28 04:53:06 +00:00
|
|
|
&warn.deprecated.feature-5-6-0;
|
2011-05-02 23:07:45 +00:00
|
|
|
<para>
|
2014-08-28 04:53:06 +00:00
|
|
|
PHP 5.6 and later users should leave this empty and set
|
|
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
|
|
instead.
|
2011-05-02 23:07:45 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
2002-09-12 13:36:47 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-09-12 13:36:47 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|