Posted by Sebastian Hopfe on 02/01/08 13:09
Okay, i have found the solution, and in this case its is a bug.
We add the following command in the top of the file:
error_reporting(E_ALL);
And we saw that there are NOTICE between the Warnings. So it seem to
be a different between the displayed and the real errors. But wenn
this functions is called "ignore_repeated_errors" then the compiler
should inspect the displayed errors. Because, this function should
help to avert the spamming by same errors into the logfile.
I will add this to the bugtracker.
Br
Sebastian
Navigation:
[Reply to this message]
|