This commit is contained in:
Christoph M. Becker 2019-06-03 10:34:32 +02:00
parent 321fe88935
commit 1a5fde5894

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