From 316705c7ed224f907c1ad70ac58b10455fa65e69 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 27 Aug 2014 09:26:25 +0200 Subject: [PATCH] add note about 'l' and zend_long --- UPGRADING.INTERNALS | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1