|
|
|
|
|
by frenchy
2692 days ago
|
|
> Do you still upload your code via FTP directly to the web server? It's pretty rare that this is even an option, since no one in their right mind would set up an FTP server with access to anything important. SFTP? I don't see why not. No need to make things more complex than is necessary. I don't remember any particular problems with code caching when I did PHP development, though maybe you use a different caching tool than I did. Also, Wordpress is its own beast, and is generally reviled by most everyone, expecially PHP programmers. |
|
You are trying to argue definitions (SFTP vs FTP when FTP just means “any file transfer protocol”) instead of arguing that uploading any amount of files by any protocol that are immediately picked up by the interpreter introduces nondeterministic behaviour of the website where the users accessing your website only see a subset of the files you were trying to upload.
Doesn’t that just reinforce one’s confidence in the fact that PHP developers are generally quite amature in nature?