]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 17 Nov 2001 01:10:30 +0000 (01:10 +0000)
committer <changelog@php.net> <>
Sat, 17 Nov 2001 01:10:30 +0000 (01:10 +0000)
ChangeLog

index e90ba437ad6538a85ef50fcd890428b7731848cc..b008fa2f1b3f8aeef5d6411012970923fcbfd8d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2001-11-16  David Reid  <dreid@jetnet.co.uk>
+
+    * configure.in: s/\t/    /
+
+2001-11-16  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+    Fix two incidents which have been reported about the new unserializer.
+
+        might lead to crash
+
+    PR: #14082
+
+2001-11-16  Andrei Zmievski  <andrei@ispi.net>
+
+    * ext/overload/overload.c: Add todo item.
+
+2001-11-16  Rasmus Lerdorf  <rasmus@php.net>
+
+    * ext/gd/gd.c: MFH
+    (I wish people would stop committing whitespace fixes to code that has
+     been around forever.  It really makes merging and checking diffs a pain
+     in the ass as real changes end up hidden within a sea of useless
+     whitespace fixes)
+
+    * ext/gd/gd.c: Use the macro here and add an E_NOTICE
+
+2001-11-16  Jani Taskinen  <sniper@iki.fi>
+
+    * main/rfc1867.c: - Nuked some memleaks
+    - Changed the error to be set always. Otherwise the index for error
+      wouldn't be correct in case of uploading multiple files within array.
+      ( <input type="file" name="test[]"> )
+
+    * main/rfc1867.c: No use of populating the hash if there is no file saved.
+
 2001-11-15  Jan Lehnardt  <jan@lehnardt.de>
 
     * pear/HTML/IT.php: whitespace fix.