CentOS 에서 PHP 설치 Oracle 확장

환경.
System:CentOS 6
PHP: 5.3.28
Oracle 클 라 이언 트 다운로드
32 비트 시스템
64 비트 시스템

oracle-instantclient-sqlplus-10.2.0.4-1.x86_64.rpm
oracle-instantclient-jdbc-10.2.0.4-1.x86_64.rpm
oracle-instantclient-devel-10.2.0.4-1.x86_64.rpm
oracle-instantclient-basic-10.2.0.4-1.x86_64.rpm
설치 실행:

# rpm -ivh *.rpm
Oracle PHP 확장 다운로드
공식 다운로드

wget http://pecl.php.net/get/oci8-2.0.7.tgz
# tar zxvf oci8-2.0.7.tgz
# cd oci8-2.0.7
# /usr/local/php/bin/phpize
# ./configure --with-php-config=/usr/local/php/bin/php-config --with-oci8=shared,instantclient,/usr/lib/oracle/10.2.0.4/client64/lib/
# make && make install
php.ini 변경

# vi /usr/local/php/etc/php.ini
확장 기능 추가="oci 8.so"
PHP 다시 시작

ps aux | grep php | grep root
kill -USER2 php_root_pid

좋은 웹페이지 즐겨찾기