From: Andrey Hristov Date: Tue, 29 Sep 2015 07:42:55 +0000 (+0200) Subject: Add upgrading info about the tick functions internal API change X-Git-Tag: php-7.1.0alpha1~1076^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=617bef558bbc8e2dd7682d9f407963b4a88092eb;p=php Add upgrading info about the tick functions internal API change --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 384b71bdc2..54f87e62bd 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -246,6 +246,12 @@ changes. See: https://wiki.php.net/phpng-upgrading and also renamed zend_qsort to zend_sort. - Added stable sorting algo zend_insert_sort. + w. Tick functions internal API change + Tick functions have different declaration now. They expect a single + single parameter while before they were parameterless. When registering the + tick function a value for this parameter must be passed. This value will be + provided to the tick function on every execution. + ======================== 2. Build system changes ========================