changelog Sun Nov 12 01:31:03 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2509&r2=1.2510&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2509 php-src/ChangeLog:1.2510
--- php-src/ChangeLog:1.2509 Sat Nov 11 01:31:27 2006
+++ php-src/ChangeLog Sun Nov 12 01:31:02 2006
@@ -1,3 +1,29 @@
+2006-11-11 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * ext/zip/php_zip.c
+ ext/zip/lib/zip_fclose.c:
+ MFB: fix leaks within zip entries in several tests
+
+ * (PHP_5_2)
+ ext/zip/php_zip.c
+ ext/zip/lib/zip_fclose.c:
+ fix leaks within zip entries in several tests
+
+ * ext/zip/lib/zip_free.c
+ ext/zip/lib/zip_set_archive_comment.c:
+ MFB :fix leak in oo_setArchiveComment.phpt
+
+ * (PHP_5_2)
+ ext/zip/lib/zip_free.c
+ ext/zip/lib/zip_set_archive_comment.c:
+ fix leak in oo_setArchiveComment.phpt
+
+2006-11-11 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/zip/lib/zip_close.c:
+ - fix leak in zip_close when the function's succeeded
+
2006-11-10 Nuno Lopes <[EMAIL PROTECTED]>
* ext/date/lib/parse_tz.c