diff options
| author | Pierre Joye <pajoye@php.net> | 2010-09-15 17:04:22 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2010-09-15 17:04:22 +0000 |
| commit | c93631a137c36e9a2c5e7a8126d635b21bd69778 (patch) | |
| tree | 066ea19b47820d769169f2835fd6dab7628858d2 | |
| parent | ef53214b1c98013dfb2c0f152a45e1fd2af501ea (diff) | |
| download | php-git-c93631a137c36e9a2c5e7a8126d635b21bd69778.tar.gz | |
- update and restore TOC
| -rw-r--r-- | UPGRADING.INTERNALS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 9439874fab..e039132167 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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. + + |
