]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.4' into PHP-5.5
authorStanislav Malyshev <stas@php.net>
Sun, 25 Aug 2013 02:48:41 +0000 (19:48 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 25 Aug 2013 02:49:27 +0000 (19:49 -0700)
* PHP-5.4:
  Fix #65483: quoted-printable encode stream filter incorrectly encoding spaces
  Update NEWS

1  2 
NEWS

diff --cc NEWS
index 5ff378b1a94f6102b50203b6c35a19cdba0c2e31,ef046fd794415bafc34af5adf5099fbf486f9acd..d0843d6dd4c68d5dfe08c06d11c87a596505f9fd
--- 1/NEWS
--- 2/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 #65481 (shutdown segfault due to serialize) (Mike)
 -  . Fixed bug #65470 (Segmentation fault in zend_error() with 
+   . Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
+     spaces). (Michael M Slusarz)
 +  . 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)