From 08009cfd394e49dd4123708288f7a972344e936e Mon Sep 17 00:00:00 2001 From: Date: Sat, 17 Feb 2001 02:09:28 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6d5fd538f..1160cc8a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +2001-02-16 Sascha Schumann + + * NEWS: Add some old and some recent news + + * ext/ircg/ircg_scanner.c + ext/ircg/ircg_scanner.re: + Reverse the priority of the entity matches vs. anything. If it sees + a single entity, it should handle it immediately. + + * ext/ircg/ircg.c + ext/ircg/ircg_scanner.c + ext/ircg/ircg_scanner.re: + Move the separate entity encoding into the scanner. Otherwise, + we cannot properly differentiate between (apparent) HTML which was + generated by the IRC user vs. the scanner. + +2001-02-16 David Guerizec + + * ext/midgard/logo/midgard-logo.gif: + deleting logo to slim down the Midgard extension + + * ext/midgard/midgard-logo.h + ext/midgard/midgard-team.h + ext/midgard/midgard.c: + deleting logo & picture to slim down the Midgard extension + +2001-02-16 Zeev Suraski + + * ext/notes/php_notes.h + ext/notes/notes.dsp + ext/notes/notes.dsw + ext/notes/php_notes.c: import notes modules from Brad Atkins + +2001-02-16 Sascha Schumann + + * ext/ircg/Makefile.in + ext/ircg/ircg.c + ext/ircg/ircg_scanner.c + ext/ircg/ircg_scanner.re: + The new scanner adds HTML anchors automatically to a certain subset + of RFC 2396 URIs. The scanner also handles mIRC color codes. + + * ext/standard/php_smart_str.h + ext/standard/php_smart_str_public.h: + Add all necessary includes for these header files. + +2001-02-16 Stig Bakken + + * pear/DB/mysql.php: * load mysql extension if needed + +2001-02-16 Chuck Hagenbuch + + * pear/DB/mysql.php + pear/DB/oci8.php + pear/DB/odbc.php + pear/DB/pgsql.php + pear/DB/sybase.php + pear/DB.php + pear/DB/ibase.php + pear/DB/msql.php + pear/DB/mssql.php: + All DB modules should return NULL from fetchRow() now if there are no more + results, and a DB_Error object only on an error. + + DB::isError() return false when passed null now. + +2001-02-16 Ben Mansell + + * sapi/isapi/php4isapi.c: + Fixed non-threadsafe code: 'isapi_special_server_variables' was a static + buffer, and not allocated per-connection. Bad bad bad! + +2001-02-16 Jani Taskinen + + * ext/curl/curl.c: + Fixed a typo in constant definitions and a possible crash in curl_setopt(). + +2001-02-16 Egon Schmid + + * ext/standard/file.c: Wrong return type. + 2001-02-15 Egon Schmid * ext/standard/filestat.c: Small typo. -- 2.40.0