Skip to content

Commit 952b2bc

Browse files
committed
NRPRG(pid) is only needed for PHPs < 7.4
1 parent da65028 commit 952b2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/php_newrelic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,13 +615,13 @@ nrinibool_t
615615
nrinibool_t
616616
message_tracer_segment_parameters_enabled; /* newrelic.segment_tracer.segment_parameters.enabled */
617617

618-
uint64_t pid;
619618
#if ZEND_MODULE_API_NO < ZEND_7_4_X_API_NO
620619
/*
621620
* pid and user_function_wrappers are used to store user function wrappers.
622621
* Storing this on a request level (as opposed to storing it on transaction
623622
* level) is more robust when using multiple transactions in one request.
624623
*/
624+
uint64_t pid;
625625
nr_vector_t* user_function_wrappers;
626626
#endif
627627

0 commit comments

Comments
 (0)