From 6792e51a6545bfb7b5f30eb8f6a6016013a7c937 Mon Sep 17 00:00:00 2001 From: Date: Fri, 28 Dec 2001 01:10:15 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61440a77a8..d72b4623dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2001-12-27 Dan Kalowsky + + * ext/standard/dns.c: Making PHP compile again on MacOSX 10.1 + +2001-12-27 Thomas V.V.Cox + + * pear/Date/Calc.php: Hope to be the right fix for bug #13975 + + * pear/DB/mssql.php: + mssql_get_last_message() has been reportered that always is returning + data, so don't use it as a test for errors in fetchInto + + * pear/DB/ifx.php: enhance freeResult + + * pear/DB/ibase.php: implemented freeResult() + + * pear/DB/oci8.php: Changes to modifyLimitQuery: + - Don't move the ORDER BY clausule it may alter the final result + - Restrict the first subquery to speed up the row fetching + - Introduce the FIRST_ROWS Oracle query optimizer (yet disabled) + (thanks to John Lim for the recommendations) + + * pear/PEAR/Common.php: + switch to use the xml end tag function for correct handling + of multiline tag contents + +2001-12-27 Georg Richter + + * ext/ncurses/ncurses_fe.c + ext/ncurses/ncurses_functions.c + ext/ncurses/php_ncurses_fe.h: + Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear, + ncurses_wcolorset, ncurses_wgetch, ncurses_keypad, ncurses_wmove + + minor changes in protos. + + Special Thanx to Mathieu Kooiman for submitting his patches! + +2001-12-27 Markus Fischer + + * main/config.w32.h: - MFH fix for crash in get_defined_constants(). + 2001-12-26 Stig Venaas * ext/ldap/ldap.c: unbreak parallel search -- 2.50.1