]> granicus.if.org Git - php/commitdiff
- update and restore TOC
authorPierre Joye <pajoye@php.net>
Wed, 15 Sep 2010 17:04:22 +0000 (17:04 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 15 Sep 2010 17:04:22 +0000 (17:04 +0000)
UPGRADING.INTERNALS

index 9439874fab0805e1a660f3d4b1df4052a2fd2917..e0391321678a1ee6d7245c91dde5a0959e703691 100644 (file)
@@ -3,7 +3,11 @@ $Id$
 UPGRADE NOTES - PHP X.Y
 
 1. Internal API changes
-
+  a. virtual_file_ex
+  b. stat/lstat support
+  c. readlink support
+  d. layout of some core ZE structures (zend_op_array, zend_class_entry, ...)
+  e. Zend\zend_fast_cache.h has been removed
 ========================
 1. Internal API changes
 ========================
@@ -50,3 +54,9 @@ instead of calling readlink directly, to ensure portability.
 . the size of zend_class_entry is reduced by sharing the same memory space
   by different information for internal and user classes.
   See zend_class_inttry.info union. 
+  
+       e. Zend\zend_fast_cache.h 
+It should not have been used anymore since php5, but now this header has
+been removed. 
+
+