Hihi people o/ my two cents here... So, I have lived in Frankfurt for a couple of years now, and after talking with so many other expats, I think I have come up with a solid reason why this happens and why I am also…
The PHP doc advices you that the built-in server from PHP should be used only for development: https://www.php.net/manual/en/features.commandline.webserver.... But PHP-FPM is the most used nowadays, for sure.
That is not a problem with PHP itself, but the way that Apache/Nginx operates PHP. However, if you want to go full PHP, there is this extension that is pretty amazing (has a built-in server on it and more):…
Hihi people o/ my two cents here... So, I have lived in Frankfurt for a couple of years now, and after talking with so many other expats, I think I have come up with a solid reason why this happens and why I am also…
The PHP doc advices you that the built-in server from PHP should be used only for development: https://www.php.net/manual/en/features.commandline.webserver.... But PHP-FPM is the most used nowadays, for sure.
That is not a problem with PHP itself, but the way that Apache/Nginx operates PHP. However, if you want to go full PHP, there is this extension that is pretty amazing (has a built-in server on it and more):…