imagick crash with PHP 5.3

前端 未结 3 2024
情话喂你
情话喂你 2021-02-20 13:06

I\'m getting this error:

The connection to the server was reset while the page was loading.

This only occurs when I try to load an i

3条回答
  •  粉色の甜心
    2021-02-20 13:26

    In PHP 5 the file has to be php5.ini
    Add these lines in php5.ini

    post_max_size = 48M
    file_uploads = On
    upload_max_filesize = 192M
    

    You can set the sizes to whatever you want.

提交回复
热议问题