php_oci8
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
php_oci8 [2014/03/26 13:07] – angelegt ag | php_oci8 [2020/06/24 14:33] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 13: | Zeile 13: | ||
- | rpm -ivh instantclient-basic-linux.XXX.rpm | + | rpm -ivh instantclient-basic-linux.XXX.rpm\\ |
rpm -ivh instantclient-sdk-linux.XXX.rpm | rpm -ivh instantclient-sdk-linux.XXX.rpm | ||
Zeile 19: | Zeile 19: | ||
- | yum install php-pear | + | yum install php-pear\\ |
yum install php-devel | yum install php-devel | ||
Zeile 25: | Zeile 25: | ||
- | pear download pecl/oci8 | + | pear download pecl/oci8\\ |
- | tar xvzf oci8-1.4.7.tgz | + | tar xvzf oci8-1.4.7.tgz\\ |
- | cd oci8-1.4.7/ | + | cd oci8-1.4.7/\\ |
- | phpize | + | phpize\\ |
Configure the extension with your Oracle client library path (change the path …/ | Configure the extension with your Oracle client library path (change the path …/ | ||
Zeile 38: | Zeile 38: | ||
- | make | + | make\\ |
- | make install | + | make install\\ |
Configure SELinux : allows httpd to execute programs that require memory addresses that are both executable and writeable | Configure SELinux : allows httpd to execute programs that require memory addresses that are both executable and writeable | ||
Zeile 52: | Zeile 52: | ||
- | [OCI8] | + | [OCI8]\\ |
- | extension=oci8.so | + | extension=oci8.so\\ |
Restart Apache | Restart Apache |
php_oci8.1395839232.txt.gz · Zuletzt geändert: 2020/06/24 14:33 (Externe Bearbeitung)