upload_max_filesize changes ignored

I need to increase the size of post_max_size and upload_max_filesize for Phoca download. I edited the php.ini file but for some reasons only the post_max_size changes is being posted.

Solution:

I moved the line, upload_max_filesize = 30M right after the post_max_size = 40M and restarted Apache.