PHP Command-line scripts are ignoring php.ini and ini_set('memory_limit',…) directives

前端 未结 2 1801
天命终不由人
天命终不由人 2021-01-06 05:14

I am facing the common \"Fatal error: Out of memory (allocated 30408704) (tried to allocate 24 bytes)...\" PHP Fatal error. Pages served via Apache are not exhibiting this b

2条回答
  •  [愿得一人]
    2021-01-06 05:42

    your PHP on cli may be using a different php.ini to your apache php. try a phpinfo() and check its using the ini file you think its using.

提交回复
热议问题