Call-time Pass-by-references, prevents module enabling
quicksketch - June 25, 2009 - 00:59
| Project: | AMFPHP |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
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.
| Attachment | Size |
|---|---|
| amfphp_reference_pass.patch | 926 bytes |
