Don't use call time passing by reference for a solr method. Fixes #2099.
Also, put a line in the .htaccess file to turn allow_call_time_pass_reference off. This way we'll never be caught by this issue again, not because php will not warn about it, but because developers will see these types of problems and fix them.
Please register or sign in to comment