My PHP script is just exiting when encountering a strict error. i.e. the strict errors are not being displayed -
my problem this: have errors in php code they're not being displayed. script terminating when error encountered. after poking, i've deduced errors strict mode errors i'm having trouble fixing them because error message not being displayed.
i'm running php 5.4.4 on debian 3.2 using development config settings ( error_reporting = e_all ; display_errors = on )
after reading noticed "most of e_strict errors evaluated @ compile time such errors not reported..." in php documentation error reporting (http://php.net/manual/en/function.error-reporting.php#refsect1-function.error-reporting-notes)
how can see compile time errors?
Comments
Post a Comment