From 77d3a41f8a2e2b6771eb0ea3c242c07a21471385 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 11 Sep 2005 05:27:30 +0000 Subject: update package.xml files and version numbers, in anticipation of a big bunch of releases. --- ext/pdo_oci/package.xml | 9 +++++---- ext/pdo_oci/pdo_oci.c | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'ext/pdo_oci') 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 }; /* }}} */ -- cgit v1.2.1