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

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM

Results 14 php-pm-httpkernel issues
Sort by recently updated
recently updated
newest added

When I run php pm with test environment `vendor/bin/ppm start --config=ppm.json --app-env=test` I got following exception: ``` An exception was thrown by the bridge. Forcing restart of the worker. The...

In most symfony projects, there is a `.env` in the project root with default variables, f.ex.: ``` REDIS_DSN=redis://redis ``` If we run a docker-container with the env variable `APP_ENV=prod`, none...

I'm having problems with twig files. The workers are not restarted after any twig file changes. Regarding this piece of code inside Symfony Bootstrap ```php //Symfony\Bundle\TwigBundle\Loader\FilesystemLoader //->Twig_Loader_Filesystem if ($this->debug &&...

Ref: https://github.com/php-pm/php-pm-httpkernel/pull/179#discussion_r781298506 I would suggest further constraining the SF versions to only the currently supported as many branches are no longer receiving any updates (see: https://symfony.com/releases). I would suggest: `^4.4|^5.4|^6.0`...

- clean mongodb if available - set SERVER_PROTOCOL on $_SERVER to request protocol version

It seems that when an exception happens in a Symfony event listener (e.g. kernel response), the request stack is not reset (and possibly other things too). What I typically notice,...

During the Google outage today one function that sends some logs to Google PubSub in the Syfmony `terminate()` event failed, causing the whole slave to go down, even if the...

bug
enhancement

Currently PHP PM relies on Symfony to close the sessions properly. I already had two instances where that did not happen: - a bug where the session storage changed serializing...

help wanted

artisan -V --ansi Laravel Framework 7.6.2 composer why-not php-pm/php-pm 2.0.3 -t -r php-pm/php-pm 2.0.2 PHP-PM is a process manager, supercharger and load balancer for PHP applications. ├──php-pm/php-pm 2.0.3 (requires symfony/error-handler...

information needed

Just to keep track of it, seems like the new doctrine-bundle default behaviour interferes with our clear or reset strategy we have in the Symfony bootstrap. https://github.com/doctrine/DoctrineBundle/issues/1114