I am using wamp 3.2.0 I have to change some settings in wamp like
upload_max_filesize = 256M
post_max_size = 256M
max_input_vars = 10000
when I change values from wamp tray icon.wamp services restart and when i open php.ini file the changes that I made are there means file has been updated.But if I open wamp tray again it shows old values and error on sending large data on get request presist. same is with uploading large files. phpinfo also shows updated values.