From: Anatol Belski Date: Wed, 27 Aug 2014 07:26:25 +0000 (+0200) Subject: add note about 'l' and zend_long X-Git-Tag: PRE_PHP7_REMOVALS~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=316705c7ed224f907c1ad70ac58b10455fa65e69;p=php add note about 'l' and zend_long --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index b8ef15c49b..e3b3e224c7 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -61,6 +61,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES f. zend_parse_parameters() specs The new spec 'S' introduced, which expects an argument of type zend_string *. + The 'l' spec expects a parameter of the type zend_long, not long anymore. g. sprintf() formats