From: Bob Weinand Date: Wed, 6 Aug 2014 19:13:58 +0000 (+0200) Subject: Removed Countable::count() change info from UPGRADE.INTERNALS too X-Git-Tag: php-5.6.0RC4~1^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4628760f705335dec7e8fbd5cf5e2587d2d2708f;p=php Removed Countable::count() change info from UPGRADE.INTERNALS too --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 8b94783946..e367e11171 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -12,9 +12,8 @@ UPGRADE NOTES - PHP X.Y g. Additional str_* APIs h. Addition of zend_hash_reindex i. Addition of zend_hash_splice - j. An additional parameter is sent to Countable::count() - k. Unserialization of manipulated object strings - l. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack + j. Unserialization of manipulated object strings + k. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack 2. Build system changes a. Unix build system changes @@ -185,14 +184,7 @@ UPGRADE NOTES - PHP X.Y IAP of ht (for compatibility with the previous implementation) and resets CVs if the passed hashtable is the global symbol table. - j. An additional parameter is sent to Countable::count() - - That parameter denotes the $mode passed to count; it shouldn't affect any - userland code, but any zend_parse_parameters() used with no arguments should - fail. Extensions which implement Countable internally, need to accept one - optional long as parameter. - - k. Unserialization of manipulated object strings + j. Unserialization of manipulated object strings Strings requiring unserialization of objects are now explicitly checked whether the object they contain implements the Serializable interface. @@ -207,7 +199,7 @@ UPGRADE NOTES - PHP X.Y fixed at the appropriate place by checking for the presence of the serialize callback in the class entry. - l. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack + k. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack These two #defines disappeared. Instead we have now IS_CONSTANT_AST which covers also the functionality IS_CONSTANT_ARRAY bid and furthermore the