summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-03 15:33:11 +0100
committerRemi Collet <remi@php.net>2014-03-03 15:33:11 +0100
commitf7e381eef67b03e2a18b14db121d11506600fc49 (patch)
treee8d752cbbfc2314f6ed55983e98c52ca976cf522 /UPGRADING.INTERNALS
parentfed56fbae86071737947eee1104e51cd60e28057 (diff)
downloadphp-git-f7e381eef67b03e2a18b14db121d11506600fc49.tar.gz
Add notice about tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
as this introduce need for awfull hacks...
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index d1aca29dc4..e8e0982042 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -7,6 +7,7 @@ UPGRADE NOTES - PHP X.Y
b. return_value_ptr now always available, RETVAL_ZVAL_FAST macros
c. POST data handling
d. Arginfo changes
+ e. tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
2. Build system changes
a. Unix build system changes
@@ -110,6 +111,10 @@ UPGRADE NOTES - PHP X.Y
ARG_SHOULD_BE_SENT_BY_REF() and ARG_MAY_BE_SENT_BY_REF() macros now assume
that the argument passed to them is a zend_function* and that it is non-NULL.
+ e. tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
+
+ Memory allocation is now managed by emalloc/efree instead of malloc/free.
+
========================
2. Build system changes
========================