(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)