File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 26
26
<license >PHP</license >
27
27
<release >
28
28
<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 >
31
31
<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.
37
41
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.
41
44
42
- NULL columns are now correctly returned as NULL values.
43
45
</notes >
44
46
<filelist >
45
47
<file role =" src" name =" config.m4" />
You can’t perform that action at this time.
0 commit comments