+
96
-

opcache缓存太长,调试php不方便?

php

opcache缓存代码如何让他过期,调试php好麻烦,每次上传还得等,有没有大神知道怎么弄?

网友回复

+
16
-

有三种方式

一、修改php.ini

修改opcache.revalidate...

点击查看剩余70%

+
16
-

查看opcache状态

php -i |grep opcache

// 结果如下,可以看出opcache.enable => On,处于开启状态
Configure Command => './configure' '--prefix=/usr/local/php-fpm' '--with-config-file-path=/usr/local/php-fpm/etc' '--with-config-file-scan-dir=/usr/local/php-fpm/etc/conf.d' '--enable-opcache' '--enable-fpm' '--enable-calendar' '--enable-ftp' '--with-gmp' '--with-openssl' '--enable-pcntl' '--enable-shmop' '--enable-sysvmsg' '--enable-sysvsem' '--enable-wddx' '--with-xsl' '--enable-bcmath' '--with-libxml-dir' '--enable-mbstring' '--enable-sockets' '--enable-zip' '--with-zlib' ...

点击查看剩余70%

我知道答案,我要回答