]> granicus.if.org Git - php/commitdiff
Update for new release
authorWez Furlong <wez@php.net>
Thu, 17 Apr 2003 17:31:50 +0000 (17:31 +0000)
committerWez Furlong <wez@php.net>
Thu, 17 Apr 2003 17:31:50 +0000 (17:31 +0000)
ext/sqlite/package.xml

index e568fee5db77cbd0a31188bcea6616a0bf8fb471..cfcc6845cc464b56ccb27727ed63e4445921c751 100644 (file)
     <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"/>