]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 17 Oct 2016 22:00:37 +0000 (00:00 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 17 Oct 2016 22:01:32 +0000 (00:01 +0200)
1  2 
NEWS
ext/sqlite3/sqlite3.c

diff --cc NEWS
index 7f2fba21eb5926005e596e2dce7f68c418b13d7c,1136fc037035a7f7a09737c0f4878469cdc4a1fd..8de5a5e9d131628817fcbc9b1aa60ccc3e2845d9
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,40 -1,15 +1,42 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016 PHP 7.0.13
 +?? ??? ????, PHP 7.1.0RC5
 +
++- SQLite3:
++  . Fixed bug #73333 (2147483647 is fetched as string). (cmb)
 +
 +19 Oct 2016, PHP 7.1.0RC4
  
  - Core:
 -  . Fixed bug #73181 (parse_str() without a second argument leads to crash).
 -    (Nikita)
 -  . Fixed bug #66773 (Autoload with Opcache allows importing conflicting class
 -    name to namespace). (Nikita)
 -  . Fixed bug #66862 ((Sub-)Namespaces unexpected behaviour). (Nikita)
 +  . Fixed bug #73288 (Segfault in __clone > Exception.toString > __get).
 +    (Laruence)
 +  . Fixed for #73240 (Write out of bounds at number_format). (Stas)
    . Fix pthreads detection when cross-compiling (ffontaine)
  
 +- BCmath:
 +  . Fix bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
 +
 +- Date:
 +  . Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
 +  . Fixed bug #48225 (DateTime parser doesn't set microseconds for "now").
 +    (Derick)
 +  . Fixed bug #52514 (microseconds are missing in DateTime class). (Derick)
 +  . Fixed bug #52519 (microseconds in DateInterval are missing). (Derick)
 +  . Fixed bug #60089 (DateTime::createFromFormat() U after u nukes microtime).
 +    (Derick)
 +  . Fixed bug #64887 (Allow DateTime modification with subsecond items).
 +    (Derick)
 +  . Fixed bug #68506 (General DateTime improvments needed for microseconds to
 +    become useful). (Derick)
 +  . Fixed bug #73109 (timelib_meridian doesn't parse dots correctly). (Derick)
 +  . Fixed bug #73247 (DateTime constructor does not initialise microseconds
 +    property). (Derick)
 +  . Fixed bug #73147 (Use After Free in PHP7 unserialize()). (Stas)
 +  . Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)
 +
 +- DOM:
 +  . Fixed bug #73150 (missing NULL check in dom_document_save_html). (Stas)
 +
  - GD:
    . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)
    . Fixed bug #73272 (imagescale() is not affected by, but affects
Simple merge