Closed GoogleCodeExporter closed 8 years ago
Thanks for the report.
I am unable to reproduce the problem on my machine. Could you provide further
details into the situation where
you see this behaviour?
Original comment by gugakf...@gmail.com
on 29 May 2008 at 6:54
It would be great if you could attach cachegrind output file that you parsed
when the notice occurred
Thanks
Original comment by oett...@gmail.com
on 4 Jun 2008 at 5:12
I can confirm this bug.
You have to edit your php.ini to turn ON E_NOTICE (which you should do as a
matter of
code QA anyway):
In php.ini:
error_reporting E_ALL
Or, in main/global/first include file:
error_reporting(E_ALL);
Here is a patch I mistakenly put into XDebug-helper system, while on the wrong
tab:
http://code.google.com/p/syslogr-utils/issues/detail?id=3
PS
I'll be happy to help provide more patches in the future, or you can make me a
developer if that's easier.
Original comment by richardl...@gmail.com
on 23 Jul 2008 at 2:40
We have been testing with E_ALL with negative result so it must be that the
error only occurs with some files. In
any case, thanks for the patch, included in r129
Original comment by gugakf...@gmail.com
on 28 Jul 2008 at 10:40
Original issue reported on code.google.com by
olle.jonsson
on 22 May 2008 at 4:59