Skip to content

Commit 2cf5726

Browse files
mfulblavarou
authored andcommitted
debug
1 parent 1c5e64e commit 2cf5726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/php_txn.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,8 @@ nr_status_t nr_php_txn_begin(const char* appnames,
11621162
= nr_php_packages_clone(NR_PHP_PROCESS_GLOBALS(composer_php_packages));
11631163
nrl_verbosedebug(NRL_FRAMEWORK, "composer packages cloned from cache");
11641164
#else
1165+
nrl_verbosedebug(NRL_INSTRUMENT, "passing known PHP packages = %p",
1166+
NR_PHP_PROCESS_GLOBALS(composer_php_packages));
11651167
nr_php_packages_set_known(NRPRG(txn)->php_packages,
11661168
NR_PHP_PROCESS_GLOBALS(composer_php_packages));
11671169
#endif

0 commit comments

Comments
 (0)