I have been trying to update the upload_max_filesize of my php.ini file to 200M. I have got it to successfully save however it is not reflecting the changes on my server (it still lists the upload_max_filesize as 2M. I did do a httpd service restart, and I created a phpinfo file which says that it is in fact loading the /etc/php.ini configuration file.
One thing I have noticed is that the libphp5.so file is not reflecting this change. I have done service restarts, and force reloads, and have not been able to successfully get the size to change.
Any help on why this is not changing would be greatly appreciated.
edit: Here's an image of some of the settings for reference: https://i.stack.imgur.com/e0N4H.png