]> granicus.if.org Git - php/commitdiff
update ready for release.
authorWez Furlong <wez@php.net>
Wed, 9 Feb 2005 04:57:32 +0000 (04:57 +0000)
committerWez Furlong <wez@php.net>
Wed, 9 Feb 2005 04:57:32 +0000 (04:57 +0000)
Disable dependency macro for compatibility with existing PHP 5.0.x releases.

ext/pdo_sqlite/config.m4
ext/pdo_sqlite/package.xml
ext/pdo_sqlite/pdo_sqlite.c

index 14159cf6d3fb07dfe1bdd785347fcddb1d7b4324..dea8627e992738fc7b613b87c572f2a49935d722 100644 (file)
@@ -111,5 +111,5 @@ EOF
       AC_CHECK_HEADERS(time.h)
     
   fi
-  PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
+dnl  PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
 fi
index 6f731fe58f4802865cc8dea835f75dff9919e06b..90a6f6820755c3eabe4228bf1dca26c787bb1600 100755 (executable)
    <role>lead</role>\r
   </maintainer>\r
  </maintainers>\r
- <configureoptions>\r
+ <!-- configureoptions>\r
         <configureoption name="with-pdo-sqlite" prompt="Path to your sqlite3 install"/>\r
-</configureoptions>\r
+</configureoptions -->\r
  <description>\r
         This extension provides an SQLite v3 driver for PDO.\r
-        SQLite V3 is NOT compatible with the bundled SQLite in PHP 5, but is a significant\r
+        SQLite V3 is NOT compatible with the bundled SQLite in PHP 5, but is a significant\r
         step forwards, featuring complete utf-8 support, native support for blobs,\r
         native support for prepared statements with bound parameters and improved\r
         concurrency.\r
  </description>\r
  <license>PHP</license>\r
  <release>\r
-  <state>alpha</state>\r
-  <version>0.1</version>\r
-  <date>2004-09-19</date>\r
+  <state>beta</state>\r
+  <version>0.2</version>\r
+  <date>2005-02-09</date>\r
 \r
   <notes>\r
    You need to install the PDO core module before you can make use of this one.\r
-       You need to download and install SQLite V3 from http://sqlite.org to\r
-       make use of this driver.\r
+   This package includes a bundled SQLite 3 library.\r
 \r
-       There is no windows binary available yet.\r
+        Windows binary: http://snaps.php.net/win32/PECL_5_0/php_pdo_sqlite.dll\r
   </notes>\r
 \r
   <filelist>\r
 \r
   </filelist>\r
   <deps>\r
-   <dep type="php" rel="ge" version="5.0.1"/>\r
-   <dep type="ext" rel="ge" name="pdo" version="0.1"/>\r
+   <dep type="php" rel="ge" version="5.0.3"/>\r
+   <dep type="ext" rel="ge" name="pdo" version="0.2"/>\r
   </deps>\r
  </release>\r
 </package>\r
index 1d77ed6d678ae1b4e6690edd4dcd5cff0d2c3b90..5be851c3be92323fbf39e9be6ff6efb1af421188 100644 (file)
@@ -31,7 +31,7 @@
 #include "php_pdo_sqlite_int.h"
 #include "zend_exceptions.h"
 
-#define PHP_PDO_SQLITE_MODULE_VERSION  "0.1-dev"
+#define PHP_PDO_SQLITE_MODULE_VERSION  "0.2"
 
 /* {{{ pdo_sqlite_functions[] */
 function_entry pdo_sqlite_functions[] = {