From: Fabien Villepinte Date: Wed, 5 Sep 2018 15:14:03 +0000 (+0200) Subject: Fix typos in UPGRADING.INTERNALS X-Git-Tag: php-7.4.0alpha1~1988 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec110f1ecc60d87a74a2ae7860b3a6fa2b9620d6;p=php Fix typos in UPGRADING.INTERNALS --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 882a8a650d..f28e25aeca 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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).