]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 16 Jun 2002 00:28:21 +0000 (00:28 +0000)
committer <changelog@php.net> <>
Sun, 16 Jun 2002 00:28:21 +0000 (00:28 +0000)
ChangeLog
Zend/ChangeLog

index 5f70b003c7d6014a211b854fbc5484832313ac9f..b5ff6cc63fd798762292563b5e1eff872f570967 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-06-15  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * ext/gd/gd.c: - Be more verbose which index causes the warning.
+
+    * ext/gd/gd.c: - Don't forget to close the stream.
+
+2002-06-15  Harald Radi  <harald.radi+coding.php@nme.at>
+
+    * ext/sockets/php_sockets_win.c
+      ext/sockets/sockets.c: workaround for a win32 memleak
+
+2002-06-15  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ext/gd/.cvsignore: Add new target directories.
+
 2002-06-14  Markus Fischer  <mfischer@guru.josefine.at>
 
     * NEWS: - Update Win32/mail changes, mention bundled gd library.
index ef3c7bb0f165c81ed0f9967b7b22c68763a74734..3922830f9c883d615ebaca92a1d379e6718e4f82 100644 (file)
@@ -1,3 +1,10 @@
+2002-06-15  Andi Gutmans  <andi@zend.com>
+
+    * zend_objects.h
+      zend_objects_API.c:
+    - Fix copy&paste problem where we allocated according to an old structure
+    - decleration and not the new one.
+
 2002-06-11  Andi Gutmans  <andi@zend.com>
 
     * zend_builtin_functions.c: