From: Anatol Belski Date: Wed, 27 Aug 2014 16:51:01 +0000 (+0200) Subject: updated UPGRADING.INTERNALS X-Git-Tag: PRE_PHP7_REMOVALS~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdc4f235179abb3f1fac08144a875d3cc9e0a242;p=php updated UPGRADING.INTERNALS --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e3b3e224c7..aa6ee9b152 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -62,6 +62,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES 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. + The 's' spec expects parameters of the type char * and size_t, no int anymore. g. sprintf() formats