From: Wez Furlong Date: Sun, 11 Sep 2005 05:27:30 +0000 (+0000) Subject: update package.xml files and version numbers, in anticipation of a big bunch of releases. X-Git-Tag: RELEASE_1_0RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d3a41f8a2e2b6771eb0ea3c242c07a21471385;p=php update package.xml files and version numbers, in anticipation of a big bunch of releases. --- diff --git a/ext/pdo/package.xml b/ext/pdo/package.xml index 2f7def60b6..06074ae2c2 100755 --- a/ext/pdo/package.xml +++ b/ext/pdo/package.xml @@ -40,9 +40,9 @@ PHP - stable - 1.0 - 2005-10-11 + beta + 1.0RC1 + 2005-09-11 You need to install a PDO database driver to make use of PDO, diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c index 4a385153dc..5f81217240 100755 --- a/ext/pdo/pdo.c +++ b/ext/pdo/pdo.c @@ -112,7 +112,7 @@ zend_module_entry pdo_module_entry = { PHP_RINIT(pdo), PHP_RSHUTDOWN(pdo), PHP_MINFO(pdo), - "1.0", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_dblib/package.xml b/ext/pdo_dblib/package.xml index 4701b23091..87e25d842a 100644 --- a/ext/pdo_dblib/package.xml +++ b/ext/pdo_dblib/package.xml @@ -24,11 +24,11 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 - First ever PECL release. + Update code for API changes in PDO; no actual changes have been made to this driver. @@ -44,7 +44,7 @@ - + diff --git a/ext/pdo_dblib/pdo_dblib.c b/ext/pdo_dblib/pdo_dblib.c index be11d9ff4a..4188aa61e8 100644 --- a/ext/pdo_dblib/pdo_dblib.c +++ b/ext/pdo_dblib/pdo_dblib.c @@ -65,7 +65,7 @@ zend_module_entry pdo_dblib_module_entry = { NULL, PHP_RSHUTDOWN(pdo_dblib), PHP_MINFO(pdo_dblib), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; diff --git a/ext/pdo_firebird/package.xml b/ext/pdo_firebird/package.xml index c6f613558b..edb199befc 100644 --- a/ext/pdo_firebird/package.xml +++ b/ext/pdo_firebird/package.xml @@ -1,6 +1,6 @@ - + PDO_FIREBIRD Firebird/InterBase 6 driver for PDO @@ -21,8 +21,8 @@ PHP beta - 0.2 - 2005-02-09 + 0.3 + 2005-09-11 To compile and run this module, you will need to have the main PDO module and Firebird's @@ -51,7 +51,7 @@ - + diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 1413a61ba0..d936c0e54e 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -44,7 +44,7 @@ zend_module_entry pdo_firebird_module_entry = { /* {{{ */ NULL, NULL, PHP_MINFO(pdo_firebird), - "0.2", + "0.3", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_mysql/package.xml b/ext/pdo_mysql/package.xml index 7c7e1c27b2..9277b82ed2 100644 --- a/ext/pdo_mysql/package.xml +++ b/ext/pdo_mysql/package.xml @@ -30,8 +30,8 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 Much more robust, featuring native prepared statements and multi-rowset @@ -51,7 +51,7 @@ - + diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c index a224e6e012..11c1d9876e 100755 --- a/ext/pdo_mysql/pdo_mysql.c +++ b/ext/pdo_mysql/pdo_mysql.c @@ -60,7 +60,7 @@ zend_module_entry pdo_mysql_module_entry = { NULL, NULL, PHP_MINFO(pdo_mysql), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_oci/package.xml b/ext/pdo_oci/package.xml index 4702c5f06a..89e73fd76b 100755 --- a/ext/pdo_oci/package.xml +++ b/ext/pdo_oci/package.xml @@ -17,12 +17,13 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 You need to install the PDO core module before you can make use of this one. - You also require Oracle OCI 8 or higher client libraries installed on the machine where you intend to build and/or use it. + You also require Oracle OCI 8 or higher client libraries installed on the + machine where you intend to build and/or use it. If you are running on windows, you can download the binary from here: http://snaps.php.net/win32/PECL_5_0/php_pdo_oci.dll @@ -41,7 +42,7 @@ - + diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c index 5e5e873d5c..cfee302418 100755 --- a/ext/pdo_oci/pdo_oci.c +++ b/ext/pdo_oci/pdo_oci.c @@ -59,7 +59,7 @@ zend_module_entry pdo_oci_module_entry = { NULL, NULL, PHP_MINFO(pdo_oci), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_odbc/package.xml b/ext/pdo_odbc/package.xml index a25b04cc50..695a8dede3 100755 --- a/ext/pdo_odbc/package.xml +++ b/ext/pdo_odbc/package.xml @@ -21,8 +21,8 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 You need to install the PDO core module before you can make use of this one. @@ -46,7 +46,7 @@ - + diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c index 690754b576..ac64d073db 100755 --- a/ext/pdo_odbc/pdo_odbc.c +++ b/ext/pdo_odbc/pdo_odbc.c @@ -60,7 +60,7 @@ zend_module_entry pdo_odbc_module_entry = { NULL, NULL, PHP_MINFO(pdo_odbc), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_pgsql/package.xml b/ext/pdo_pgsql/package.xml index 7c79c8e8f2..7745e4eefb 100644 --- a/ext/pdo_pgsql/package.xml +++ b/ext/pdo_pgsql/package.xml @@ -30,8 +30,8 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 Now features native prepared statements and numerous other improvements. @@ -56,7 +56,7 @@ - + diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c index 72cb4e7241..58aa639445 100644 --- a/ext/pdo_pgsql/pdo_pgsql.c +++ b/ext/pdo_pgsql/pdo_pgsql.c @@ -61,7 +61,7 @@ zend_module_entry pdo_pgsql_module_entry = { PHP_RINIT(pdo_pgsql), PHP_RSHUTDOWN(pdo_pgsql), PHP_MINFO(pdo_pgsql), - "0.9", + "1.0RC1", STANDARD_MODULE_PROPERTIES }; /* }}} */ diff --git a/ext/pdo_sqlite/package.xml b/ext/pdo_sqlite/package.xml index a47666a7a4..d5267ca163 100755 --- a/ext/pdo_sqlite/package.xml +++ b/ext/pdo_sqlite/package.xml @@ -24,8 +24,8 @@ PHP beta - 0.9 - 2005-07-27 + 1.0RC1 + 2005-09-11 You need to install the PDO core module before you can make use of this one. @@ -33,6 +33,7 @@ Windows binary: http://snaps.php.net/win32/PECL_5_0/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 @@ -165,7 +166,7 @@ - + diff --git a/ext/pdo_sqlite/pdo_sqlite.c b/ext/pdo_sqlite/pdo_sqlite.c index 8142cde489..d477fb7bc0 100644 --- a/ext/pdo_sqlite/pdo_sqlite.c +++ b/ext/pdo_sqlite/pdo_sqlite.c @@ -31,7 +31,7 @@ #include "php_pdo_sqlite_int.h" #include "zend_exceptions.h" -#define PHP_PDO_SQLITE_MODULE_VERSION "0.9" +#define PHP_PDO_SQLITE_MODULE_VERSION "1.0RC1" /* {{{ pdo_sqlite_functions[] */ function_entry pdo_sqlite_functions[] = {