PHP上传大小在phpinfo()中不会从2MB变化

I'm trying to change the PHP file upload from 2MB. I've changed the php.ini files found in /etc/php5/apache2 and in /etc/php5/cli to other values, but my phpinfo() page shows me that the upload_max_filesize is still stuck on 2MB!

I've checked upload_max_filesize and post_max_size in both the php.ini files with no luck. I've restarted the Apache server multiple times and haven't seen any changes. I'm running Ubuntu 12.04 and I'm completely stumped!