2010-08-30 18:26:31 +08:00
|
|
|
$Id$
|
|
|
|
|
|
|
|
UPGRADE NOTES - PHP X.Y
|
|
|
|
|
|
|
|
1. Internal API changes
|
2013-06-18 00:27:22 +08:00
|
|
|
a. Addition of do_operation and compare object handlers
|
2013-08-27 01:06:36 +08:00
|
|
|
b. return_value_ptr now always available, RETVAL_ZVAL_FAST macros
|
2013-09-17 17:08:23 +08:00
|
|
|
c. POST data handling
|
2013-09-27 00:39:17 +08:00
|
|
|
d. Arginfo changes
|
2010-09-17 16:42:12 +08:00
|
|
|
|
2010-11-18 18:43:01 +08:00
|
|
|
2. Build system changes
|
|
|
|
a. Unix build system changes
|
|
|
|
b. Windows build system changes
|
|
|
|
|
|
|
|
|
2010-08-30 18:26:31 +08:00
|
|
|
========================
|
|
|
|
1. Internal API changes
|
|
|
|
========================
|
|
|
|
|
2013-11-18 08:36:17 +08:00
|
|
|
a. zend_set_memory_limit() now takes the TSRMLS_CC macro as its last argument
|
|
|
|
|
2013-09-27 00:39:17 +08:00
|
|
|
|
2010-11-18 18:43:01 +08:00
|
|
|
========================
|
|
|
|
2. Build system changes
|
|
|
|
========================
|
|
|
|
|
|
|
|
|