From 7788b67557a6f4195de8eb594a1ef3c108cbf317 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 10 Apr 2008 21:53:46 +0000 Subject: [PATCH] Bump OCI8 version to 1.2.5 (This change is for 5.2 branch only) --- ext/oci8/oci8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index e0e73674f2..69846abbee 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -377,7 +377,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.2.4", + "1.2.5", #if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1) || (PHP_MAJOR_VERSION > 5) PHP_MODULE_GLOBALS(oci), /* globals descriptor */ PHP_GINIT(oci), /* globals ctor */ @@ -673,7 +673,7 @@ PHP_MINFO_FUNCTION(oci) php_info_print_table_start(); php_info_print_table_row(2, "OCI8 Support", "enabled"); - php_info_print_table_row(2, "Version", "1.2.4"); + php_info_print_table_row(2, "Version", "1.2.5"); php_info_print_table_row(2, "Revision", "$Revision$"); snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent)); -- 2.40.0