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
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 !!