Comment 13 for bug 677066

Revision history for this message
Vlad Dragu (vlad-dragu) wrote :

I removed the error_reporting() call because i didn't wanted to interfere with the settings in the ini files both cli and apache.
Sometimes setting values at runtime can have unexpected results and i wanted to remove that complexity altogether.
My goal was to try to get to a setting that will output the same warnings that i see in your log file and work from there to remove them.
However, no matter what settings i use i cannot see those notices.
The warnings are still there for you, right?

I'll work on the file permissions and then run make check again