ID: 32310 User updated by: b dot cerney at amiens-metropole dot com Reported By: b dot cerney at amiens-metropole dot com -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: windows 2003 PHP Version: 4.3.10 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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