diff options
author | Wez Furlong <wez@php.net> | 2005-11-26 21:25:39 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-11-26 21:25:39 +0000 |
commit | 339b4dbd6fbf88cb937d5fce57aec8fa298baf06 (patch) | |
tree | f908e5d3fbe0a9af78b6ab17115b9e5ff6d996c4 | |
parent | ab6a6751312c90a669bacf5165545e1bce8b4331 (diff) | |
download | php-git-339b4dbd6fbf88cb937d5fce57aec8fa298baf06.tar.gz |
going stable
-rwxr-xr-x | ext/pdo_oci/package.xml | 8 | ||||
-rwxr-xr-x | ext/pdo_oci/pdo_oci.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_oci/package.xml b/ext/pdo_oci/package.xml index ac9e2259ea..22cb4afd20 100755 --- a/ext/pdo_oci/package.xml +++ b/ext/pdo_oci/package.xml @@ -16,9 +16,9 @@ </description>
<license>PHP</license>
<release>
- <state>beta</state>
- <version>1.0RC2</version>
- <date>2005-11-01</date>
+ <state>stable</state>
+ <version>1.0</version>
+ <date>2005-11-26</date>
<notes>
You need to install the PDO core module before you can make use of this one.
@@ -47,7 +47,7 @@ http://pecl4win.php.net/ext.php/php_pdo_oci.dll </filelist>
<deps>
<dep type="php" rel="ge" version="5.0.3"/>
- <dep type="ext" rel="ge" name="pdo" version="1.0RC2"/>
+ <dep type="ext" rel="ge" name="pdo" version="1.0"/>
</deps>
</release>
</package>
diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c index bbd8921ef7..d7f382b072 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), - "1.0RC1", + "1.0", STANDARD_MODULE_PROPERTIES }; /* }}} */ |