Skip to content

Commit 04c5e2f

Browse files
committed
Prepare for release.
1 parent f9e805d commit 04c5e2f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

ext/sqlite/package.xml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,22 @@
2626
<license>PHP</license>
2727
<release>
2828
<state>beta</state>
29-
<version>0.7</version>
30-
<date>2003-04-18</date>
29+
<version>0.9</version>
30+
<date>2003-04-21</date>
3131
<notes>
32-
SQLite is now bundled with the extension; no need to download and build
33-
it separately.
34-
35-
Fixed memory corruption bug when calling back into a PHP function from
36-
an SQL statement.
32+
Added:
33+
sqlite_popen() for persistent db connections.
34+
sqlite_unbuffered_query() for high performance queries.
35+
sqlite_last_error() returns error code from last operation.
36+
sqlite_error_string() returns description of error.
37+
sqlite_create_aggregate() for registering aggregating SQL functions.
38+
sqlite_create_function() for registering regular SQL functions.
39+
40+
Fixed some build issues for thread-safe builds.
3741

38-
Added sqlite_busy_timeout() to set the maximum duration for attempting
39-
to lock the database when updating it. Default timeout is set to 1/2
40-
second.
42+
API is considered stabilized for 4.3.x; this is a pre-release before
43+
announcing stable version 1.0.
4144

42-
NULL columns are now correctly returned as NULL values.
4345
</notes>
4446
<filelist>
4547
<file role="src" name="config.m4"/>

0 commit comments

Comments
 (0)