php.ini changes but not effective in ubuntu

前端 未结 7 1144
佛祖请我去吃肉
佛祖请我去吃肉 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:43

    I have the same problem and this solve it I have foound php.ini inside folder /etc/php5/cli/php.ini I make changes to it

    and restart apache sudo apache2ctl restart

    I have already change /etc/php5/apache2/php.ini and restart apache by using sudo service apache2 restart but symfony doesn't see changes

    I write it , it may help anyone

提交回复
热议问题