I am attempting to change the default "upload_max_filesize = 2M". I have changed the 2M setting in the php.ini file to 55M. I saved the file, rebooted the server, yet my scripts are still showing the setting as 2M. When I reopen php.ini, it shows that I have updated the setting to 55M.
What is odd, is that when I first did this, it reflected the changes within my scripts. After I changed the "memory_limit=8M" to a 25M, it stopped showing my changes to the upload_max_filesize in Typo3.
It shows all changes to the memory_limit, just not the upload_max_filesize. What gives?
:confused: