Stop caching for PHP 5.5.3 in MAMP

前端 未结 9 1257
孤城傲影
孤城傲影 2020-11-27 10:03

Installed MAMP on a new Macbook with PHP 5.5.3.

Reload and refresh do nothing. Still nothing. Google around for a few minutes trying to find out what is wrong, come

9条回答
  •  死守一世寂寞
    2020-11-27 10:27

    1) in /Applications/MAMP/bin/php/php5.5.3/conf/php.ini
    2) set opcache.revalidate_freq=0
    3) restart MAMP

提交回复
热议问题