Digging through httpd logs for a separate issue, I discovered entries similar to the following for just about every page load since install of module fuzzysearch (note url and path hidden for security reasons):
--------------------
[Mon Jun 16 19:20:59 2008] [error] [client ***ip***] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of module_invoke_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /***path***/modules/fuzzysearch/fuzzysearch.module on line 324, referer: http://**url**/admin/settings
------------------
Modifying the php.ini file to set allow_call_time_pass_reference = On seems to have prevented further occurances of this type of log event from coming up again. Fuzzysearch seems to operate normally with or without the php.ini modification.
Comments
Comment #1
awolfey commentedI recently took over this module. I'm going through all the old issues and closing them if possible. I'm not making any changes other than security fixes to the Drupal 5 version.
If you would still like to see this in the Drupal 6 version, please create a new issue or reopen this one, changing the version number.
Thanks,
awolfey