From: Pierre Joye Date: Sat, 18 Dec 2010 12:51:23 +0000 (+0000) Subject: - NEWS update and test related to the NULL poisoning recent fixes X-Git-Tag: php-5.3.6RC1~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1be3dc76af49c9a5eb29a04b2fdd5d6e866e14b4;p=php - NEWS update and test related to the NULL poisoning recent fixes --- diff --git a/NEWS b/NEWS index 1bafc30453..78105ed21c 100644 --- a/NEWS +++ b/NEWS @@ -59,7 +59,13 @@ - PHP-FPM SAPI: . Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). (fat) - + +- Soap Extension: + . Fixed possible crash introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre) + +- Sqlite Extension: + . Fixed memory leaked introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre) + - SPL extension: . Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values). (Felipe) @@ -67,11 +73,13 @@ - Streams: . Implemented FR #26158 (open arbitrary file descriptor with fopen). (Gustavo) +- Xsl Extension: + . Fixed memory leaked introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre) + - Zip extension . Fixed bug #53568 (swapped memset arguments in struct initialization). (crrodriguez at opensuse dot org) - 09 Dec 2010, PHP 5.3.4 - Upgraded bundled Sqlite3 to version 3.7.3. (Ilia) - Upgraded bundled PCRE to version 8.10. (Ilia) diff --git a/ext/soap/tests/error_handler.phpt b/ext/soap/tests/error_handler.phpt new file mode 100644 index 0000000000..d24364931c --- /dev/null +++ b/ext/soap/tests/error_handler.phpt @@ -0,0 +1,17 @@ +--TEST-- +Bug #46760 (SoapClient doRequest fails when proxy is used) +--SKIPIF-- + +--FILE-- +_proxy_port); + +echo "OK"; +?> +--EXPECT-- +OK