From: Wez Furlong Date: Thu, 17 Apr 2003 17:31:50 +0000 (+0000) Subject: Update for new release X-Git-Tag: RELEASE_0_6~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c54eff9f12e5f20fc0a91e1af175994801941638;p=php Update for new release --- 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 @@ 0.6 2003-04-18 - 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.