diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2013-11-18 01:36:17 +0100 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2013-11-18 01:36:17 +0100 |
commit | 9e3551ba1f00baa4a14215fda0c5d28aecfcdeba (patch) | |
tree | e5188ea94876b35c59c169e97c82de679bccc48c /UPGRADING.INTERNALS | |
parent | f046189e34bdb52dc9d9f450cca4b5f78363d3cc (diff) | |
download | php-git-9e3551ba1f00baa4a14215fda0c5d28aecfcdeba.tar.gz |
Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
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 |