]> granicus.if.org Git - php/commitdiff
Fix typos in UPGRADING.INTERNALS
authorFabien Villepinte <fabien.villepinte@gmail.com>
Wed, 5 Sep 2018 15:14:03 +0000 (17:14 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 5 Sep 2018 15:21:31 +0000 (17:21 +0200)
UPGRADING.INTERNALS

index 882a8a650d90675f11c91de39d246986f8b2cc6d..f28e25aeca13beffac7fdbc95dc0ea542d709215 100644 (file)
@@ -24,8 +24,8 @@ PHP 7.4 INTERNALS UPGRADE NOTES
     instead of zval*.
 
  c. Function flags changes
-    - ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's pissible to check if
-      method is a constructor/destructor using the following condintion
+    - ZEND_ACC_CTOR and ZEND_ACC_DTOR are removed. It's possible to check if
+      method is a constructor/destructor using the following condition
       (func->commpon.scope->constructor == func).
     - ZEND_ACC_IMPLEMENTED_ABSTRACT is removed (it was used only internally
       during inheritance).