From: Christopher Jones Date: Sat, 11 Jun 2011 00:24:26 +0000 (+0000) Subject: Fix TSRMLS for Windows build X-Git-Tag: php-5.5.0alpha1~1958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c81d0523899c44aad849bd24f2bebde5d8e370c;p=php Fix TSRMLS for Windows build --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index e1b0077c68..13713d10ea 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -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