]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 6 Apr 2015 05:38:03 +0000 (22:38 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 6 Apr 2015 05:38:20 +0000 (22:38 -0700)
* PHP-5.5:
  Fix bug #66550 (SQLite prepared statement use-after-free)

1  2 
NEWS
ext/sqlite3/sqlite3.c

diff --cc NEWS
index 61496877bbe8dee4221313e35257780e5f8c7161,2bc4f7c9cdbbd0afbd4dbfeda4595abd4bdddc7a..fe6100bfa0c9942f8139d070bea06d1458d785d3
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -6,7 -12,14 +6,10 @@@ PH
    . 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).
Simple merge