From:             b dot cerney at amiens-metropole dot com
Operating system: windows 2003
PHP version:      4.3.10
PHP Bug Type:     OCI8 related
Bug description:  difficulties with oci8 extension

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.

-- 
Edit bug report at http://bugs.php.net/?id=32310&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32310&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32310&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32310&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32310&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32310&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32310&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32310&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32310&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32310&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32310&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32310&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32310&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32310&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32310&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32310&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32310&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32310&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32310&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32310&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32310&r=mysqlcfg

Reply via email to