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 753e02d commit afc08fdCopy full SHA for afc08fd
src/ext/lifecycle.c
@@ -590,9 +590,9 @@ void elasticApmRequestInit()
590
ELASTIC_APM_CALL_IF_FAILED_GOTO( ensureAllComponentsHaveLatestConfig( tracer ) );
591
logSupportabilityInfo( logLevel_trace );
592
593
+ enableAccessToServerGlobal();
594
595
if (requestCounter == 1) {
- enableAccessToServerGlobal();
596
bool preloadDetected = detectOpcachePreload();
597
if (preloadDetected) {
598
ELASTIC_APM_LOG_DEBUG( "opcache.preload request detected on init" );
0 commit comments