summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-07-10 13:15:45 +0000
committerWez Furlong <wez@php.net>2004-07-10 13:15:45 +0000
commita4b685078bf08157ba6d653b9b1bf1326f6647a1 (patch)
treec94541dd1609c4d623a9624f830e48e993b9ca62
parent4959eb1b5f5ba75b8dc813b4f431a1465e9d72d5 (diff)
downloadphp-git-a4b685078bf08157ba6d653b9b1bf1326f6647a1.tar.gz
tweak release notes
# why do I have such a hard time typing sqlite version numbers? :)
-rw-r--r--ext/sqlite/package.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml
index 78f1554ae0..186e5cf5ac 100644
--- a/ext/sqlite/package.xml
+++ b/ext/sqlite/package.xml
@@ -45,7 +45,12 @@
<version>1.0.2</version>
<date>2004-07-10</date>
<notes>
-Upgraded libsqlite to version 2.9.14
+Upgraded libsqlite to version 2.8.14
+
+"Fixed" the bug where calling sqlite_query() with multiple SQL statements in a
+single string would not work if you looked at the return value. The fix for
+this case is to use the new sqlite_exec() function instead. (Stas)
+
</notes>
<filelist>