I received this warning after enabling the SLuser module.
I fixed it by removing the & in front of &$edit on two lines in sluser.module.
$form['sluser_global_settings'][] = sluser_global_settings_search_form($form_state, $edit);
$form['sluser_global_settings'][] = sluser_global_settings_terminology_form($form_state, $edit);
All the other lines here had $edit, looks like these two got missed when changing from &$edit.
Comments
Comment #1
ssm2017 Binder commentedif you have this kind of error and only this one is a good news :)
after solving this issue, we can admit that it should work under php 5.3
this issue was solved in the new rc5 release.
thank you for reporting