diff --git a/appendices/ini.xml b/appendices/ini.xml index 4df41a8975..778713bffd 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -2727,7 +2727,10 @@ Enable compatibility mode with Zend Engine 1 (PHP 4). It affects - the cloning, casting, and comparing of objects. + the cloning, casting, and comparing of objects. + In this mode, objects are passed by value instead of reference by + default. See also the section titled