From: Date: Mon, 2 Jun 2008 01:31:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ea15b11d5753b2ea0cae6f3dad63e8353cfda77;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4e33ac83ff..3b3f2dca78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,120 @@ +2008-06-01 Hannes Magnusson + + * ext/pcre/php_pcre.c: + MFB5.3: arginfo & fix protos + + * ext/openssl/openssl.c: + MFB: fix arginfo + + * (PHP_5_3) + ext/openssl/openssl.c: + fix arginfo and proto + + * ext/openssl/openssl.c: + MFB: Add arginfo & fix protos + + * (PHP_5_3) + ext/openssl/openssl.c + ext/pcre/php_pcre.c: + Add arginfo & fix protos + +2008-06-01 Scott MacVicar + + * ZendEngine2/zend_arg_defs.c: + MFB: Back out the previous change as it broke the Windows builds. + + * (PHP_5_3) + ZendEngine2/zend_arg_defs.c: + Back out the previous change as it broke the Windows builds. + +2008-06-01 Marcus Boerger + + * (PHP_5_3) + ext/phar/phar.phar: + - Make work with new API + + * (PHP_5_3) + ext/phar/phar/pharcommand.inc: + - Fix signature handling (and remaining API change fixes) + + * (PHP_5_3) + ext/phar/phar_object.c: + - Fix docu + +2008-06-01 Scott MacVicar + + * sapi/apache/mod_php.c: + MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded + builds) + + * ZendEngine2/zend_arg_defs.c: + MFB: Fix unexported symbols. Patch by Greg + + * (PHP_5_3) + sapi/apache/mod_php5.c: + Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) + + * (PHP_5_3) + ZendEngine2/zend_arg_defs.c: + Fix unexported symbols. Patch by Greg + +2008-06-01 Matt Wilmas + + * sapi/apache2handler/config.w32: + Fixed build + +2008-06-01 Marcus Boerger + + * (PHP_5_3) + ext/phar/phar.phar + ext/phar/phar/pharcommand.inc: + - Add Openssl support + +2008-06-01 Greg Beaver + + * (PHP_5_3) + ext/phar/config.m4 + ext/phar/phar.c + ext/phar/phar_internal.h + ext/phar/phar_object.c + ext/phar/tests/phar_get_supported_signatures_001.phpt + ext/phar/tests/phar_get_supported_signatures_002.phpt + ext/phar/tests/phar_setsignaturealgo2.phpt + ext/phar/tests/test_signaturealgos.phpt + ext/phar/tests/files/openssl.phar + ext/phar/tests/files/openssl.phar + ext/phar/tests/files/openssl.phar.pubkey + ext/phar/tests/files/openssl.phar.pubkey + ext/phar/tests/files/private.pem + ext/phar/tests/files/private.pem: + add openssl signing support. This adds an extra parameter + for the contents of the exported private key to + Phar->setSignatureAlgorithm, and expects the public key to be in + a file named blah.phar.pubkey in the same directory as the phar blah.phar. + This works with openssl static or + shared and fails gracefully if openssl is not present without adding a + dependency. config.w32 needs updating to match config.m4 [DOC] + +2008-06-01 Felipe Pena + + * ext/reflection/php_reflection.c + ext/reflection/php_reflection.c + ext/reflection/tests/bug45139.phpt + ext/reflection/tests/bug45139.phpt: + - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring + class) + + * ext/reflection/tests/bug45139.phpt + ext/reflection/tests/bug45139.phpt + ext/reflection/tests/bug45139.phpt: + 1.1.4; + file bug45139.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/reflection/php_reflection.c: + - Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) + 2008-05-31 Marcus Boerger * configure.in: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0b5e2a667f..93dfcffffb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2008-06-01 Scott MacVicar + + * zend_arg_defs.c: + MFB: Back out the previous change as it broke the Windows builds. + + * (PHP_5_3) + zend_arg_defs.c: + Back out the previous change as it broke the Windows builds. + + * zend_arg_defs.c: + MFB: Fix unexported symbols. Patch by Greg + + * (PHP_5_3) + zend_arg_defs.c: + Fix unexported symbols. Patch by Greg + 2008-05-30 Matt Wilmas * zend_hash.c: