diff options
Diffstat (limited to 'libraries/php-oci8/README.Slackware')
-rw-r--r-- | libraries/php-oci8/README.Slackware | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/php-oci8/README.Slackware b/libraries/php-oci8/README.Slackware new file mode 100644 index 0000000000000..a7b47a561e9ba --- /dev/null +++ b/libraries/php-oci8/README.Slackware @@ -0,0 +1,13 @@ +Before install, you need that the ORACLE_CLIENT_HOME +environment variable has been loaded correctly, that +variable is set in profile.d file, from +oracle-instantclient-basic package, that is a requirement +of oracle-instantclient-devel package. + +You can logout and login again or simply run: + +# source /etc/profile.d/oracle-instantclient-basic.sh + +To enable the oci8 extension for php, go to +/etc/php/oci8.ini and uncomment the line: + ; extension=oci8.so |