1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

Merge branch 'PHP-7.1' into PHP-7.2

This commit is contained in:
Christopher Jones
2018-09-24 16:52:26 +10:00

View File

@@ -1207,7 +1207,6 @@ PHP_MINFO_FUNCTION(oci)
php_info_print_table_row(2, "OCI8 DTrace Support", "disabled");
#endif
php_info_print_table_row(2, "OCI8 Version", PHP_OCI8_VERSION);
php_info_print_table_row(2, "Revision", "$Id$");
#if ((OCI_MAJOR_VERSION > 10) || ((OCI_MAJOR_VERSION == 10) && (OCI_MINOR_VERSION >= 2)))
php_oci_client_get_version(ver, sizeof(ver));