From: Markus Staab Date: Mon, 7 Oct 2019 19:49:46 +0000 (+0200) Subject: Fix typo [ci skip] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eee18097f7a8df98f36ea1b4c91aa1616df53cb;p=php Fix typo [ci skip] --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index f893e06694..7c4ed27a62 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -79,7 +79,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES j. compare_objects() handler was removed. Extensions should use compare() object handler instead and check if both arguments are objects and have the same - compare hanldler, using ZEND_COMPARE_OBJECTS_FALLBACK() macro. + compare handler, using ZEND_COMPARE_OBJECTS_FALLBACK() macro. ======================== 2. Build system changes