diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 882a8a650d9..f28e25aeca1 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).