Skip to content

Commit 4c04db2

Browse files
committed
third round of fixes
New method of storing named wraprecs requires the name of the method to be wrapped to be in the case matching the code, i.e. wraprec name matching is case sensitive.
1 parent 3503ec6 commit 4c04db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/fw_laminas3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void nr_laminas3_enable(TSRMLS_D) {
155155
*/
156156

157157
nr_php_wrap_user_function(
158-
NR_PSTR("Laminas\\Router\\HTTP\\RouteMatch::setMatchedRouteName"),
158+
NR_PSTR("Laminas\\Router\\Http\\RouteMatch::setMatchedRouteName"),
159159
nr_laminas3_name_the_wt TSRMLS_CC);
160160
nr_php_wrap_user_function(
161161
NR_PSTR("Laminas\\Router\\RouteMatch::setMatchedRouteName"),

0 commit comments

Comments
 (0)