Marc J. Schmidt
Marc J. Schmidt
Mh, what is the reason for this?
For this use-case we have `register_file`, see https://github.com/php-pm/php-pm/blob/21e8a0a68f025aaa0751034d074e0f8a9887eb9e/src/functions.php#L5-L17 We use this method for Twig's template files.
We should not implement a glob-like file watcher now. Instead, what we do with Twig is to hook into the postRequest handler and read in the twig-cache which template files...
Actually, we could go the route with an argument like "--watch-dir config" which can be used multiple times. Then we need to figure out how to watch for changes on...
If they have proper abstraction. What kind of framework are they using and how are requests handled? No globals are allowed ($_GET, $_POST etc).
We can't use code from a different license if it's just simply copied. If it's inspired or is a construct that is used also everywhere else (like in the documentation,...
What is the main processes dies? Will it automatically restart?
I guess there is none. What is yii2 using to abstract the request and response from your application?
The workers need to be run with PHP-CGI, there's no way around it and there will never be if you're using native PHP session, cookie, http header stuff. The master...
I guess no. Willing to contribute? We could need a lot of stuff :)