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 2a8975e commit fd5ef92Copy full SHA for fd5ef92
agent/fw_cakephp.c
@@ -274,7 +274,7 @@ NR_PHP_WRAPPER_END
274
*/
275
NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
276
zval* exception = NULL;
277
- char* request_uri = nr_strdup(nr_php_get_server_global("REQUEST_URI"));
+ char* request_uri = nr_php_get_server_global("REQUEST_URI");
278
279
NR_UNUSED_SPECIALFN;
280
(void)wraprec;
0 commit comments