php.ini changes but not effective in ubuntu

前端 未结 7 1153
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 02:31

I want change the limit of php upload file\'s size
And this is some information of my phpinfo.

Configuration File (php.ini) Path   /etc/php5/apache2         


        
7条回答
  •  难免孤独
    2020-11-30 02:45

    here is how i solved this issue on ubuntu after about 3 hours of debuging (PHP 7)

    steps

    1) run phpinfo() function and observe where the loaded php configuration file (php.ini) is

    2) cd into that directory and update it to the new values

    3) reboot your server

    4) it works !!

提交回复
热议问题