Where does MAMP keep its php.ini?

前端 未结 15 2402
一个人的身影
一个人的身影 2020-11-27 12:23

I have recently got a mac an am not used to developing on a mac at all.

I have MAMP Pro 1.9.6.1. I did a locate on php.ini and got this:



        
15条回答
  •  一向
    一向 (楼主)
    2020-11-27 12:59

    After going through all the solutions here, the easiest way to find the loaded php.ini file is to go into phpinfo on the loaded MAMP webpage, which will show you the loaded php.ini file.

    This will also confirm if the parameters you change, like max_file_size, have updated correctly.

提交回复
热议问题