1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00

Fix typos in UPGRADING.INTERNALS

This commit is contained in:
Fabien Villepinte
2018-09-05 17:14:03 +02:00
committed by Christoph M. Becker
parent f94518dca1
commit ec110f1ecc

View 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).