php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32398 Call to undefined function ocilogon() in ....
Submitted: 2005-03-21 20:17 UTC Modified: 2005-03-21 20:28 UTC
From: buxalex at libero dot it Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.0.3 OS: windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: buxalex at libero dot it
New email:
PHP Version: OS:

 

 [2005-03-21 20:17 UTC] 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












Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-21 20:28 UTC] tony2001@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 09:01:28 2024 UTC