From: Date: Thu, 8 Apr 2004 00:35:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=456c023e830e4248388628ae380dd79ea61e60dd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 86ea48ac64..6bf2ba707f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2004-04-07 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Missing news entries. + +2004-04-07 Edin Kadribasic + + * (PHP_4_3) + ext/gd/gd.c: + Merged wrongly s/#ifdef/#if/ + + * ext/gd/gd.c: + Allow compilation with gdlib 1.8 + +2004-04-07 Ilia Alshanetsky + + * (PHP_4_3) + ext/gd/tests/bug27582_2.phpt: + Removed test for a problem inside the GD library. + +2004-04-07 Adam Dickmeiss + + * (PHP_4_3) + ext/yaz/config.m4: + Fixed bug #27803 (YAZ lib path) + +2004-04-07 Frank M. Kromann + + * ext/zlib/php_zlib.def: + Export symbols required by zlib_filter extension + +2004-04-07 Rob Richards + + * ext/xsl/php_xsl.c: + Fix class name + + * NEWS: + BFN + + * ext/xml/compat.c + ext/xml/xml.c: + Fix bug #27821 xml_parse segfaults when xml_set_object called from class + method + fix memleaks in compat.c + +2004-04-07 Andi Gutmans + + * ZendEngine2/zend_builtin_functions.c: + - Hopefully fix the debug_backtrace() code. + + * ZendEngine2/zend_builtin_functions.c: + - Fix crash bug in zend_debug_backtrace(). No idea how come this survived + - for so long.... + +2004-04-07 Jani Taskinen + + * (PHP_4_3) + NEWS + configure.in: + MFH: Revert the patch to "fix" #27664 and added more informal error msg. + + * configure.in: + Revert the patch to "fix" #27664 and added more informal error msg. + +2004-04-07 Ard Biesheuvel + + * ext/interbase/ibase_service.c + ext/interbase/php_ibase_includes.h: + Don't define ibase_service struct type unless its member types are defined + +2004-04-07 Stanislav Malyshev + + * ext/standard/incomplete_class.c: + Fix incomplete class for the new object model + +2004-04-07 Greg Beaver + + * pear/package-PEAR.xml + pear/package-PEAR.xml: + developer -> lead for cellog + 2004-04-06 Ilia Alshanetsky * ext/ldap/ldap.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f62b8f5b7e..9708186d84 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-04-07 Andi Gutmans + + * zend_builtin_functions.c: + - Hopefully fix the debug_backtrace() code. + + * zend_builtin_functions.c: + - Fix crash bug in zend_debug_backtrace(). No idea how come this survived + - for so long.... + 2004-04-04 Ilia Alshanetsky * zend_objects_API.c: