Change on php.ini does not take effect on phpinfo and wordpress on localhost
-
I have a problem updating upload_max_filesize.
I was trying to install plugin to wordpress on my localhost (xampp 1.8.3)I edited upload_max_filesize, post_max_size and memory_limit in php.ini(c>xampp>php>php.ini).
upload_max_filesize=50M
post_max_size=100M
memory_limit=128MHowever, phpinfo(localhost/xampp) shows
post_max_size 8M 8M
upload_max_filesize 2M 2M
memory_limit 128M 128MPHP Version 5.5.11
Loaded Configuration File C:\xampp\php\php.iniCould you help me to make change of php.ini effective?
Kind regards,
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change on php.ini does not take effect on phpinfo and wordpress on localhost’ is closed to new replies.