From: Date: Sun, 16 Jun 2002 00:28:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9637a0bc58b3c5d5a18140f37531cf4d96bb432;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5f70b003c7..b5ff6cc63f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-06-15 Markus Fischer + + * 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 + + * ext/sockets/php_sockets_win.c + ext/sockets/sockets.c: workaround for a win32 memleak + +2002-06-15 Sebastian Bergmann + + * ext/gd/.cvsignore: Add new target directories. + 2002-06-14 Markus Fischer * 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 + + * 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 * zend_builtin_functions.c: