From: Date: Thu, 13 Mar 2003 01:33:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984ab6d412a2747d448200ccc713490cd7d5e574;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cdef7fe632..9b5e297c9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2003-03-12 Jani Taskinen + + * (PHP_4_3) + NEWS: + We should get this out before April.. + + * (PHP_4_3) + configure.in + main/php_version.h: + - Backup to 4.3.2RC + + * (PHP_4_3) + configure.in + main/php_version.h: + - Bump the version to RC1. + +2003-03-12 Stefan Esser + + * main/main.c: + reverting half the patch (it is not that simple) + +2003-03-12 Sterling Hughes + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h: + + +2003-03-12 Ilia Alshanetsky + + * ext/odbc/php_odbc.c: + Fixed spprintf() usage. + Fixed compiler warnings. + +2003-03-12 Jani Taskinen + + * ext/gd/gd.c: + Added the type constants for imagegd2() + + * ext/gd/gd.c + ext/gd/gd_ctx.c: + Fix bug #22646 + + * acinclude.m4: + prevent warning + + * NEWS: + This was merged into PHP_4_3 branch.. + +2003-03-12 Ilia Alshanetsky + + * ext/gd/libgd/gd.c + ext/gd/libgd/xbm.c: + Style fixes. + +2003-03-12 Marcus Boerger + + * tests/classes/interface_class.phpt + tests/classes/interface_doubled.phpt + tests/classes/interface_implemented.phpt + tests/classes/interface_instantiate.phpt + tests/classes/interface_member.phpt + tests/classes/interface_method.phpt + tests/classes/interface_method_final.phpt + tests/classes/interface_method_private.phpt + tests/classes/interface_must_be_implemented.phpt: + Added some interface tests + 2003-03-11 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ff0050da99..ee8faa48f1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-03-12 Andrei Zmievski + + * zend_API.c: + Initialize the namespace when registering functions. + +2003-03-12 Zeev Suraski + + * zend_compile.c: + Fix a crash bug in the implicit public declaration + 2003-03-11 Zeev Suraski * zend_execute.c