summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-08-31 22:30:27 +0000
committerAntony Dovgal <tony2001@php.net>2007-08-31 22:30:27 +0000
commiteaa89d24433ff36e0f35839ae7437b75d1d79e8b (patch)
tree9d66446dfcc6bfd135c58269a9d22499096bb8d8
parent19b1e3983045a02252bdf69730d8ed628134e41e (diff)
downloadphp-git-eaa89d24433ff36e0f35839ae7437b75d1d79e8b.tar.gz
1.2.4
-rw-r--r--ext/oci8/oci8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index befb3a43b1..7bf5210995 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.3",
+ "1.2.4",
#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.3");
+ php_info_print_table_row(2, "Version", "1.2.4");
php_info_print_table_row(2, "Revision", "$Revision$");
snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent));