]> granicus.if.org Git - php/commitdiff
Fix typo
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Jun 2019 08:34:32 +0000 (10:34 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 3 Jun 2019 08:34:32 +0000 (10:34 +0200)
UPGRADING.INTERNALS

index 5580145a42a50a14c0a27a927c04ef1b97f18797..2fa3a8d80d418a369e11998f94de2a9f0462ae78 100644 (file)
@@ -49,7 +49,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
      modification of an object property).
 
   e. The zend_parse_parameters 'L' specifier and the Z_PARAM_STRICT_LONG()
-     family of macros have been removed. Use 'l' and Z_PARAM_LONG() insead,
+     family of macros have been removed. Use 'l' and Z_PARAM_LONG() instead,
      which, despite the confusing name, actually have stricter input validation.
 
 ========================