opcache.use_cwd & post your config

m1ne

Well-known member
Any Zend Opcache users here? I'm wondering about the directive opcache.use_cwd and if I should enable or disable it.
PHP.net says this about it,

If enabled, OPcache appends the current working directory to the script key, thereby eliminating possible collisions between files with the same base name. Disabling this directive improves performance, but may break existing applications.

I have it enabled right now, but I'm curious about the performance improvement.
You can post your opcache configs here too, I like to see them. Here is mine.
 
Top Bottom