I just changed my PHP configs in php.ini
like this :
post_max_size = 100M
upload_max_filesize = 100M
but can't see changes in phpinfo()
. This function still displays 2M as upload_max_filesize
. I'm using Wamp server (Apache 2.2.11, PHP 5.2.9). How can I fix this ?