summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
========================