mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
zend.ze1_compatibility_mode (bug #28453)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201096 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3e601ed3b
commit
90c6d2ce38
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -2727,7 +2727,10 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Enable compatibility mode with Zend Engine 1 (PHP 4). It affects
|
||||
the cloning, casting, and comparing of objects.
|
||||
the cloning, casting, and <link
|
||||
linkend="language.oop5.object-comparison">comparing of objects</link>.
|
||||
In this mode, objects are passed by value instead of reference by
|
||||
default.
|
||||
</para>
|
||||
<para>
|
||||
See also the section titled
|
||||
|
|
Loading…
Reference in a new issue