From 1ab24326ca1e9cb24fc72152ca249ce243e92f1e Mon Sep 17 00:00:00 2001 From: Date: Mon, 14 Aug 2006 01:30:52 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/ChangeLog b/ChangeLog index 70d9c532c1..6ae76dedbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2006-08-13 Pierre-Alain Joye + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/tests/oo_namelocate.phpt: + - MFH: locateName should not change the state/error, can be used to test + an entry + + * ext/zip/php_zip.c + ext/zip/tests/oo_namelocate.phpt: + - locateName should not change the state/error, can be used to test + an entry + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/lib/zip.h + ext/zip/lib/zip_open.c + ext/zip/lib/zip_replace.c: + - MFP: + - add overwrite mode to ZipArchive::open, always starts a new archive + - Fix safe mode checks on extract + - Fix possible leaks when a safe mode error has been raised + + * ext/zip/php_zip.c: + - remove all safe mode checks instead of borking the sources...Y + + * (PHP_5_2) + ext/zip/package.xml: + - remove package.xml, not needed in php-src but only in pecl + + * ext/zip/package.xml: + - package.xml is not needed here, only in pecl + + * ext/zip/php_zip.c + ext/zip/php_zip.h + ext/zip/lib/zip.h + ext/zip/lib/zip_open.c + ext/zip/lib/zip_replace.c: + - add overwrite mode to ZipArchive::open, always starts a new archive + - fix build with php6 + - remove safemode when built against php6 + + * ext/zip/examples/create.php + ext/zip/examples/dir.php + ext/zip/examples/extract.php + ext/zip/examples/fopen.php: + - remove dl() usage + +2006-08-13 Marcus Boerger + + * run-tests.php: + - Always show unicode_semantics state (required for our gcov stuff) + +2006-08-13 Ilia Alshanetsky + + * ext/dom/nodelist.c + ext/dom/tests/bug38438.phpt: + MFB: Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) + + * ext/dom/tests/bug38438.phpt + ext/dom/tests/bug38438.phpt: + + file bug38438.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/dom/nodelist.c: + Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) + +2006-08-13 Marcus Boerger + + * ext/spl/spl.php: + - Add link + +2006-08-13 Pierre-Alain Joye + + * (PHP_5_2) + ext/zip/TODO + ext/zip/php_zip.c: + - temp fix for a segfault happening when one adds two entries with + the same name + 2006-08-12 Nuno Lopes * (PHP_5_2) -- 2.50.1