From e5ec8d0c7415c0dfd458ebf024d6c9c0c2cd2b92 Mon Sep 17 00:00:00 2001 From: Date: Tue, 30 Aug 2005 05:42:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7760d136d..c7ff0789d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2005-08-29 Ilia Alshanetsky + + * (PHP_5_1) + EXTENSIONS: + Mark pspell as working + +2005-08-29 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract + classes + +2005-08-29 Sara Golemon + + * (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 + + * php.ini-dist + php.ini-recommended: + Clean away PECled exts and added date.timezone setting + +2005-08-29 Dmitry Stogov + + * main/main.c: + Fixed SIGSEGV + + * ext/standard/string.c: + Fixed gcc 4 compatibility + 2005-08-28 Wez Furlong * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1b6cc56331..bd5d4abb32 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-08-29 Marcus Boerger + + * zend_reflection_api.c: + - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract + classes + 2005-08-25 Zeev Suraski * (PHP_5_0) -- 2.40.0