From 5eb3bb00db59e51f9a388783e0c127403b8e9478 Mon Sep 17 00:00:00 2001 From: Date: Thu, 14 Aug 2003 00:31:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 194 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 9 +++ 2 files changed, 203 insertions(+) diff --git a/ChangeLog b/ChangeLog index de8008d996..d925a4bdb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,197 @@ +2003-08-13 Jani Taskinen + + * acinclude.m4: + MFB + +2003-08-13 Edin Kadribasic + + * ext/pspell/pspell.dsp: + MFB: standard location for the include files + + * (PHP_4_3) + ext/pspell/pspell.dsp: + Added standard location for the headers + +2003-08-13 Brian France + + * (PHP_4_3) + acinclude.m4: + + Fixed two translit so they don't remove underscores + +2003-08-13 Tomas V.V.Cox + + * (PHP_4_3) + pear/package-PEAR.xml: + 1.2b5 becomes 1.2 final, no more changes + +2003-08-13 Wez Furlong + + * ext/standard/browscap.c: + It's boolean, not long. + +2003-08-13 Greg Beaver + + * pear/tests/pear2.phpt: + fixed include, verified that it indeed works, and PEAR.php passes the test + :) + + * pear/PEAR/Dependency.php + pear/PEAR/Installer.php: + fix uninstall for optional dependencies, bug #25080 + + * pear/PEAR/Common.php: + fix optional dependencies in reading, validating, and writing of + package.xml + +2003-08-13 Vlad Krupin + + * ext/pspell/pspell.c: + this comment makes no sense after the previous commit + +2003-08-13 Greg Beaver + + * pear/package-PEAR.xml: + updating for release + + * pear/PEAR.php: + fix for Bug #21845 $this in static calls + + * pear/tests/pear2.phpt: + tests for pear error handling + +2003-08-13 Vlad Krupin + + * ext/pspell/pspell.c: + changes to accomodate win32 build + +2003-08-13 Sascha Schumann + + * ext/ircg/ircg.c: + MFH Fix CTCP handling so that commands without parameters are processed + MFH Use %ld for time_t's + MFH Provide a warning when irc_connect fails + +2003-08-13 Vlad Krupin + + * ext/pspell/pspell.dsp: + + win32 build is now possible Credit is due to Jan Gehring + for figuring that out + +2003-08-13 Sascha Schumann + + * (PHP_4_3) + ext/ircg/ircg.c: + Fix CTCP handling so that commands without parameters are processed + + Use %ld for time_t's + + Provide a warning when irc_connect fails + +2003-08-13 Moriyoshi Koizumi + + * (PHP_4_3) + ext/iconv/iconv.c: + MFH(r-1.96): Slight improvement. Hope this will make some difference. + + * ext/iconv/iconv.c: + Slight improvement. Hope this will make some difference. + +2003-08-13 Jani Taskinen + + * (PHP_4_3) + NEWS: + Be a bit more wordy.. + +2003-08-13 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + BFN + +2003-08-13 Ard Biesheuvel + + * (PHP_4_3) + ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Fixed crash in _php_ibase_error() after request shutdown (also fixes #7014) + +2003-08-13 Jani Taskinen + + * ext/standard/tests/array/001.phpt: + fix test + + * ext/interbase/interbase.c: + Disable the debugging to prevent the tests from failing. + + * ext/standard/tests/array/bug21918.phpt: + Fix the test. (this was mixed test with bug #24159) + + * NEWS: + more informix stuff + +2003-08-13 Marc Boeren + + * ext/dbx/tests/003.phpt + ext/dbx/tests/dbx_test.p: + Remove special-case from test for SQLite persistent connections. + +2003-08-13 Marcus Boerger + + * ZendEngine2/zend_objects_API.c: + Add missing entry + + * ZendEngine2/zend_API.c: + - Show classes in case of methods + - Using sprintf here was a bad idea + +2003-08-13 Ard Biesheuvel + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Allow the use of EXECUTE PROCEDURE statements + +2003-08-13 Ilia Alshanetsky + + * (PHP_4_3) + sapi/cgi/cgi_main.c: + MFH: Don't forget to flush() buffers for -w -s + + * sapi/cgi/cgi_main.c: + Don't forget to flush() buffers for -w -s + +2003-08-13 Jani Taskinen + + * ext/standard/array.c: + revert that, it did not fix anything + +2003-08-13 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + sapi/cli/php_cli.c: + MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). + + * sapi/cli/php_cli.c: + Fixed bug #20896 (-s -w modes with php-cli cause php to hang). + +2003-08-13 Ard Biesheuvel + + * (PHP_4_3) + ext/interbase/interbase.c: + Fixed bug #23936 (fail to select and fetch) MFH + +2003-08-13 Jani Taskinen + + * ext/standard/array.c: + Fix external builds (configure run outside srcdir) + +2003-08-13 Sara Golemon + + * ext/standard/php_rand.h: + Prevent carryover when max-min > signed int max + 2003-08-12 Marcus Boerger * ext/sqlite/sqlite.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 498ceadbe6..ccfd243467 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2003-08-13 Marcus Boerger + + * zend_objects_API.c: + Add missing entry + + * zend_API.c: + - Show classes in case of methods + - Using sprintf here was a bad idea + 2003-08-12 Zeev Suraski * zend_hash.c: -- 2.40.0