ID: 32398 Updated by: [EMAIL PROTECTED] Reported By: buxalex at libero dot it -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: windows PHP Version: 5.0.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. You have to install also Oracle Client libraries (Oracle Call Interface etc.). Please, ask all further questions in forums and maillists, this is not a support forum. Previous Comments: ------------------------------------------------------------------------ [2005-03-21 20:17:56] buxalex at libero dot it Description: ------------ Hello, I've installed Apache and PHP, and I have oracle 9 installed on my laptop with a db created and working. When I try to connect to the db I get the error: Call to undefined function ocilogon() in ... I've entered the following statement in the PHP:INI file: extension_dir = d:\php_world\php\ext\ extension = php_oci8.dll extension = php_oracle.dll but the probel is the same. I tried also to modify the php code entering: require ('db-include.php') $conn = ocilogon(DB_USER,DB_PASS,DB_NAME); But I still get the same error. running the print_r(get_loaded_extensions()); statement I cannot see the in the list any OCI How I can let it work? Thanks ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32398&edit=1