Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Aug 31, 2007
1 parent 19b1e39 commit eaa89d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/oci8/oci8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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));
Expand Down

0 comments on commit eaa89d2

Please sign in to comment.