]> granicus.if.org Git - php/commitdiff
Fix typo [ci skip]
authorMarkus Staab <maggus.staab@googlemail.com>
Mon, 7 Oct 2019 19:49:46 +0000 (21:49 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 7 Oct 2019 21:11:19 +0000 (23:11 +0200)
UPGRADING.INTERNALS

index f893e06694701c733a2bd2bf61b74ecb1977e3a4..7c4ed27a627448b6fe59773e8ab8c398dc3fdf0d 100644 (file)
@@ -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