pass-by-reference problem
| Project: | Fuzzy Search |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
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.
