diff options
author | Joe Watkins <krakjoe@php.net> | 2017-04-11 12:13:21 +0100 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-04-11 12:14:25 +0100 |
commit | b74b325aea79b281aff5369d461f5e2d748b0cfc (patch) | |
tree | cbb3b0bce4ee95691ac5d4e4fa76a138120d1f81 /NEWS | |
parent | eb03f16442c7ee10842dde0140b933d2be60b84b (diff) | |
download | php-git-b74b325aea79b281aff5369d461f5e2d748b0cfc.tar.gz |
fixed bug #74413 wrong reflection on SQLite3::enableExceptions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ PHP NEWS . Fixed bug #74409 (Reflection information for ini_get_all() is incomplete). (Sebastian Bergmann) +- SQLite3: + . Fixed bug #74413 (incorrect reflection for SQLite3::enableExceptions). + (krakjoe) + 13 Apr 2017 PHP 7.0.18 - Core: |