Size: 369
Comment:
|
Size: 371
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
* ORACLE_HOME을 못찾을 때 [http://www.eckford.ca/OpenSourceDev/subjects/UbuntuServer/php-oci8.php Practically Painless PHP and oci8] | * ORACLE_HOME을 못찾을 때 [[http://www.eckford.ca/OpenSourceDev/subjects/UbuntuServer/php-oci8.php|Practically Painless PHP and oci8]] |
[PHP] [Oracle] 연동하여 쓰기
in UbuntuLinux 10.10
apt-get install php5-dev build-essential php-pear libaio1 pecl install oci8 vi /etc/php/apache2/php.ini # add extionsion=oci8.so
관련정보
ORACLE_HOME을 못찾을 때 Practically Painless PHP and oci8