How to avoid call-time pass-by-reference deprecated error in PHP?

后端 未结 5 693
情话喂你
情话喂你 2020-12-14 16:07

I\'m trying to reduce the warnings that are sent to my apache server log.

One warning is:

Call-time pass-by-reference has bee

5条回答
  •  無奈伤痛
    2020-12-14 16:10

    You can set allow_call_time_pass_reference to true in your php.ini file. But it's a hack.

提交回复
热议问题