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 da65028 commit 952b2bcCopy full SHA for 952b2bc
agent/php_newrelic.h
@@ -615,13 +615,13 @@ nrinibool_t
615
nrinibool_t
616
message_tracer_segment_parameters_enabled; /* newrelic.segment_tracer.segment_parameters.enabled */
617
618
-uint64_t pid;
619
#if ZEND_MODULE_API_NO < ZEND_7_4_X_API_NO
620
/*
621
* pid and user_function_wrappers are used to store user function wrappers.
622
* Storing this on a request level (as opposed to storing it on transaction
623
* level) is more robust when using multiple transactions in one request.
624
*/
+uint64_t pid;
625
nr_vector_t* user_function_wrappers;
626
#endif
627
0 commit comments