From: Sebastian Bergmann Date: Sat, 2 Mar 2002 22:26:17 +0000 (+0000) Subject: Consistency. X-Git-Tag: php-4.2.0RC1~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3930d70fba7b19b15968fce5213519d5712b1a6f;p=php Consistency. --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index ad60afe092..8454f6feac 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -61,7 +61,7 @@ Changes in the Zend Engine 2.0 $obj->printHello(); ?> - * Object Cloning + * Object Cloning. The Zend Engine 1.0 offered no way a user could decide what copy constructor to run when an object is duplicated. During