|
|
|
|
|
by lenlorijn
575 days ago
|
|
Most PHP apps use a deployment method where a symlink gets set to a directory with a new version of the code. Because of how opcache works this has no impact on running requests, while new requests get handled with the new code. |
|