summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-22 10:31:48 +0200
committerAnatol Belski <ab@php.net>2014-08-22 10:31:48 +0200
commitc893552a9af7ca6de8e25f07b44ac72b2112958b (patch)
tree109bc5fbf23814b64425b01b988176fcb71fa9d0
parent612e459041999c39d6fd67af6066796e9f5434e4 (diff)
downloadphp-git-c893552a9af7ca6de8e25f07b44ac72b2112958b.tar.gz
note on zpp specs
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 36c10fb1f0..83ce72594f 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -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