]> granicus.if.org Git - php/commitdiff
prep for release
authorWez Furlong <wez@php.net>
Sat, 12 Feb 2005 08:23:32 +0000 (08:23 +0000)
committerWez Furlong <wez@php.net>
Sat, 12 Feb 2005 08:23:32 +0000 (08:23 +0000)
ext/pdo_sqlite/package.xml
ext/pdo_sqlite/pdo_sqlite.c

index 99378a9142c8953b8c2c7736fcff8fca345dfde5..97bf1c8415f1cd5119b6ecbd1f49a6f9cee69775 100755 (executable)
@@ -24,8 +24,8 @@
  <license>PHP</license>\r
  <release>\r
   <state>beta</state>\r
-  <version>0.2.1</version>\r
-  <date>2005-02-10</date>\r
+  <version>0.2.2</version>\r
+  <date>2005-02-12</date>\r
 \r
   <notes>\r
     You need to install the PDO core module before you can make use of this one.\r
@@ -35,6 +35,7 @@
 \r
     - setting PDO_ATTR_TIMEOUT controls the busy timeout\r
     - Fixed PECL Bug #3391; cannot bind NULL parameters        \r
+    - Fixed build problem when building the bundled sqlite library\r
   </notes>\r
 \r
   <filelist>\r
index da10ca2687af3f8a376f8ab7f2fcdde474ecbe78..d19b00fd8e4fd4159e36f3bb8ee81acd646217ef 100644 (file)
@@ -31,7 +31,7 @@
 #include "php_pdo_sqlite_int.h"
 #include "zend_exceptions.h"
 
-#define PHP_PDO_SQLITE_MODULE_VERSION  "0.2.1"
+#define PHP_PDO_SQLITE_MODULE_VERSION  "0.2.2"
 
 /* {{{ pdo_sqlite_functions[] */
 function_entry pdo_sqlite_functions[] = {