|
From: Alucard <alu...@gm...> - 2009-05-27 04:26:20
|
Hi all. I am new at SimpleTest and I found one problem. When I tried to perform the tutorial posted in SimpleTest, I got a lot of deprecated warnings as follow: *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *74* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *89* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *238* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *260* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *266* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\unit_tester.php* on line *277* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 110* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 112* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 466* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 470* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 529* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 547* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\test_case.php* on line * 594* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\expectation.php* on line *78* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\simpletest.php* on line * 317* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\default_reporter.php* on line *114* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\default_reporter.php* on line *119* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\default_reporter.php* on line *122* *Deprecated*: Assigning the return value of new by reference is deprecated in *C:\nginx\html\apps\milio\lib\System\simpletest\default_reporter.php* on line *127 *I am using PHP 5.3rc2 and nginx. Of course I can suppress the deprecated warnings but, are there any other solutions apart from doing this? Thank you in advance. Ellery* * |