Kévin DUBUC

Results 5 issues of Kévin DUBUC

Add the possibility to provide the TCP context in the start process of ProcessManager, and gives the opportunity to build Secure Socket. Related #462 Usage : This PR add ```--tcp-context```...

enhancement

It would be great to setup a secure socket server (https://github.com/reactphp/socket/blob/master/src/SecureServer.php). It could be easily implemented : After initialization of web server : https://github.com/php-pm/php-pm/blob/23dffd01fce5dd131f3284afbb3fa7d8cf32c194/src/ProcessManager.php#L499 We could adding : ```php $socket...

enhancement

How serializing works ? ## Expected Behaviour Hi all, I use serializing mode, and I get nothing in STDIN (while streaming works). Overall, how to use serializing mode ? I...

support

Hi ! I think there is a typo in README 👍 httpOption cannot be "disabled" because API doesn't let you do that : https://www.scaleway.com/en/developers/api/serverless-containers/ https://github.com/scaleway/serverless-scaleway-functions/blob/bb24dad1b0399438cabbd4bc9780207df9011e9a/README.md?plain=1#L153

Can we add support for Psr LoggerInterface to v2 and v3 (```"psr/log": "^1.0|^2.0|^3.0"```) ? Currently, only v1.1.4 is supported : https://github.com/laminas/laminas-di/blob/b9a53578117faeff91c59fa6902fd0add0a1a844/composer.json#L38

Feature Request
Question