diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2016-08-02 07:41:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-03 07:29:33 +0700 |
commit | 3f511ddfb9564f9b6d54f46c6c633615ef6f8208 (patch) | |
tree | a62f171aa2b2fb9204431e14f200a4c114eeca4d /libraries/php-oci8/README.Slackware | |
parent | cbfb19fb2c2bf58055c5ff0245f40d3bf1f721d9 (diff) | |
download | slackbuilds-3f511ddfb9564f9b6d54f46c6c633615ef6f8208.tar.gz |
libraries/php-oci8: Added (PHP extension to access Oracle Database).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..a7b47a561e --- /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 |