Skip to content

Commit 5641a40

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/fw_cakephp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ void nr_cakephp_enable_1(TSRMLS_D) {
318318
void nr_cakephp_enable(TSRMLS_D) {
319319
nr_php_wrap_user_function(
320320
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
321-
nr_cakephp_name_the_wt_4 TSRMLS_CC);
321+
nr_cakephp_name_the_wt_4);
322322
nr_php_wrap_user_function(
323323
NR_PSTR(
324324
"Cake\\Error\\Middleware\\ErrorHandlerMiddleware::handleException"),
325-
nr_cakephp_error_handler_wrapper TSRMLS_CC);
325+
nr_cakephp_error_handler_wrapper);
326326
nr_txn_suggest_package_supportability_metric(NRPRG(txn), PHP_PACKAGE_NAME,
327327
PHP_PACKAGE_VERSION_UNKNOWN);
328328
}

0 commit comments

Comments
 (0)