PHP 설치
Windows 에서 PHP 설치하기
다운로드 : https://windows.php.net/download/
[ VS16 x64 Thread Safe ] 에서 zip 파일 다운로드
TS and NTS TS refers to multithread capable builds. NTS refers to single thread only builds. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTS binaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI).