[eluser]skunkbad[/eluser]
Actually, I found that the error was being shown as a result of a custom error handler set to E_ALL | E_STRICT. Maybe I'm wrong, but I thought that in php5 everything is passed by reference automatically, eliminating the need to use the =&. Am I wrong? Should all =& be changed in Reactor?