PHPer
Новичок
Ошибка в скрипте почты
Есть скрипт почты, работал нормально, не менялся. Вдруг стал выдавать такую оштбку:
Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer.
С чем это может быть связано и как исправить?
P.S. Версия PHP тоже не изменялась
Есть скрипт почты, работал нормально, не менялся. Вдруг стал выдавать такую оштбку:
Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer.
С чем это может быть связано и как исправить?
P.S. Версия PHP тоже не изменялась