mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
update package.xml for 5.0
This commit is contained in:
parent
b6bc8b9edf
commit
a27b34a20b
1 changed files with 124 additions and 135 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE package SYSTEM "../../../php4/pear/package.dtd">
|
||||
<!DOCTYPE package SYSTEM "../pear/package.dtd">
|
||||
<package>
|
||||
<name>SQLite</name>
|
||||
<summary>SQLite database bindings</summary>
|
||||
|
@ -35,28 +35,11 @@
|
|||
<license>PHP</license>
|
||||
<release>
|
||||
<state>stable</state>
|
||||
<version>1.0</version>
|
||||
<date>2003-06-21</date>
|
||||
<version>2.0-dev</version>
|
||||
<date>TBA</date>
|
||||
<notes>
|
||||
Added:
|
||||
sqlite_udf_encode_binary() and sqlite_udf_decode_binary() for
|
||||
handling binary data in UDF callbacks.
|
||||
sqlite_popen() for persistent db connections.
|
||||
sqlite_unbuffered_query() for high performance queries.
|
||||
sqlite_last_error() returns error code from last operation.
|
||||
sqlite_error_string() returns description of error.
|
||||
sqlite_create_aggregate() for registering aggregating SQL functions.
|
||||
sqlite_create_function() for registering regular SQL functions.
|
||||
sqlite_fetch_string() for speedy access to first column of result sets.
|
||||
sqlite_fetch_all() to receive all rowsets from a query as an array.
|
||||
iteration interface
|
||||
|
||||
sqlite_query() functions accept resource/query string in either order,
|
||||
for compatibility with mysql and postgresql extensions.
|
||||
|
||||
Fixed some build issues for thread-safe builds.
|
||||
|
||||
Increase the default busy timeout interval to 60 seconds.
|
||||
OO API (Marcus).
|
||||
</notes>
|
||||
<filelist>
|
||||
<file role="src" name="config.m4"/>
|
||||
|
@ -137,5 +120,11 @@
|
|||
</dir>
|
||||
</dir>
|
||||
</filelist>
|
||||
<deps>
|
||||
<dep type="php" rel="ge">5.0.0</dep>
|
||||
</deps>
|
||||
</release>
|
||||
</package>
|
||||
<!--
|
||||
vim:et:ts=1:sw=1
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue