wez Mon Oct 31 22:16:36 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo_sqlite package.xml
Log:
prep for PECL release
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/package.xml?r1=1.10.2.2&r2=1.10.2.3&ty=u
Index: php-src/ext/pdo_sqlite/package.xml
diff -u php-src/ext/pdo_sqlite/package.xml:1.10.2.2
php-src/ext/pdo_sqlite/package.xml:1.10.2.3
--- php-src/ext/pdo_sqlite/package.xml:1.10.2.2 Sun Sep 11 01:46:13 2005
+++ php-src/ext/pdo_sqlite/package.xml Mon Oct 31 22:16:36 2005
@@ -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>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php