summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-09-11 05:27:30 +0000
committerWez Furlong <wez@php.net>2005-09-11 05:27:30 +0000
commit77d3a41f8a2e2b6771eb0ea3c242c07a21471385 (patch)
tree9417c8fd87abe36f15ff8a3d2089e4b103e4dae0 /ext/pdo_oci
parent1e37cc7b823f5c14dbbc40694b0cf07dff7660a7 (diff)
downloadphp-git-77d3a41f8a2e2b6771eb0ea3c242c07a21471385.tar.gz
update package.xml files and version numbers, in anticipation of a big bunch of releases.
Diffstat (limited to 'ext/pdo_oci')
-rwxr-xr-xext/pdo_oci/package.xml9
-rwxr-xr-xext/pdo_oci/pdo_oci.c2
2 files changed, 6 insertions, 5 deletions
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 @@
<license>PHP</license>
<release>
<state>beta</state>
- <version>0.9</version>
- <date>2005-07-27</date>
+ <version>1.0RC1</version>
+ <date>2005-09-11</date>
<notes>
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 @@
</filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="0.9"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0RC1"/>
</deps>
</release>
</package>
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
};
/* }}} */