|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-21 20:28 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 04:00:02 2025 UTC |
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