From: Sebastian Bergmann Date: Sun, 30 Dec 2001 10:43:27 +0000 (+0000) Subject: Typo. X-Git-Tag: PRE_ISSET_PATCH~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af1b42bc05612773ff9a29951caa762398a7613;p=php Typo. --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 01893e7cfb..ec6a1e8a00 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -11,7 +11,7 @@ Changes in the Zend Engine 2.0 is, that semantically the whole object was copied when a variable was assigned or parameters were passed to a method. The new approach refers to objects by handle and not by value (one - can think of a handle as an objects' ID). + can think of a handle as an object's ID). Many PHP programmers aren't even aware of the copying quirks of the old object model and, therefore, there is a relatively good