We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dbe2e commit 5641a40Copy full SHA for 5641a40
agent/fw_cakephp.c
@@ -318,11 +318,11 @@ void nr_cakephp_enable_1(TSRMLS_D) {
318
void nr_cakephp_enable(TSRMLS_D) {
319
nr_php_wrap_user_function(
320
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
321
- nr_cakephp_name_the_wt_4 TSRMLS_CC);
+ nr_cakephp_name_the_wt_4);
322
323
NR_PSTR(
324
"Cake\\Error\\Middleware\\ErrorHandlerMiddleware::handleException"),
325
- nr_cakephp_error_handler_wrapper TSRMLS_CC);
+ nr_cakephp_error_handler_wrapper);
326
nr_txn_suggest_package_supportability_metric(NRPRG(txn), PHP_PACKAGE_NAME,
327
PHP_PACKAGE_VERSION_UNKNOWN);
328
}
0 commit comments