]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 21 Jan 2003 01:33:07 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Tue, 21 Jan 2003 01:33:07 +0000 (01:33 +0000)
ChangeLog

index df93d391b9a6bc825d9d0237ebd37ee2677040b0..56d1f867d4d8dd85d43257cfa74b34357440d445 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2003-01-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.h:
+      quota function fixes. Thanks Wez.
+
+    * ext/imap/php_imap.c:
+      Changed php_error to php_error_docref.
+      Removed pointless memory allocation checks.
+      Memory leak fix inside quota functions.
+
+2003-01-20  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/pcre/php_pcre.c:
+      Fixed bug #21758
+
+2003-01-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/msession/msession.c:
+      Restore php_error -> php_error_docref patch.
+
+2003-01-20  Sascha Schumann  <sascha@schumann.cx>
+
+    * README.TESTING:
+      test commit
+
+2003-01-20  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/standard/credits.c:
+      - Add credits for Magnus
+
+2003-01-20  Jani Taskinen  <sniper@iki.fi>
+
+    * ext/gd/config.m4:
+      Add test for png.h
+
+2003-01-20  Mark L. Woodward  <mlwmohawk@mohawksoft.com>
+
+    * ext/msession/README
+      ext/msession/msession.c
+      ext/msession/php_msession.h
+      ext/msession/reqclient.h:
+      Updated for Msession 1.2.
+      Includes new APIs
+
 2003-01-19  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/oracle/oracle.c: