Home > Article > Backend Development > mampHow to modify php.ini
mampHow to modify mampHow to modify php.ini: First find and open the "mampHow to modify php.ini" file; then configure mampHow to modify php.ini; finally modify the php upload file size limit and other configurations in "mampHow to modify php.ini".
Recommended: "PHP Video Tutorial"
/Applications/MAMP/bin/php/php7.2.1/conf/mampHow to modify php.ini
MAMP comes with mampHow to modify php.ini. This is more convenient without having to find the extension package yourself. Just turn on the switch, add a few lines of configuration later, and restart Apache.
xdebug.remote_enable =1 xdebug.remote_handler = dbgp xdebug.remote_host = localhost xdebug.remote_mode = req xdebug.remote_port = 9000 xdebug.idekey=PHPSTORM
The above is the detailed content of mampHow to modify php.ini. For more information, please follow other related articles on the PHP Chinese website!