]> granicus.if.org Git - php/commitdiff
note on zpp specs
authorAnatol Belski <ab@php.net>
Fri, 22 Aug 2014 08:31:48 +0000 (10:31 +0200)
committerAnatol Belski <ab@php.net>
Fri, 22 Aug 2014 08:31:48 +0000 (10:31 +0200)
UPGRADING.INTERNALS

index 36c10fb1f019b8a2993e00bc73c9781feee7aa19..83ce72594fc67b4c9f78c16591810119c8d181b5 100644 (file)
@@ -8,6 +8,7 @@ UPGRADE NOTES - PHP X.Y
   c. POST data handling
   d. Arginfo changes
   e. New data types
+  f. zend_parse_parameters() specs
 
 2. Build system changes
   a. Unix build system changes
@@ -58,6 +59,10 @@ UPGRADE NOTES - PHP X.Y
        zend_fstat - portable fstat equivalent
        zend_stat  - portable stat equivalent
 
+  f. zend_parse_parameters() specs
+
+      The new spec 'S' introduced, which expects an argument of type zend_string *.
+      The new specs 'i' and 'I' introduced, which expect an argument of type php_int_t.
 
 ========================
 2. Build system changes