To disable the php cache in Bitnami WAMP stack, use the instructions in this article.
Namely:
- in
{$INSTALL_DIR}/apache2/conf/httpd.confcomment the following lines:Include conf/pagespeed.confInclude conf/pagespeed_libraries.conf
in {$INSTALL_DIR}/php/etc/php.iniput "0" instead of "1" in:opcache.enable=1opcache.enable_cli=1
Source:
