diff options
-rw-r--r-- | UPGRADING.INTERNALS | 1 |
1 files changed, 1 insertions, 0 deletions
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 |