]> granicus.if.org Git - php/commitdiff
Fixed SQLite version
authorIlia Alshanetsky <iliaa@php.net>
Sun, 27 May 2007 17:53:04 +0000 (17:53 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 27 May 2007 17:53:04 +0000 (17:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3ecae34d10beb9a208747996a674eba44e2e3f40..9ca9706f521a8d6d484f5e184257cd9f59078589 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ PHP                                                                        NEWS
 - Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
 - Optimized out a couple of per-request syscalls. (Rasmus)
 - Optimized digest generation in md5() and sha1() functions. (Ilia)
-- Upgraded bundled SQLite 3 to version 3.3.16. (Ilia)
+- Upgraded bundled SQLite 3 to version 3.3.17. (Ilia)
 
 - Addded "max_input_nesting_level" php.ini option to limit nesting level of 
   input variables. Fix for MOPB-03-2007. (Stas)