summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 361a796cd1..89ef83d844 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -436,7 +436,7 @@ oci_error:
/* {{{ php_oci_cleanup_global_handles()
Free global handles (if they were initialized before)
*/
-static void php_oci_cleanup_global_handles(TSRMLS_C)
+static void php_oci_cleanup_global_handles(TSRMLS_D)
{
if (OCI_G(err)) {
PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ENV));