summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2015-09-29 09:42:55 +0200
committerAndrey Hristov <andrey@php.net>2015-09-29 09:48:49 +0200
commit617bef558bbc8e2dd7682d9f407963b4a88092eb (patch)
tree02ab2926ee0e1bf91fbeab8ae5f9000ec5b8e9d4
parent694b9af5b67d11a09a793056774e3fe8294da5f5 (diff)
downloadphp-git-617bef558bbc8e2dd7682d9f407963b4a88092eb.tar.gz
Add upgrading info about the tick functions internal API change
-rw-r--r--UPGRADING.INTERNALS6
1 files changed, 6 insertions, 0 deletions
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
========================