summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/package2.xml
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2006-05-02 02:32:40 +0000
committerWez Furlong <wez@php.net>2006-05-02 02:32:40 +0000
commit7614368f8aa87e5a5f6ce4d8c4dfad7fb60290d6 (patch)
treef864bc0dd71f21389035569e0001fd5228eba361 /ext/pdo_sqlite/package2.xml
parentc1555236c9dcc663b7193f9bf4e97421c4b2ff2a (diff)
downloadphp-git-7614368f8aa87e5a5f6ce4d8c4dfad7fb60290d6.tar.gz
prep for pecl release
Diffstat (limited to 'ext/pdo_sqlite/package2.xml')
-rw-r--r--ext/pdo_sqlite/package2.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pdo_sqlite/package2.xml b/ext/pdo_sqlite/package2.xml
index 25d6e95dd0..81e0a5a674 100644
--- a/ext/pdo_sqlite/package2.xml
+++ b/ext/pdo_sqlite/package2.xml
@@ -19,7 +19,7 @@ concurrency.
<email>wez@php.net</email>
<active>yes</active>
</lead>
- <date>2005-12-04</date>
+ <date>2006-05-01</date>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
@@ -30,8 +30,8 @@ concurrency.
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
-- Upgraded to new package2 format; no code changes in this release
-
+- Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
+- Upgraded to new package2 format
- Fixed PECL Bug #5633; build issues
- Added sqliteCreateFunction() and sqliteCreateAggregate()
- Fixed PECL Bug #3452; problem when first row of a result set contains a NULL value.