PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.29
+?? ??? 2016 PHP 7.0.14
-- Mysqlnd:
- . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb)
+- Calendar:
+ . Fix integer overflows (Joshua Rogers)
+
+- Core:
+ . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
+ / PDO). (Dmitry)
+
+- Date:
+ . Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
+
+- DTrace:
+ . Disabled PHP call tracing by default (it makes significant overhead).
+ This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.
+ (Dmitry)
+
++- Mysqlnd:\r
++ . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb)\r
++\r
+- ODBC:
+ . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
+ (Anatol)
- Opcache:
- . Fixed bug #73402 (Opcache segfault when using class constant to call a
- method). (Laruence)
- . Fixed bug #69090 (check cached files permissions)
+ . Fixed bug #69090 (check cached files permissions). (dmitry)
+ . Fixed bug #73546 (Logging for opcache has an empty file name). (mhagstrand)
+
+- PCRE:
+ . Fixed bug #73392 (A use-after-free in zend allocator management).
+ (Laruence)
+
+- PDO_Firebird:
+ . Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
+ (Dorin Marcoci)
-- OpenSSL
- . Fixed bug #72776 (Invalid parameter in memcpy function trough
- openssl_pbkdf2). (Jakub Zelenka)
+- SPL:
+ . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
- SQLite3:
. Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)