From: Christoph M. Becker Date: Mon, 3 Jun 2019 08:34:32 +0000 (+0200) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a5fde589494947895e5317cb3514a605726ae6c;p=php Fix typo --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 5580145a42..2fa3a8d80d 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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. ========================