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.
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
Maybe you should disable opcache in your MAMP console/window?
From the menu on the left, click on "php", then set "cache module…" to "off"
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.