+2005-08-29 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_1)
+ EXTENSIONS:
+ Mark pspell as working
+
+2005-08-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract
+ classes
+
+2005-08-29 Sara Golemon <php@alphaweb.net>
+
+ * (PHP_5_1)
+ TSRM/TSRM.c:
+ MFH: allocate_new_resource() handles the malloc() for us. Don't leak by
+ mallocing twice.
+
+ * TSRM/TSRM.c:
+ allocate_new_resource() handles the malloc() for us. Don't leak by
+ mallocing twice.
+
+2005-08-29 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * php.ini-dist
+ php.ini-recommended:
+ Clean away PECled exts and added date.timezone setting
+
+2005-08-29 Dmitry Stogov <dmitry@zend.com>
+
+ * main/main.c:
+ Fixed SIGSEGV
+
+ * ext/standard/string.c:
+ Fixed gcc 4 compatibility
+
2005-08-28 Wez Furlong <wez.php@thebrainroom.net>
* (PHP_5_0)
+2005-08-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_reflection_api.c:
+ - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract
+ classes
+
2005-08-25 Zeev Suraski <zeev@zend.com>
* (PHP_5_0)