From: Christopher Jones Date: Tue, 1 Apr 2008 18:38:17 +0000 (+0000) Subject: Use new version macro X-Git-Tag: RELEASE_2_0_0b1~518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e9a08adb8237c33e2e1f0016c7946de220356a9;p=php Use new version macro --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index d48d789968..67ab961e38 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -386,7 +386,7 @@ zend_module_entry oci8_module_entry = { PHP_RINIT(oci), /* per-request startup function */ PHP_RSHUTDOWN(oci), /* per-request shutdown function */ PHP_MINFO(oci), /* information function */ - "1.3.1", + PHP_OCI8_VERSION, PHP_MODULE_GLOBALS(oci), /* globals descriptor */ PHP_GINIT(oci), /* globals ctor */ NULL, /* globals dtor */