summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2013-11-18 01:36:17 +0100
committerKalle Sommer Nielsen <kalle@php.net>2013-11-18 01:36:17 +0100
commit9e3551ba1f00baa4a14215fda0c5d28aecfcdeba (patch)
treee5188ea94876b35c59c169e97c82de679bccc48c /UPGRADING.INTERNALS
parentf046189e34bdb52dc9d9f450cca4b5f78363d3cc (diff)
downloadphp-git-9e3551ba1f00baa4a14215fda0c5d28aecfcdeba.tar.gz
Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index d24aabeaab..97b281a93e 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -17,6 +17,8 @@ UPGRADE NOTES - PHP X.Y
1. Internal API changes
========================
+ a. zend_set_memory_limit() now takes the TSRMLS_CC macro as its last argument
+
========================
2. Build system changes