Commit | Date | |
---|---|---|
2017-04-09 19:26:25 | Tree | |
2017-04-09 14:35:34 | Tree | |
2017-04-09 14:07:58 | Tree | |
2017-04-09 14:07:57 | Tree | |
2017-04-09 14:07:56 | Tree | |
2017-04-09 13:58:37 | Tree | |
2017-04-02 18:44:36 | Tree | |
[r1102]
by
jost_boekemeier
Revert: On windows PHP_FCGI_CHILDREN=5 php-cgi -b 9876 manages its children using AssignProcessToJobObject. However, when php-cgi is started from Java, the job object is that of the Java process. To fix this CreateProcess has a new flag CREATE_BREAKAWAY_FROM_JOB (since Vista). Unfortunately we cannot set this flag from Java (using ProcessBuilder), so we have to use our own wrapper. Instead of using a wrapper like php-fpm (for which we would have to supply our own windows 32/64 bit binary anyway), we decided to use our existing wrapper "launcher.exe". |
2017-04-02 17:09:50 | Tree |
2017-03-26 21:30:45 | Tree | |
2017-03-26 19:04:30 | Tree |