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 033303c commit 605f459Copy full SHA for 605f459
agent/php_user_instrument.c
@@ -617,7 +617,7 @@ void nr_php_remove_transient_user_instrumentation(void) {
617
*/
618
void nr_php_add_user_instrumentation(TSRMLS_D) {
619
#if ZEND_MODULE_API_NO < ZEND_8_0_X_API_NO
620
- nruserfn_t* p = nr_named_wraprecs;
+ nruserfn_t* p = nr_wrapped_user_functions;
621
622
while (0 != p) {
623
if ((0 == p->is_wrapped) && (0 == p->is_disabled)) {
@@ -683,7 +683,7 @@ void nr_php_destroy_user_wrap_records(void) {
683
nr_php_user_wraprec_destroy(&wraprec);
684
}
685
686
- nr_named_wraprecs = NULL;
+ nr_wrapped_user_functions = NULL;
687
#else
688
nr_php_user_instrument_wraprec_hashmap_destroy();
689
#endif
0 commit comments