]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 28 Jul 2014 07:37:32 +0000 (00:37 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 28 Jul 2014 07:37:32 +0000 (00:37 -0700)
* PHP-5.5:
  Fix missing type checks in various functions

Conflicts:
ext/openssl/openssl.c

1  2 
NEWS
ext/openssl/openssl.c
ext/session/session.c

diff --cc NEWS
index 122e05ec1c09061b2f2457b2dca2784b7af7e59c,ec794468eb0d4ff350b21d5083823a8d09bd6aa3..abaeaba4e77581e327e634ea43d2dc93e8042544
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -12,7 -39,9 +12,10 @@@ PH
      (Laruence, Dmitry)
    . Implemented FR #34407 (ucwords and Title Case). (Tjerk)
  
++- COM:
++  . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
++
  - CLI server:
 -  . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
 -    (Adam)
    . Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
      (Adam)
    . Fixed bug #67594 (Unable to access to apache_request_headers() elements).
    . Fixed bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting).
      (Stas)
  
 -- OPCache:
 -  . Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault
 -    happen) (Dmitry, Laruence)
 -
  - pgsql:
 -  . Fixed bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
 -    which affected builds against libpq < 7.3. (Adam)
 +  . Fixed bug #67555 (Cannot build against libpq 7.3). (Adam)
 +
 +- OpenSSL:
++  . Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).
 +  . Fixed bug #67609 (TLS connections fail behind HTTP proxy). (Daniel Lowrey)
 +  . Fixed broken build against OpenSSL older than 0.9.8 where ECDH unavailable.
 +    (Lior Kaplan)
 +  . Fixed bug #67666 (Subject altNames doesn't support wildcard matching). (Tjerk)
  
  - Phar:
    . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
  
  - SPL:
    . Fixed bug #67539 (ArrayIterator use-after-free due to object change during 
 -    sorting). (CVE-2014-4698) (research at insighti dot org, Laruence)
 +    sorting). (research at insighti dot org, Laruence)
    . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
  
 -- Streams:
 -  . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)
 -
  - Session:
++  . Fixed missing type checks in php_session_create_id (Yussuf Khalil, Stas).
    . Fixed bug #66827 (Session raises E_NOTICE when session name variable is array).
      (Yasuo)
  
Simple merge
Simple merge