summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-17 17:31:50 +0000
committerWez Furlong <wez@php.net>2003-04-17 17:31:50 +0000
commitc54eff9f12e5f20fc0a91e1af175994801941638 (patch)
tree37e7767c636d22e0d117980a47028d83c3d23406
parentc53b5743df36ecf6917806a770e9f7ba820184ba (diff)
downloadphp-git-c54eff9f12e5f20fc0a91e1af175994801941638.tar.gz
Update for new release
-rw-r--r--ext/sqlite/package.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml
index e568fee5db..cfcc6845cc 100644
--- a/ext/sqlite/package.xml
+++ b/ext/sqlite/package.xml
@@ -23,8 +23,17 @@
<version>0.6</version>
<date>2003-04-18</date>
<notes>
- Initial release.
- Should be quite stable.
+ SQLite is now bundled with the extension; no need to download and build
+ it separately.
+
+ Fixed memory corruption bug when calling back into a PHP function from
+ an SQL statement.
+
+ Added sqlite_busy_timeout() to set the maximum duration for attempting
+ to lock the database when updating it. Default timeout is set to 1/2
+ second.
+
+ NULL columns are now correctly returned as NULL values.
</notes>
<filelist>
<file role="src" name="config.m4"/>