Skip to content

Commit

Permalink
- update and restore TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Sep 15, 2010
1 parent ef53214 commit c93631a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================
Expand Down Expand Up @@ -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.


0 comments on commit c93631a

Please sign in to comment.