mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document zend.ze1_compatibility_mode, deals with bug #28453
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163599 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
50a9f9e59c
commit
586e044195
1 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>List of core &php.ini; directives</title>
|
||||
|
@ -82,6 +82,11 @@
|
|||
<entry>On</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>zend.ze1_compatibility_mode</entry>
|
||||
<entry>Off</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -200,6 +205,19 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.zend.ze1-compatibility-mode">
|
||||
<term>
|
||||
<parameter>zend.ze1_compatibility_mode</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable compatibility mode with Zend Engine 1 (PHP 4). It affects
|
||||
the cloning, casting, and comparing of objects.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue