MAMP Pro has separate php.ini files for each PHP version but when I edit the file and restart the server nothing has actually changed.
Specifically I'm trying to change PHP upload values:
post_max_size = 256M
upload_max_filesize = 256M
max_execution_time = 300
max_input_time = 300
memory_limit = 512M
But I have tried changing other php.ini values as a test but those changes aren't respected by PHP either.