-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker compose yml and flightphp website ? #87
Comments
I tried to launch a phpinfo file, it worked but i got phpinfo as text instead of HTML |
With any CLI server, the phpinfo will be always with text (almost for now, till php-src acept our requests). |
Remember than first you need to modify the I tried it with flightphp (as it's in the thechempower benchmark) but it isn't working for now. Also happens with others frameworks as Codeigniter, Fatfree,... But the problem it is NOT with Adapterman, it's a problem in the frameworks than only test it in shared nothing mode. We need to send issues to the frameworks to fix it, as this problem it isn't only with Adapterman. It'll have it also with Swoole, php-runtime, ... But the easier way to test it, it's with Adapterman as they don't need to change the code, they only need to fix the problems that occur when bootstraping the app only 1 time (persistent apps). Also Laravel need to change it to work with Octane, and still a lot of apps and libs in Laravel are not ready. But also any global variable or static property used in the core, sometimes need to change with any request. |
My tests in the Techempower benchmark with FlightPHP:
Only work the first URL, after only send and empty response. |
Hi,
I would like to host a flightphp website on workerman using docker but http://localhost is loading in an infinite loop and i got a blank page.
I don't know if i'm using the right docker image .....
Here is my docker-compose file :
The text was updated successfully, but these errors were encountered: