From 40ab777dc88c79f270156f37e144bb3a52e3e41f Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 21 May 2004 17:33:58 +0000 Subject: Update package/module --- ext/pdo_oci/package.xml | 16 ++++++++++------ ext/pdo_oci/pdo_oci.c | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ext/pdo_oci/package.xml b/ext/pdo_oci/package.xml index 2accf07e28..df6f3b9e02 100755 --- a/ext/pdo_oci/package.xml +++ b/ext/pdo_oci/package.xml @@ -1,7 +1,7 @@ - pdo_oci + PDO_OCI Oracle Call Interface driver for PDO @@ -17,11 +17,15 @@ PHP alpha - 0.1dev - 2004-05-18 + 0.1 + 2004-05-21 - Still much to be done. + 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. + + 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 @@ -36,8 +40,8 @@ - - + + diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c index 154faa77da..5712f8634d 100755 --- a/ext/pdo_oci/pdo_oci.c +++ b/ext/pdo_oci/pdo_oci.c @@ -39,7 +39,7 @@ function_entry pdo_oci_functions[] = { /* {{{ pdo_oci_module_entry */ zend_module_entry pdo_oci_module_entry = { STANDARD_MODULE_HEADER, - "pdo_oci", + "PDO_OCI", pdo_oci_functions, PHP_MINIT(pdo_oci), PHP_MSHUTDOWN(pdo_oci), -- cgit v1.2.1