From 7e9a08adb8237c33e2e1f0016c7946de220356a9 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 1 Apr 2008 18:38:17 +0000 Subject: [PATCH] Use new version macro --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1