From 7d2324f7abe4af0e2af89bc4e12ffabdec322a3c Mon Sep 17 00:00:00 2001 From: Date: Thu, 29 May 2008 01:31:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 29 +++++++++++++++++++++++++++++ Zend/ChangeLog | 8 ++++++++ 2 files changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index 588cfcf77f..bb8edbe91d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2008-05-28 Stanislav Malyshev + + * ext/phar/phar.c: + MF5: Fix code path in phar_open_compiled_file() that tries + to open not-yet-loaded phar and fails on compressed files + + * (PHP_5_3) + ext/phar/phar.c: + Fix code path in phar_open_compiled_file() that tries + to open not-yet-loaded phar and fails on compressed files + +2008-05-28 Felipe Pena + + * ext/standard/streamsfuncs.c + ext/standard/tests/streams/stream_encoding.phpt: + - Added check for encoding optional parameter (avoiding the segfault in + filter.c: strlen(encoding)) + If the parameter is not suplied, it will try to use the + UG(stream_enconding) + + * ext/standard/file.c: + - Added zval separation (avoid crash when using fwrite($fp, $fp)). + + * ZendEngine2/tests/access_modifiers_008.phpt + ZendEngine2/tests/access_modifiers_008.phpt + ZendEngine2/tests/access_modifiers_009.phpt + ZendEngine2/tests/access_modifiers_009.phpt: + - Added XFAIL section in tests to issue under discussion + 2008-05-27 Felipe Pena * run-tests.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3afb1d0a2f..2d9cd0ae38 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2008-05-28 Felipe Pena + + * tests/access_modifiers_008.phpt + tests/access_modifiers_008.phpt + tests/access_modifiers_009.phpt + tests/access_modifiers_009.phpt: + - Added XFAIL section in tests to issue under discussion + 2008-05-27 Matt Wilmas * (PHP_5_3) -- 2.50.1