Home  >  Article  >  Backend Development  >  mampHow to modify php.ini

mampHow to modify php.ini

藏色散人
藏色散人Original
2020-10-12 09:48:102951browse

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".

mampHow to modify php.ini

Recommended: "PHP Video Tutorial"

1. PHP configuration file

/Applications/MAMP/bin/php/php7.2.1/conf/mampHow to modify php.ini

mampHow to modify php.ini

2. Configure 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
  • PHPstorm configuration tutorial

mampHow to modify php.ini
mampHow to modify php.ini

##3. Modify upload restrictions

mampHow to modify php.ini Just modify a few restrictions and it will be fine

    mampHow to modify php.ini configuration tutorial

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn