Fixed SQLite version

This commit is contained in:
Ilia Alshanetsky 2007-05-27 17:53:04 +00:00
parent 0f6e099d7d
commit e3759c2823

2
NEWS
View File

@ -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)