changing log_errors_max_len has no effect

前端 未结 2 1634
一向
一向 2021-01-18 08:40

I\'m not experienced in PHP and I had problems logging out big arrays using error_log and print_r.

I was told here to chan

2条回答
  •  Happy的楠姐
    2021-01-18 09:08

    Make sure to set the configuration at the top of your page like this.

    
    

    See also this question. Might it be the issue you have?

提交回复
热议问题