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 ac688f0 commit f9fcfccCopy full SHA for f9fcfcc
agent/php_txn.c
@@ -1162,6 +1162,8 @@ nr_status_t nr_php_txn_begin(const char* appnames,
1162
= nr_php_packages_clone(NR_PHP_PROCESS_GLOBALS(composer_php_packages));
1163
nrl_verbosedebug(NRL_FRAMEWORK, "composer packages cloned from cache");
1164
#else
1165
+ nrl_verbosedebug(NRL_INSTRUMENT, "passing known PHP packages = %p",
1166
+ NR_PHP_PROCESS_GLOBALS(composer_php_packages));
1167
nr_php_packages_set_known(NRPRG(txn)->php_packages,
1168
NR_PHP_PROCESS_GLOBALS(composer_php_packages));
1169
#endif
0 commit comments