summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-06-16 00:28:21 +0000
committer <changelog@php.net>2002-06-16 00:28:21 +0000
commitb9637a0bc58b3c5d5a18140f37531cf4d96bb432 (patch)
tree6f52e0f961119cac70fea203d4d673b24f319fcd
parent1aac85becdbe45be1a937ee7e56cbedf945b913c (diff)
downloadphp-git-b9637a0bc58b3c5d5a18140f37531cf4d96bb432.tar.gz
ChangeLog update
-rw-r--r--ChangeLog15
-rw-r--r--Zend/ChangeLog7
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f70b003c7..b5ff6cc63f 100644
--- 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.
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index ef3c7bb0f1..3922830f9c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: