Skip to content

Commit 64dc7cc

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

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
@@ -290,7 +290,7 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
290290
if (NR_SUCCESS
291291
!= nr_php_error_record_exception(
292292
NRPRG(txn), exception, nr_php_error_get_priority(E_ERROR), true,
293-
"Uncaught exception ", &NRPRG(exception_filters) TSRMLS_CC)) {
293+
"Uncaught exception ", &NRPRG(exception_filters))) {
294294
nrl_verbosedebug(NRL_FRAMEWORK, "%s: unable to record exception", __func__);
295295
}
296296

0 commit comments

Comments
 (0)