skip to Main Content

I use MAMP Pro 5 for making PHP / MySQL code on OSx. Now I have the following problem, if I make a change in my code, I must first stop and start the MAMP to see the changes.
I have the Memcache off. Yet it seems like this stays on.

3

Answers


  1. Maybe you should disable opcache in your MAMP console/window?

    Login or Signup to reply.
  2. From the menu on the left, click on "php", then set "cache module…" to "off"

    Login or Signup to reply.
  3. For anyone on MAMP Pro for OSX (Monterey), the PHP setting can be accessed through the "View Mode" toggle (to "Expert" mode). By default, it’s set to "Standard" mode and hides many of these options.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search