ID: 32310 Updated by: [EMAIL PROTECTED] Reported By: b dot cerney at amiens-metropole dot com -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: windows 2003 PHP Version: 4.3.10 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2005-03-15 10:11:00] 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-15 09:55:25] [EMAIL PROTECTED] translate all errors to english please ------------------------------------------------------------------------ [2005-03-15 09:52:49] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32310&edit=1
