From: Remi Collet Date: Mon, 3 Mar 2014 14:33:11 +0000 (+0100) Subject: Add notice about tsrm_virtual_cwd.h moved to zend_virtual_cwd.h X-Git-Tag: php-5.6.0beta1~3^2~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7e381eef67b03e2a18b14db121d11506600fc49;p=php Add notice about tsrm_virtual_cwd.h moved to zend_virtual_cwd.h as this introduce need for awfull hacks... --- 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 ========================