기타 개발관련
IIS + PHP 에서 오라클 연동 설치
requireme
2017. 10. 29. 20:50
1. Oracle instant Client 다운로드
Instant Client Downloads for Microsoft Windows (32-bit)
-> instantclient-basic-nt-11.2.0.3.0.zip
2. C:\instantclient11 에 압축 풀기
3. PATH 설정
- 컴퓨터 시스템 속성 - 환경변수 - 시스템변수 의 Path 에 ";C:\instantclient11" 추가
4. php.ini 파일 에 extention 추가
extension=php_oci8_11g.dll