summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-27 17:53:04 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-27 17:53:04 +0000
commite3759c2823d6f30d50eb6bc96da89179168be9e5 (patch)
tree90fa35b58f2a06a2a78fa913d4526bcbbaf8b7ba
parent0f6e099d7d283083a884fcbdcfbabcd7e4e1b990 (diff)
downloadphp-git-e3759c2823d6f30d50eb6bc96da89179168be9e5.tar.gz
Fixed SQLite version
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ecae34d10..9ca9706f52 100644
--- 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)