From ec110f1ecc60d87a74a2ae7860b3a6fa2b9620d6 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Wed, 5 Sep 2018 17:14:03 +0200 Subject: [PATCH] Fix typos in UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).