1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/reflection
Antony Dovgal 6a53a49c8b MF51: 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)
2006-03-29 15:08:52 +00:00
..
2006-03-13 22:59:36 +00:00
2005-12-03 01:12:35 +00:00
2005-11-17 22:49:03 +00:00
2006-01-01 13:10:10 +00:00
2006-02-28 18:26:24 +00:00