php-src/ext/date
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
..
lib fix several leaks in date_sun*() functions 2006-03-18 23:43:48 +00:00
tests - Added the test case for bug #36599 2006-03-03 07:53:21 +00:00
config.m4 - MFH: Merged new timelib, which is a bit more cleverer 2005-12-19 13:00:37 +00:00
config.w32 MFH: Add astro.c. 2006-01-05 06:41:09 +00:00
CREDITS - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +00:00
php_date.c fix bug #36898 (__set() leaks in classes extending internal ones) 2006-03-29 14:28:43 +00:00
php_date.h Export symbols that will allow building WDDX as shared object 2006-01-28 06:18:01 +00:00
TODO - Update TODO 2005-08-04 14:59:29 +00:00