- ODBC:
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
-?? ??? 2014, PHP 5.5.18
+
+ - SPL:
+ . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
+
+02 Oct 2014, PHP 5.6.1
- Core:
+ . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk)
+ . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
+ . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
+ . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
+ . Fixed bug #67938 (Segfault when extending interface method with variadic).
+ (Nikita)
. Fixed bug #67985 (Incorrect last used array index copied to new array after
unset). (Tjerk)
- . Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
- as 6.2 (instead of 6.3)). (Christian Wenz)
- . Fixed bug #67633 (A foreach on an array returned from a function not doing
- copy-on-write). (Nikita)
- . Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
+ . Fixed bug #68088 (New Posthandler Potential Illegal efree() vulnerability).
+ (Mike) (CVE-2014-3622)
-- FPM:
- . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
- when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
- . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
- addresses). (Robin Gloster)
+- DOM:
+ . Made DOMNode::textContent writeable. (Tjerk)
-- Reflection:
- . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
+- Fileinfo:
+ . Fixed bug #67731 (finfo::file() returns invalid mime type
+ for binary files). (Anatol)
+
+- GD:
+ . Made fontFetch's path parser thread-safe. (Sara)
+
+- GMP:
+ . Fixed bug #67917 (Using GMP objects with overloaded operators can cause
+ memory exhaustion). (Nikita)
+ . Fixed bug #50175 (gmp_init() results 0 on given base and number starting
+ with 0x or 0b). (Nikita)
+ . Implemented gmp_import() and gmp_export(). (Leigh, Nikita)
+
+- MySQLi:
+ . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)
+
+- OpenSSL:
+ . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
+ (Daniel Lowrey)
+ . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3).
+ (Daniel Lowrey)
+
+- phpdbg:
+ . Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS). (Bob)
+
+- SOAP:
+ . Fixed bug #67955 (SoapClient prepends 0-byte to cookie names). (Philip Hofstetter)
- Session:
. Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)