Uncaught Error: Call to undefined function oci_connect() running php through shell
I have a redhat server with httpd and oci8 installed properly. I can access correctly oracle functions like oci_connect() when using a script runs through the browser. This is my problem: I have a shell script shell.sh that has the…