Commit: bdccf0a61d9a3979136930aef4b5ba4f601aa03d Author: Stanislav Malyshev <s...@php.net> Sat, 24 Aug 2013 19:48:41 -0700 Parents: 716fc80fda937bedba786445d6b1854c48af12f8 3f9af558e78c9904f72933dfb3c735a9d2119b52 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bdccf0a61d9a3979136930aef4b5ba4f601aa03d Log: Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces Update NEWS Bugs: https://bugs.php.net/65483 Changed paths: MM NEWS Diff: diff --cc NEWS index 5ff378b,ef046fd..d0843d6 --- a/NEWS +++ b/NEWS @@@ -5,43 -5,13 +5,45 @@@ PH - Core: . Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*). (Chris Jones) + . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding + spaces). (Michael M Slusarz) - . Fixed bug #65481 (shutdown segfault due to serialize) (Mike) - . Fixed bug #65470 (Segmentation fault in zend_error() with + . Fixed bug #65470 (Segmentation fault in zend_error() with --enable-dtrace). (Chris Jones, Kris Van Hees) + . Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert) + . Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees) + . Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4). + (Nikita Popov) + +- cURL: + . Fixed bug #65458 (curl memory leak). (Adam) + +- Openssl: + . Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in + some cases). (Mark Jones) + +- Session: + . Fixed bug #65475 (Session ID is not initialized properly when strict session + is enabled). (Yasuo) + . Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize + session serialize handler that uses plain serialize()). (Yasuo) + +- Standard: + . Fix issue with return types of password API helper functions. Found via static + analysis by cjones. (Anthony Ferrara) + +22 Aug 2013, PHP 5.5.3 + +- Openssl: + . Fixed UMR in fix for CVE-2013-4248. + +15 Aug 2013, PHP 5.5.2 + +- Core: . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference fails). (Laruence) + . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was + erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey + avp200681 gmail com). . Fixed bug #65304 (Use of max int in array_sum). (Laruence) . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case). (Arpad) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php