分类: Oracle
2013-10-07 19:21:05
How to install OCI8 (PHP extension to access Oracle Databases) on a RHEL / Fedora Linux system.
Download from :
EDIT 2013/09/24 :
Install both RPM packages :
Install some prerequisite
Download the OCI8 extension
Configure the extension with your Oracle client library path (change the path …/11.2/… with your own version) :
Compil and install
Configure SELinux : allows httpd to execute programs that require memory addresses that are both executable and writeable
Add the folowing configuration at the end of php.ini
Restart Apache
That’s all folks.