diff options
| author | Anatol Belski <ab@php.net> | 2014-08-27 18:51:01 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-27 20:49:34 +0200 |
| commit | bdc4f235179abb3f1fac08144a875d3cc9e0a242 (patch) | |
| tree | cea95a6cd7077968cf8c8c2bac3c370cdac4260d | |
| parent | 257ed4061ae88802538a6f22724c57fda052e36e (diff) | |
| download | php-git-bdc4f235179abb3f1fac08144a875d3cc9e0a242.tar.gz | |
updated UPGRADING.INTERNALS
| -rw-r--r-- | UPGRADING.INTERNALS | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
