Stop caching for PHP 5.5.3 in MAMP

前端 未结 9 1258
孤城傲影
孤城傲影 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:23

    It was painful spending around 1 hour trying to figure out what could it be.

    I just added this at the end of the code and restart MAMP.

      opcache.revalidate_freq=0
      opcache_reset();
    

提交回复
热议问题