]> granicus.if.org Git - php/commitdiff
Use new version macro
authorChristopher Jones <sixd@php.net>
Tue, 1 Apr 2008 18:38:17 +0000 (18:38 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 1 Apr 2008 18:38:17 +0000 (18:38 +0000)
ext/oci8/oci8.c

index d48d78996859c01bfcf7e7c83902da785d1b20ad..67ab961e38f784d49b611c189e49e09163211538 100644 (file)
@@ -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 */