summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-01 03:16:36 +0000
committerWez Furlong <wez@php.net>2005-11-01 03:16:36 +0000
commit38c5dd29299b5b421e5f101c3f8c28412b075331 (patch)
tree8df39896be19cd53873ffbfb3104f548522f45b4
parentdbc09d33254b97921a7565447b6c2a78fac50289 (diff)
downloadphp-git-38c5dd29299b5b421e5f101c3f8c28412b075331.tar.gz
prep for PECL release
-rwxr-xr-xext/pdo_sqlite/package.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml
index 75436bdb2d..b121220a25 100755
--- a/ext/pdo_sqlite/package.xml
+++ b/ext/pdo_sqlite/package.xml
@@ -24,21 +24,23 @@
<license>PHP</license>
<release>
<state>beta</state>
- <version>1.0RC1</version>
- <date>2005-09-11</date>
+ <version>1.0RC2</version>
+ <date>2005-11-01</date>
<notes>
- You need to install the PDO core module before you can make use of this one.
- This package includes a bundled SQLite 3 library.
+You need to install the PDO core module before you can make use of this one.
+This package includes a bundled SQLite 3 library.
- Windows binary: http://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll
+Windows binary:
+http://pecl4win.php.net/ext.php/php_pdo_sqlite.dll
- - Added sqliteCreateFunction() and sqliteCreateAggregate()
- - Fixed PECL Bug #3452; problem when first row of a result set contains a NULL value.
- - Upgraded bundled sqlite to 3.1.3
- - setting PDO_ATTR_TIMEOUT controls the busy timeout
- - Fixed PECL Bug #3391; cannot bind NULL parameters
- - Fixed build problem when building the bundled sqlite library
+- 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.
+- Upgraded bundled sqlite to 3.1.3
+- setting PDO_ATTR_TIMEOUT controls the busy timeout
+- Fixed PECL Bug #3391; cannot bind NULL parameters
+- Fixed build problem when building the bundled sqlite library
</notes>
<filelist>
@@ -168,7 +170,7 @@
</filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC2"/>
</deps>
</release>
</package>