PHP/Setting

[APM] PHP 설치

DSeung 2022. 8. 27. 21:52

PHP 8.1 다운로드

https://windows.php.net/download/

 

PHP For Windows: Binaries and sources Releases

PHP 8.1 (8.1.9) Download source code [25.29MB] Download tests package (phpt) [15.11MB] VS16 x64 Non Thread Safe (2022-Aug-02 14:49:14) Zip [29.24MB] sha256: f3dbfda26ed2c75d49dc890f22b30abd7feaf2487653d8335eed53605a254836 Debug Pack [23.83MB] sha256: 6a6b0

windows.php.net

아래와 같이 다운로드하여 주세요, 무조건 Thread Safe 버전으로 다운 받아야 아파치와 연동됩니다.

php.ini 설정

1. 다운로드 받은 php 압축 해제

2. php.ini 파일 생성

3. extension_dir = "ext" 주석 제거

4. 사용 extension 주석 제거 (아래는 기본 제거 추천, 상황에 따라 지우시면 됩니다.)

- extension=curl

- extension=mysqli

- extension=gettext

- extension=mbstring

- extension=openssl

 

 


다른 APM은 다음 주소로 들어가주시면 됩니다.

바로가기

반응형