]> granicus.if.org Git - php/commitdiff
delete is now function
authorSebastian Bergmann <sebastian@php.net>
Sun, 16 Dec 2001 19:57:53 +0000 (19:57 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 16 Dec 2001 19:57:53 +0000 (19:57 +0000)
Zend/ZEND_CHANGES

index fda1c2ca7b7597d359d173131ecc1d87486cf04e..c9605337c6d463ce462a7f1052db4f1c5d3a26f8 100644 (file)
@@ -26,11 +26,11 @@ Changes in the Zend Engine 2.0
       occurs, in order to allow developers to gradually migrate to the
       version 2.0-style behavior (without automatic clones).
 
-    * delete statement.
+    * delete function.
 
       The Zend Engine 1.0 had no means to force deletion of an object
-      if there are still references to it. The newly introduces delete
-      statement calls the object\92s destructor and frees it even if the
+      if there are still references to it. The newly introduced delete
+      function calls the object\92s destructor and frees it even if the
       object is referenced by some other places in the engine. Other
       references to the deleted object become stale and trying to
       access them results in a fatal error.