summaryrefslogtreecommitdiff
path: root/ext/sqlite/package.xml
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-06-19 20:57:11 +0000
committerWez Furlong <wez@php.net>2003-06-19 20:57:11 +0000
commit425882ef701a403705eb08684d3c278637986e69 (patch)
tree256c43f8bdf52ac4de26bac2b31361c19f4918e9 /ext/sqlite/package.xml
parent76b3007386d2cc9e9c1368b5fcfa633ebd403703 (diff)
downloadphp-git-425882ef701a403705eb08684d3c278637986e69.tar.gz
Some tweaks ready for the upcoming 1.0 release.
Diffstat (limited to 'ext/sqlite/package.xml')
-rw-r--r--ext/sqlite/package.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml
index c146b73696..79d0b1060a 100644
--- a/ext/sqlite/package.xml
+++ b/ext/sqlite/package.xml
@@ -28,6 +28,9 @@
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process.
This extension allows you to access SQLite databases from within PHP.
+
+ Windows binary available from:
+ http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
</description>
<license>PHP</license>
<release>
@@ -51,6 +54,8 @@
Fixed some build issues for thread-safe builds.
+ Increase the default busy timeout interval to 60 seconds.
+
API is considered stabilized for 4.3.x; this is a pre-release before
announcing stable version 1.0.