summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-01-09 01:38:13 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-01-09 01:38:13 +0000
commitf4828675ebe439c04472e0c1314f9472a7e65bc8 (patch)
tree3ab51b4fc75ed6829dd84a7fd39ba7cf32b693d6
parent2736c55e3e6cf2bcb21dbb161a4afcd557ffdc92 (diff)
downloadphp-git-f4828675ebe439c04472e0c1314f9472a7e65bc8.tar.gz
sqlite news
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42b0850422..79c15f8d84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5 RC1
+- Upgraded SQLite library to version 2.8.9. (Ilia, Wez)
- Fixed var_export() to show public, protected and private modifiers properly.
(Derick)
- Fixed problems with longlong values in mysqli. (Georg)