mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added remark about zend-multibyte mode, that its only exposed by phpinfo() (Bug #52348)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304658 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dbb1dd6cfe
commit
b4690ffd75
1 changed files with 5 additions and 1 deletions
|
@ -177,12 +177,16 @@ declare(encoding='ISO-8859-1');
|
|||
<para>
|
||||
The encoding declare value is ignored in PHP 5.3 unless php is compiled with
|
||||
<literal>--enable-zend-multibyte</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Note that PHP does not expose whether <literal>--enable-zend-multibyte</literal> was
|
||||
used to compile PHP other than by <function>phpinfo</function>.
|
||||
</para>
|
||||
<!-- FIXME PHP_6
|
||||
In PHP 6.0, the <literal>encoding</literal>
|
||||
directive will be used to inform the scanner what encoding the file is created in. Legal
|
||||
values are encoding names such as <literal>UTF-8</literal>.
|
||||
-->
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue