본문 바로가기

컴퓨터와 인터넷

PHP설치후에 cURL따로 추가하는 방법

반응형
cd /usr/local 
wget curl~~ 
./configure --prefix=/경로 
make 
make install 

php 컴파일 

./configure --with-curl=/usr/local/curl-7.19.5
make 
make install 

php.ini 복사
반응형