]> granicus.if.org Git - php/commitdiff
Add notice about tsrm_virtual_cwd.h moved to zend_virtual_cwd.h
authorRemi Collet <remi@php.net>
Mon, 3 Mar 2014 14:33:11 +0000 (15:33 +0100)
committerRemi Collet <remi@php.net>
Mon, 3 Mar 2014 14:33:11 +0000 (15:33 +0100)
as this introduce need for awfull hacks...

UPGRADING.INTERNALS

index d1aca29dc4533b6bfde8f0986695818df9883e1b..e8e09820429b97366f926b28661df9d67a6e5c08 100644 (file)
@@ -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
 ========================