]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 17 Feb 2001 02:09:28 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Sat, 17 Feb 2001 02:09:28 +0000 (02:09 +0000)
ChangeLog

index c6d5fd538f6ad6130e259068a00edc1c4284186d..1160cc8a907f376b9bf7fe24f0ec5971fbec51c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2001-02-16  Sascha Schumann  <sascha@schumann.cx>
+
+    * 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  <david@guerizec.net>
+
+    * 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  <zeev@zend.com>
+
+    * 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  <sascha@schumann.cx>
+
+    * 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  <ssb@fast.no>
+
+    * pear/DB/mysql.php: * load mysql extension if needed
+
+2001-02-16  Chuck Hagenbuch  <chuck@horde.org>
+
+    * 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  <ben@zeus.com>
+
+    * 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  <sniper@iki.fi>
+
+    * ext/curl/curl.c:
+    Fixed a typo in constant definitions and a possible crash in curl_setopt().
+
+2001-02-16  Egon Schmid  <eschmid@s.netic.de>
+
+    * ext/standard/file.c: Wrong return type.
+
 2001-02-15  Egon Schmid  <eschmid@s.netic.de>
 
     * ext/standard/filestat.c: Small typo.