In my case, when I use scotchbox for strollers, changing the file php.iniwill not reflect the changes in the output of the function phpinfo(), so I changed the file /etc/php5/apache2/conf.d/user.ini, which can be a bare file or a file with several lines declaring the php error display, here I add my configurations upload_max_filesize = 64MSave the changes and enter sudo service apache2 restart. Looked at the phpinfo page and I see the updated file.
source
share