Hello everyone.
I've done a project on PHP5, using PEAR:😛HPUnit for unit testing, and they're ok when I run them on my server on windows, but when I deploy them on linux, I have warnings on function call_user_func() and unlink(), but the tests run sucessfully. I want to make the warnings dissapear on Linux. Can I make a install with no-warns? If I'm correct, in PHP4 this was the solution, but I can't find the syntax on the make install to fix it.
Thanks in advance