goemphp
goemphp copied to clipboard
output redirecting
We should not use syscall
for redirecting output, otherwise it will affect whole app's output.
There should be a way which can manipulate PHP stdout/stderr in C.