-
-
Notifications
You must be signed in to change notification settings - Fork 47
Talk issue #2
Comments
ok, i have fixed all php7 issue and all deprecation issue. i don't understand "OPcache compatibility " w3tc is compatible with OPcache, OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. |
If you disable stat-ing php files in opcache there will be issues with W3TC as it stores config in php files. W3TC solves this on apc opcode cache by flushing these configs, this needs to be ported to opcache. +36204242498 On August 4, 2016 10:59:59 AM CEST, Nigro Simone [email protected] wrote:
|
Could you open a PR? +36204242498 On August 4, 2016 10:59:59 AM CEST, Nigro Simone [email protected] wrote:
|
@nigrosimone Please show your code as I am into this project right now... |
@szepeviktor i send a mail at: [email protected] (spam protected) |
@nigrosimone You may use https://git-scm.com/downloads on Vista. I hope it works. I suggest you to switch to Win10: https://github.com/szepeviktor/windows-workstation |
@nigrosimone All of the todos are one-liners (OK, not 1 but maybe 5) except the OPcache compatibility which needs some research.
Have you met these problems?
You are free to send PR-s!
The text was updated successfully, but these errors were encountered: