If call-time pass-by-reference has been disabled on a server's PHP install, this module will not enable. It throws the nasty "Call-time pass-by-reference has been deprecated" error, and prevent the module's page from saving when trying to enable. Removing the offending & from function calls is simple though and won't make any difference on the executed code. See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| amfphp_reference_pass.patch | 926 bytes | quicksketch |
Comments
Comment #1
snelson commentedWorks for me. Committed #341178. Better late than never.
Comment #2
quicksketchSuper, thanks snelson!