* PHP-5.5:
Fix bug #66550 (SQLite prepared statement use-after-free)
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
(Anatol)
-- OPCache:
- . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
- . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
-
+ - Sqlite3:
+ . Fixed bug #66550 (SQLite prepared statement use-after-free). (Sean Heelan)
+
-?? ??? 2015, PHP 5.5.24
+16 Apr 2015, PHP 5.6.8
- Core:
. Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).