Page 1 of 1

Deprecated: Assigning the return value of new by reference i

Posted: 15 Dec 2014, 17:44
by smartyparts
New install...
When browsing the login page using Chrome we get multiple lines about "deprecated....XXXXX:"
example...

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cats-0.9.1\lib\simpletest\web_tester.php on line 506

Ideas on how to resolve this?

Note: I found an article explaining how to disable error reporting in PHP. I have done this and the deprecated errors are no longer showing.
Should I be worried about these errors?

Re: Deprecated: Assigning the return value of new by referen

Posted: 18 Dec 2014, 11:55
by RussH
Hi, no it's not disabled, just a deprecated function that will probably stop working at the next major version of PHP. by then, we'll have to make some minor updates (many are already done, I just need to go and grab them from various folks, and roll them into the 0.9.2 version on github