- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 30,413 pass
Hey folks!
I lately tried to get Drupal working with PHP-PM and thought about a little adjust that is absolutely required to get even basic functionality working. That functionality is basically that the HttpKernel/DrupalKernel allows a second request (more than one call against `DrupalKernel::handle`) without crashing.
Currently in the handle method calls always a method called `initializeSettings`, which is only necessary once. This patch basically makes sure, that method is only called once.
This gets the basic php-pm approach alive with Drupal. However, some common things currently don't work perfectly like session handling and css file name generation. I guess it's worth to merge this in, so other people don't stumble over the same when trying to get Drupal working with php-pm. :)
Cheers
Marc
Needs work
11.0 🔥
Last updated
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.