points by lenlorijn 8 months 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.

JodieBenitez 8 months ago

Yes, my point really... it's really not "just upload files" like it's 1997.

dizhn 8 months ago

That sounds pretty neat.