]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorJoe Watkins <krakjoe@php.net>
Tue, 11 Apr 2017 11:14:40 +0000 (12:14 +0100)
committerJoe Watkins <krakjoe@php.net>
Tue, 11 Apr 2017 11:15:24 +0000 (12:15 +0100)
* PHP-7.0:
  fixed bug #74413 wrong reflection on SQLite3::enableExceptions

1  2 
NEWS
ext/sqlite3/sqlite3.c

diff --cc NEWS
index 1b778714cbb8de75e1fa7ee770d6fa665e9d1247,68ba3b75aa62186f6b64270fe056ff54061884b3..0044ae93b4d86e43edf5f4eb7cc0bfb0d41cdece
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -153,10 -132,11 +153,14 @@@ PH
  - PDO_OCI:
    . Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle)
  
++- SQLite3:
++  . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions).
++    (krakjoe)
++
  - Standard:
 -  . Fixed bug #74148 (ReflectionFunction incorrectly reports the number of
 -    arguments). (Laruence)
    . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed).
      (Anatol)
 +  . Fixed bug #74041 (substr_count with length=0 broken). (Nikita)
    . Fixed bug #73118 (is_callable callable name reports misleading value for
      anonymous classes). (Adam Saponara)
    . Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is
Simple merge