php-pm-drupal icon indicating copy to clipboard operation
php-pm-drupal copied to clipboard

Drupal adapter for use of Drupal 8 with PHP-PM

Results 7 php-pm-drupal issues
Sort by recently updated
recently updated
newest added

See https://github.com/php-pm/php-pm-httpkernel/commit/4de2a1a8abcc71e87877b5ecf6aadebcf27e7025#diff-4e4aadfdc2edbd7dfe3479c6259178eaR42 Also Stack Builder has been removed since it was never in use. Guess we should adjust this adapter as well. Also the bridge interface has now a new...

To solve an issue with sessions (#1), I ran the app using PHP-FPM instead of CLI PHP. That setup needs documentation.

Logging in via one browser resulted in my being logged in automatically when using another browser which should have caused an anonymous visit. ### To repeat 1. Log in using...

Have you opened any issue on Drupal.org for porting the provided patches ?

would that be possible? Has anyone tried? I understand for the patches that this one is just for D8

I can't consistently log in when running Drupal under php-pm. I suspect this is somewhat due to it running under the `cli` SAPI, based on stepping through a request process...

Running the core unit tests results in many failures. The failures appear to start at the user login assertions. After running tests, the site behaves erratically in the browser. For...