From: Date: Thu, 5 Jun 2008 01:31:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2efe4f736c8d5eb4d89258c6a1e9a4d8463cafd8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f478303a33..20ff347df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2008-06-04 Rob Richards + + * (PHP_5_3) + ext/standard/url.c: + MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] + + * ext/standard/url.c: + rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] + +2008-06-04 Felipe Pena + + * ZendEngine2/tests/bug45180.phpt: + - New test + + * ZendEngine2/tests/bug45180.phpt + ZendEngine2/tests/bug45180.phpt: + + file bug45180.phpt was initially added on branch PHP_5_3. + +2008-06-04 Marcus Boerger + + * (PHP_5_3) + ext/phar/Makefile.frag: + - Make phar.phar building work for virtualized builds + + * (PHP_5_3) + ext/phar/phar/pharcommand.inc: + - Make sure we are not trying to pack directories + +2008-06-04 Stanislav Malyshev + + * (PHP_4_4) + ext/curl/curl.c: + fix open_basedir handling bug + +2008-06-04 Marcus Boerger + + * (PHP_5_3) + ext/phar/phar.phar: + - Update + + * (PHP_5_3) + ext/phar/Makefile.frag: + - Use -n only for current built PHP + + * (PHP_5_3) + ext/phar/phar/pharcommand.inc: + - Improve pear usage and PHP_Archive detection + +2008-06-04 Antony Dovgal + + * ext/hash/tests/hash_copy_001.phpt: + fix test + (the test still fails because of broken preg_match()) + + * ext/phar/tests/zip/unixzip.phpt: + fix test + + * (PHP_5_3) + ext/hash/tests/hash_copy_001.phpt + ext/phar/tests/zip/unixzip.phpt: + fix tests + 2008-06-03 Marcus Boerger * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2a6fe898ce..517b0368aa 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2008-06-04 Felipe Pena + + * tests/bug45180.phpt: + - New test + + * tests/bug45180.phpt + tests/bug45180.phpt: + + file bug45180.phpt was initially added on branch PHP_5_3. + 2008-06-03 Felipe Pena * zend_compile.c