diff --git a/ext/pdo_oci/package.xml b/ext/pdo_oci/package.xml index ac9e2259ea2..22cb4afd200 100755 --- a/ext/pdo_oci/package.xml +++ b/ext/pdo_oci/package.xml @@ -16,9 +16,9 @@ PHP - beta - 1.0RC2 - 2005-11-01 + stable + 1.0 + 2005-11-26 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 - + diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c index bbd8921ef71..d7f382b0720 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 }; /* }}} */