简体   繁体   中英

PHP changes slow to refresh in browser

Ever since I added a.bash_profile on my Mac to point to a fresher version of PHP in MAMP, I've noticed my PHP changes take a long time to show in the browser localhost. It's absolutely killing me. I added the bash profile so I could install Laravel 4? Any fixes out there?

Comment out the OPcache in your php.ini files.

/Applications/MAMP/conf/php5.5.3/php.ini

[OPcache]
;zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/opcache.so"
;  opcache.memory_consumption=128
;  opcache.interned_strings_buffer=8
;  opcache.max_accelerated_files=4000
;  opcache.revalidate_freq=60
;  opcache.fast_shutdown=1
;  opcache.enable_cli=1

Found a solution. The problem with my slow PHP was the version I was using, 5.5.3. Once I switched MAMP to 5.2.17 everything started working as expected.

Try Preferences -> General, then set PHP-Cache to "Off"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM