Debugger stops on All errors |
Site Admin
|
As far as I see you're encontering problems with running PHP as CGI executable and NuSphere PHP Debugger is not involved.
Below are my recommendations: a) if possible switch back to Apache module, it's known to work stable (at least if multithreading is not used, for instance apache pre-fork works pretty stable) b) if CGI is the only way for you, please learn CGI first. <theory begin>In short, CGI application receives input as environment variables and returns results through its output pipe. Server that runs CGI application expects two major parts in the output: headers and body. Headers part contains one or many headers separated by line ends (0xA or 0xD,0xA) Body is separated from the headers with just one additional empty line. If for whatsoever reason CGI application does not return headers or does not respond for certain time, server returns with one of errors 5xx (500-599) <theory end>. Now, take a look at your script. If it produces an error and outputs this error text before headers, server can't process this output and returns with Premature end of script headers. I'd direct errors to error log instead of the output. See relevant php.ini settings. |
||||||||||||
|
Debugger stops on All errors |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by