Skip to content

Commit fb77ac9

Browse files
hahuja2lavarou
andauthored
chore(agent): remove TSRMLS_CC
Co-authored-by: Michal Nowacki <[email protected]>
1 parent 5641a40 commit fb77ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/fw_cakephp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
280280

281281
NR_PHP_WRAPPER_REQUIRE_FRAMEWORK(NR_FW_CAKEPHP);
282282

283-
exception = nr_php_arg_get(1, NR_EXECUTE_ORIG_ARGS TSRMLS_CC);
283+
exception = nr_php_arg_get(1, NR_EXECUTE_ORIG_ARGS);
284284
if (!nr_php_is_zval_valid_object(exception)) {
285285
nrl_verbosedebug(NRL_FRAMEWORK, "%s: exception is NULL or not an object",
286286
__func__);

0 commit comments

Comments
 (0)