diff options
author | Wez Furlong <wez@php.net> | 2005-02-09 07:02:00 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-09 07:02:00 +0000 |
commit | 1cdde9e3edf4f3159e0352fa5dbeaf9224eff7cc (patch) | |
tree | 4aad44db2cb88269a359c0c9cf7b7ae4a40a9f7d | |
parent | 211206b2e4a68323f42a5a3b67b8de58245b75d0 (diff) | |
download | php-git-1cdde9e3edf4f3159e0352fa5dbeaf9224eff7cc.tar.gz |
update with changes
-rwxr-xr-x | ext/pdo_sqlite/package.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml index 90a6f68207..79b9e2092e 100755 --- a/ext/pdo_sqlite/package.xml +++ b/ext/pdo_sqlite/package.xml @@ -24,14 +24,17 @@ <license>PHP</license>
<release>
<state>beta</state>
- <version>0.2</version>
- <date>2005-02-09</date>
+ <version>0.2.1</version>
+ <date>2005-02-XX</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://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll
+
+ - setting PDO_ATTR_TIMEOUT controls the busy timeout
+ - Fixed PECL Bug #3391; cannot bind NULL parameters
</notes>
<filelist>
@@ -154,3 +157,4 @@ </deps>
</release>
</package>
+<!-- vim: se ts=2 sw=2 et: -->
|