This error is normal?
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 E:\wamp\www\drupal-6.19\sites\all\modules\dependent_fields\dependent_fields.module on line 909
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 E:\wamp\www\drupal-6.19\sites\all\modules\dependent_fields\dependent_fields.module on line 1281
Comments
Comment #1
smoothify commentedThese errors shouldn't not occur - Thanks for reporting.
The first was reported in this issue:
#993608: PHP warning: Call-time pass-by-reference has been deprecated
The second was new and a fix has now been committted. It will appear in the next dev release.
Marking as a duplicate to keep the issue queue clean.