php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32310 difficulties with oci8 extension
Submitted: 2005-03-15 09:52 UTC Modified: 2005-03-16 00:48 UTC
From: b dot cerney at amiens-metropole dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.3.10 OS: windows 2003
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: b dot cerney at amiens-metropole dot com
New email:
PHP Version: OS:

 

 [2005-03-15 09:52 UTC] b dot cerney at amiens-metropole dot com
Description:
------------
I am using Windows 2003, IIS 6.0 with php 4.3.10 and Oracle Client 8.1.7. Oracle Client is ok. I can check Php installation is ok with phpinfo() running from a script from the web server or from the command line. 
But when i try to use oci8 extension, it only works from the command line (phpinfo() informs me that the extension is enableb and i can connect to one of my oracle's database) not from the web server which sends me an "expiration cgi delay" for phpinfo() and the connection test.
I didn't find any solution anywhere. I try with php_oci8.dll v.1.183.2.5 and v.1.183.2.16, same result. Any mistake in Oracle Client ? But it works. So...

Reproduce code:
---------------
<?php
    $link = ocilogon( "ADMPARC", "CP32BITS", "SBCG")
    or die ( "Impossible de se connecter ? Oracle" );
	
	echo "All right....".$link;

?>
and 
<?
	phpinfo();
?>

Actual result:
--------------
from the command line 

D:\php>php ..\inetpub\wwwroot\testhelios\index.php
Content-type: text/html
X-Powered-By: PHP/4.3.10

All right....Resource id #3
D:\php>

from the webserver

http://helios/testhelios/index.php

Expiration de d?lai CGI
L'application CGI sp?cifi?e a d?pass? le d?lai autoris? pour le traitement. Le serveur a supprim? le processus.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-15 09:55 UTC] derick@php.net
translate all errors to english please
 [2005-03-15 10:11 UTC] b dot cerney at amiens-metropole dot com
Expiration de d?lai CGI
L'application CGI sp?cifi?e a d?pass? le d?lai autoris? pour le
traitement. Le serveur a supprim? le processus.

Approximative translation :
Expiration CGI delay.
The maximum execution time has been reached by the specified CGI program. The process has been killed by the server.
 [2005-03-16 00:48 UTC] sniper@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. 

Even if you think it is not a bug, we often know better than you,
please consult the support channels first before even considering
to reopen this report.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 15:01:32 2025 UTC