1

what opportunities there are to debug PHP as CGI? I find with Google or very little help here.

I receive following error (log) FastCGI: incomplete headers (0 bytes) received from server

But thats too less. I need more information.

2
  • we need more information from you too. What is your scenario? Debug with PHP as CGI ? Commented Nov 19, 2013 at 9:04
  • It is a message from apache log. We generate a report file and during this process the CGI Error appears. It works fine on other servers, but not on this and i want to debug it or "activate the super information config switch" or something. The error is not really helpful Commented Nov 19, 2013 at 10:59

1 Answer 1

1

Easiest way to debug PHP is using xdebug extension on server. Many debuggers support xdebug out of box. Eclipse can be configured to use xdebug to debug PHP scripts, but I personally prefer to use Komodo IDE (commercial, but works great).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.