unread
Awesome feature with opcache.file_cache_only, really exciting :)
A couple of things:
-
It's not documented in the manual
-
When you set opcache.file_cache_only = 1, the "Opcode Caching"
information inphpinfo()
disappears.
"Opcode Caching" and "Optimization" is shown as "Disabled". Is this
intended?
Thanks :)
// Tom
unread
Hey:
Awesome feature with opcache.file_cache_only, really exciting :)
A couple of things:
- It's not documented in the manual
yes, it's an experimental feature now
- When you set opcache.file_cache_only = 1, the "Opcode Caching"
information inphpinfo()
disappears.
"Opcode Caching" and "Optimization" is shown as "Disabled". Is this
intended?
fixed in :
https://github.com/php/php-src/commit/3f07a256f75a55eaf7e7bfed681f8dfb4b901e55
now it will print:
Zend OPcache
Opcode Caching => Up and Running
Optimization => Enabled
SHM Cache => Disabled
File Cache => Enabled
Startup => OK
thanks
Thanks :)
// Tom
--
--
Xinchen Hui
@Laruence
http://www.laruence.com/