diff options
author | Wez Furlong <wez@php.net> | 2003-04-17 17:31:50 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-17 17:31:50 +0000 |
commit | c54eff9f12e5f20fc0a91e1af175994801941638 (patch) | |
tree | 37e7767c636d22e0d117980a47028d83c3d23406 | |
parent | c53b5743df36ecf6917806a770e9f7ba820184ba (diff) | |
download | php-git-c54eff9f12e5f20fc0a91e1af175994801941638.tar.gz |
Update for new release
-rw-r--r-- | ext/sqlite/package.xml | 13 |
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"/> |