documented zend.script_encoding transliteration (fixes #62351)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-08-27 22:08:30 +00:00
parent e9fcd0228d
commit 277f92663b

View file

@ -477,6 +477,11 @@
directive appears at the top of the script. When ISO-8859-1 incompatible encoding
is used, both zend.multibyte and zend.script_encoding must be used.
</para>
<para>
Literal strings will be transliterated from zend.script_enconding to
mbstring.internal_encoding, as if
<function>mb_convert_encoding</function> would have been called.
</para>
</listitem>
</varlistentry>