Albert Bertram
Albert Bertram
For what it's worth, I have tried this, and I've gotten to a point where I can render a page. There are an indeterminate number of drupal_static() variables that will...
Sure. I didn't mention it, but I assume that each php-pm worker is single threaded so that no two requests run in parallel on the same worker. That should keep...
in terms of actually "resetting" a variable, I mostly have been calling `unset()` on the globals. `drupal_static()`, on the other hand, can be cleared with `drupal_static($name, NULL, TRUE);`
It's a side project that I don't get to spend much time on. Drupal 7 has a very different structure from Drupal 8, so I've pretty much started it from...
I've uploaded my code: https://github.com/bertrama/php-pm-drupal-seven Very experimental, and needs cleaning up.
Done, thanks for the reminder!