Call-time pass-by-reference has been deprecated
-
“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 d4rss.php on line 217
and also:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of d4rss_finddatefields(). 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 d4rss.php on line 341
Since I’m using PHP 5.x, apparently d4rss won’t work. Any ideas?
The topic ‘Call-time pass-by-reference has been deprecated’ is closed to new replies.