On Wed, 29 Mar 2006 14:28:43 -0000 tony2001@php.net ("Antony Dovgal") wrote:
fix bug #36898 (__set() leaks in classes extending internal ones)
Added:
ZEND_API void zend_object_std_init(zend_object *object,
zend_class_entry *ce TSRMLS_DC) ZEND_API void
zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
fix bug #36898 (__set() leaks in classes extending internal ones)
Added:
ZEND_API void zend_object_std_init(zend_object *object,
zend_class_entry *ce TSRMLS_DC) ZEND_API void
zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
first is about adding such things right when we are in the RC phase for
5.1.3, it sounds a bit risky to me.
The second problem is about extension available in pecl as well, all of
a sudden, it is not possible to compile them with the last php 5.1
version, and there is no possible way now to compile them.
What's about a Zend api version change? and then allows an extension to
be compiled with previous PHP versions.
Regards,
--Pierre