mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix TSRMLS for Windows build
This commit is contained in:
parent
191df85605
commit
ea2cad7e76
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ PHP_MINFO_FUNCTION(oci)
|
|||
php_info_print_table_row(2, "Active Connections", buf);
|
||||
|
||||
#if ((OCI_MAJOR_VERSION > 10) || ((OCI_MAJOR_VERSION == 10) && (OCI_MINOR_VERSION >= 2)))
|
||||
php_oci_client_get_version(&ver TSRMLS_DC);
|
||||
php_oci_client_get_version(&ver TSRMLS_CC);
|
||||
php_info_print_table_row(2, "Oracle Run-time Client Library Version", ver);
|
||||
efree(ver);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue