php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9251 Fatal error: Call to undefined function: ocilogon()
Submitted: 2001-02-14 04:49 UTC Modified: 2006-07-17 08:11 UTC
Votes:11
Avg. Score:4.2 ± 0.9
Reproduced:7 of 7 (100.0%)
Same Version:3 (42.9%)
Same OS:2 (28.6%)
From: hindau at yahoo dot fr Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.0.0 OS: windows98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
49 + 6 = ?
Subscribe to this entry?

 
 [2001-02-14 04:49 UTC] hindau at yahoo dot fr
Fatal error: Call to undefined function: ocilogon() 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-14 04:57 UTC] cynic@php.net
1) you need php_oci.dll
2) you need OCI client libraries
 [2002-09-19 09:10 UTC] jeka at tut dot by
all of this exists... <?phpinfo();?> write all ok... but still "Call to undefined function: ocilogon()"
 [2002-09-19 09:27 UTC] hholzgra@php.net
please provide your php.ini
and the output of the following:

phpinfo();

print_r(get_loaded_extensions());

print_r(get_defined_functions());

 [2002-09-26 20:05 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 10:01:28 2024 UTC