From: Date: Fri, 14 Mar 2003 01:32:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=026bd025ecb98ec6b9d64dc72a81bb57a40ce1ce;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9b5e297c9d..717db4c3a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +2003-03-13 Daniela Mariaschi + + * ext/interbase/config.m4: + Test for libgds needs libcrypt with Firebird to succeed + +2003-03-13 Jani Taskinen + + * (PHP_4_3) + NEWS: + BFN shortening + + * NEWS: + this is in the PHP_4_3 branch... + +2003-03-13 Edin Kadribasic + + * (PHP_4_3) + NEWS + php.ini-dist + php.ini-recommended: + Document removal of gd1 support on windows. + + * (PHP_4_3) + ext/gd/gd.dsp + ext/gd/gd_bundled.dsp: + Drop support for php_gd.dll (gd1). + The default build (gd.dsp) is now bundled gd2. + + * (PHP_4_3) + sapi/apache2filter/php4apache2.dsp: + Disable building of apache2filter (obsoleted by handler). + +2003-03-13 Daniela Mariaschi + + * (PHP_4_3) + ext/interbase/interbase.c: + Numeric/decimal datatype overflow on Win32 + Fixed bug #20641 + +2003-03-13 Edin Kadribasic + + * (PHP_4_3) + sapi/apache2handler/php4apache2.dsp + sapi/apache2handler/php_functions.c: + Make apache2 handler produce php4apache2.dll which should work as a + drop in replacement for the filter. Remove max_request_per_child from + minfo() since that function is not exported by win32 version of apache2 + lib. + +2003-03-13 Daniela Mariaschi + + * ext/interbase/interbase.c: + Numeric/decimal datatype overflow on Win32. + Fixed bug #20641 + +2003-03-13 Martin Jansen + + * (PHP_4_3) + pear/PEAR.php: + - Also fix #21845 in the release branch. + + +2003-03-13 Derick Rethans + + * ext/mcrypt/mcrypt.c: + - Whitespace + +2003-03-13 Martin Jansen + + * pear/PEAR.php: + - Fixing bug #21845. + +2003-03-13 Sara Golemon + + * NEWS + NEWS: + BFN + +2003-03-13 J Smith + + * ext/standard/tests/time/002.phpt: + Solaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead. + +2003-03-13 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/curl/interface.c: + Fixed bug #22681 (Crash when reading from invalid file pointer). + +2003-03-13 Jani Taskinen + + * ext/sybase_ct/config.m4: + Prevent using both --with-sybase and --with-sybase-ct in same build + + * NEWS: + hrm + +2003-03-13 Sara Golemon + + * ext/gmp/gmp.c: + Bug #21534. Silly typo. + +2003-03-13 Hartmut Holzgraefe + + * README.EXT_SKEL: + advertising ext_skel_ng ;) + +2003-03-13 Ilia Alshanetsky + + * ext/gd/libgd/gd_io.c + ext/gd/libgd/gd_io.h + ext/gd/libgd/gd_io_dp.c + ext/gd/libgd/gd_io_file.c + ext/gd/libgd/gd_io_ss.c: + Cleanup. + 2003-03-12 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ee8faa48f1..ef53c3b170 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-03-13 Andrei Zmievski + + * zend_API.c: + Fix warning in va_start(). + 2003-03-12 Andrei Zmievski * zend_API.c: