php-src/ext/xmlwriter
Antony Dovgal 59b8592c8c 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
2006-03-29 14:28:43 +00:00
..
examples Added xmlwriter to 5.1 2005-12-02 02:05:26 +00:00
tests fix tests and their skip conditions 2005-12-12 21:21:11 +00:00
config.m4 MFH: fix typos in xmlwriter/config.m4 2005-12-04 00:21:39 +00:00
config.w32 MFJ: use --enable instead of --with 2005-12-02 10:55:33 +00:00
CREDITS - fix order 2006-02-09 22:26:43 +00:00
package2.xml Added xmlwriter to 5.1 2005-12-02 02:05:26 +00:00
package.xml Added xmlwriter to 5.1 2005-12-02 02:05:26 +00:00
php_xmlwriter.c fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
php_xmlwriter.h bump year and license version 2006-01-01 12:51:34 +00:00
TODO Added xmlwriter to 5.1 2005-12-02 02:05:26 +00:00
xmlwriter.dsp Added xmlwriter to 5.1 2005-12-02 02:05:26 +00:00