From c54eff9f12e5f20fc0a91e1af175994801941638 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 17 Apr 2003 17:31:50 +0000 Subject: [PATCH] Update for new release --- ext/sqlite/package.xml | 13 +++++++++++-- 1 file 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 @@ 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. -- 2.50.1