How do you change php.ini values in MAMP Pro?
问题 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. 回答1: It turns out that browsing to the files and editing them directly is not the best