Closed (fixed)
Project:
Complete
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2010 at 11:59 UTC
Updated:
11 Feb 2010 at 12:00 UTC
The following PHP warning is given by PHP every time the complete.module file is parsed:
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). 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 in .../complete/complete.module on line 257
It is fixed by the attached patch. See http://www.php.net/manual/en/language.references.pass.php for the general case.
| Comment | File | Size | Author |
|---|---|---|---|
| complete-call-time-reference.patch | 534 bytes | pescetti |
Comments
Comment #1
pescetti commentedPatched. Closing.