You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible for wraprecs to be created when INI is processed. For that
to be possible, two things are necessary:
- the wraprec hashmap needs to be created before INI processing starts
- the pid stored in wraprec needs to be set using the value returned by
nr_getpid because per request global pid (NRPRG(pid)) is not initialized
until rinit.
0 commit comments