I modified the php source file, add some printfs and now I’d like to see the result, but php is loaded as module of apache httpd. How could I view the result?
Thanks.
PS: I am working on Windows 7 + Apache.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP usually writes to the Apache logs… did you check there?
If it isn’t writing there, see what log mechanism PHP’s source uses and copy that because PHP writes to apache logs 🙂