diff --git a/ext/rpc/xmlrpc/xmlrpc-epi-php.c b/ext/rpc/xmlrpc/xmlrpc-epi-php.c index ae172ecc5e9..cc4c483b373 100644 --- a/ext/rpc/xmlrpc/xmlrpc-epi-php.c +++ b/ext/rpc/xmlrpc/xmlrpc-epi-php.c @@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault) } if (Z_TYPE_P(arg) != IS_ARRAY) { - php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_CC)); + php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_C)); } else { /* The "correct" way to do this would be to call the xmlrpc diff --git a/ext/xmlrpc/xmlrpc-epi-php.c b/ext/xmlrpc/xmlrpc-epi-php.c index ae172ecc5e9..cc4c483b373 100644 --- a/ext/xmlrpc/xmlrpc-epi-php.c +++ b/ext/xmlrpc/xmlrpc-epi-php.c @@ -1488,7 +1488,7 @@ PHP_FUNCTION(xmlrpc_is_fault) } if (Z_TYPE_P(arg) != IS_ARRAY) { - php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_CC)); + php_error(E_NOTICE, "%s() expects argument to be an array", get_active_function_name(TSRMLS_C)); } else { /* The "correct" way to do this would be to call the xmlrpc