FAQ > PHP
How can I change the PHP configuration (php.ini)?
If you want to change values in the PHP configuration (php.ini), proceed as follows:
- Start MAMP.
- Stop the servers (if they are started).
- Check which PHP version is currently selected.
- Open the php.ini file for this PHP version in a text editor. You can find it here: “/Applications/MAMP/bin/php/phpx.y.z/conf/php.ini”. Where “x.y.z” stands for the corresponding PHP version.
- Change the desired value.
- Save the php.ini file.
- Start the server.