php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5962 ora_logon problem
Submitted: 2000-08-04 12:53 UTC Modified: 2000-09-11 19:41 UTC
From: p dot spatola at tiscalinet dot it Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0.1pl2 OS: HP-UX 10.20
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 !
Your email address:
MUST BE VALID
Solve the problem:
45 + 46 = ?
Subscribe to this entry?

 
 [2000-08-04 12:53 UTC] p dot spatola at tiscalinet dot it
I installed php v.4.0.1.pl2, Apache Web Server 1.3.11 and Oracle 7.3.2 on HP-UX 10.20, the standard php functions works well, but when I try to use ora_logon, on my html page this message appears:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/html/page.php on line 18.
The line 18 is:
ora_logon( "scott","tiger" );

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-27 18:45 UTC] sniper@php.net
Please include a minimal script to reproduce this. Not just one line of it.

--Jani
 [2000-09-11 19:41 UTC] stas@php.net
User feedback:
--------------
I solved my problem, I inserted the oracle library into apache Makefile and now
it works well.

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