0

On my windows laptop I have Apache and PHP so I can develop websites locally. Then recently PHP files stopped reporting errors. In the php.ini file I have set

error_reporting  =  E_ALL & E_STRICT;

display_errors = On

But it still does not report any errors. If I echo error_reporting() i get 0.

What could be causing this problem?

1
  • ok, it was already solved by the owner. but anyway, shouldnt this be moved to stackoverflow? Commented Aug 21, 2009 at 3:03

1 Answer 1

1

Ok, that was stupid. I obviously meant E_ALL | E_STRICT, which fixed the problem.

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.