On several distributions now phpinfo() no longer returns flag information. There needs to be a better way to detect whether --enable-sigchld was compiled in. Or, alternatively, it should be possible to tell the Process object constructor that it should be treated as enabled (so that the pipe trick can be used).
I'm using PHP from the IUS packages on CentOS 7. But I have read this is also a problem for Debian-based distributions.
On several distributions now
phpinfo()no longer returns flag information. There needs to be a better way to detect whether--enable-sigchldwas compiled in. Or, alternatively, it should be possible to tell the Process object constructor that it should be treated as enabled (so that the pipe trick can be used).I'm using PHP from the IUS packages on CentOS 7. But I have read this is also a problem for Debian-based distributions.