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.

CommentFileSizeAuthor
amfphp_reference_pass.patch926 bytesquicksketch

Comments

snelson’s picture

Assigned: Unassigned » snelson
Status: Needs review » Fixed

Works for me. Committed #341178. Better late than never.

quicksketch’s picture

Super, thanks snelson!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.