Thread: PHP stderr lost
View Single Post
  #1  
Old 04-17-2004, 06:09 AM
bogus bogus is offline
Member
 
Join Date: Dec 2003
Location: Brittany / France / Europe
Posts: 31
Default PHP stderr lost

Hello,

I don't kwon whether it is a PHP or LSWS bug.

When I restart LSWS, it reuses the previous PHP Fast-CGI process, but then, stderr is lost, as If PHP did not use the FastCGI connection to write its standard error, but still the standard error output (catchable by lsws only if it is its original parent).

That's very annoying, because I must kill PHP each time I restart LSWS.
Reply With Quote