|
From: Guilhem M. <gui...@gm...> - 2009-09-04 09:19:34
|
Hello, I'm using SimpleTest 1.0.1 with PHP5.3.0. I get a lot of strict standards messages: Strict Standards: Non-static method SimpleTest::getContext() should not be called statically in C:\simpletest\errors.php on line 283 Strict Standards: Non-static method SimpleErrorQueue::getSeverityAsString() should not be called statically in C:\simpletest\errors.php on line 280 Is there a way I can easily disable theses messages? Or perhaps a newer version correct these? Thanks, Guilhem. |