Server관련/Sever(OS)
PHP cURL 설치
saltdoll
2011. 3. 16. 10:47
반응형
서버환경
OS: Windows 2003 (IIS 6.0)
PHP Ver: 4.3.88
PHP Dir: c:\php1. php.ini 'extension=php_curl.dll' 세미콜론 제거 후 저장
2. 'C:\php\dlls' 폴더에서 libeay32.dll, ssleay32.dll 파일 'C:\WINDOWS\system32' 폴더로 복사
3. 'C:\php\extensions'폴더에서 php_curl.dll 파일 'C:\WINDOWS\system32' 폴더로 복사
4. 명령프롬프트(시작 > 실행) 'iisreset' 하여 IIS 재시작
5. phpinfo 이용 설치 확인
자료출처(설치방법): http://songmyo.tistory.com/58
cURL관련 메뉴얼: http://us3.php.net/curl
반응형