From: scottsdev at gmail dot com Operating system: Red Hat Enterprise Linux4 PHP version: 4.4.6 PHP Bug Type: OCI8 related Bug description: How to make OCI8 function to start work...?
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 bug report at http://bugs.php.net/?id=41085&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=41085&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=41085&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=41085&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=41085&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=41085&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=41085&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=41085&r=needscript Try newer version: http://bugs.php.net/fix.php?id=41085&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=41085&r=support Expected behavior: http://bugs.php.net/fix.php?id=41085&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=41085&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=41085&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=41085&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=41085&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=41085&r=dst IIS Stability: http://bugs.php.net/fix.php?id=41085&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=41085&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=41085&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=41085&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=41085&r=mysqlcfg