ID: 41085 Updated by: [EMAIL PROTECTED] Reported By: scottsdev at gmail dot com -Status: Closed +Status: Bogus Bug Type: OCI8 related Operating System: Red Hat Enterprise Linux4 PHP Version: 4.4.6
Previous Comments: ------------------------------------------------------------------------ [2007-04-17 05:55:07] scottsdev at gmail dot com I have done my way. Thanks anyway. ------------------------------------------------------------------------ [2007-04-14 09:55:11] [EMAIL PROTECTED] >Should I have installed any oracle client on linux ??? >should I have any OCI Modules/libarary seperately installed from somewhere? >Should I have set any ENVIRONMENT VARIABLES ALREADY SET ... ? >How to make OCILOGON and all other OCI* related function to work.. ? http://php.net/oci8 ------------------------------------------------------------------------ [2007-04-14 08:36:05] scottsdev at gmail dot com Description: ------------ Hello, I have following configuration. -- PHP 4.3.9 -- Redhat Enterprise Linux4 -- I am getting following error: Fatal error: Call to undefined function: ocilogon() in /home/www/test/php_ora/ora_conn_test.php on line 3 If I want to enable php to connect Oracle. What is the requirements and what are the steps of installation to make my server ready to work. For example: Should I have installed any oracle client on linux ??? should I have any OCI Modules/libarary seperately installed from somewhere? Should I have set any ENVIRONMENT VARIABLES ALREADY SET ... ? How to make OCILOGON and all other OCI* related function to work.. ? Thanks & Regards, J. Scott Reproduce code: --------------- $conn = ocilogon("scott", "tiger", ""); Actual result: -------------- Fatal error: Call to undefined function: ocilogon() in /home/www/test/php_ora/ora_conn_test.php on line 3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41085&edit=1