|
|
|
|
|
by martinaglv
4984 days ago
|
|
With APC (and stat disabled) PHP behaves in exactly the same way. Bytecode is kept in memory between requests and you can then safely push a new version of your directory tree. All that is required is to flush the cache to have the new version go live. |
|