[PHP-WIN] CGI installation problem
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill the php.exe. In the second case, i've an error with php interpretor, so i've nothing in the browser. I read that ISAPI is not as stable as cgi, so what can I do in order to use CGI ??? --- My config for extensions is: extension=php_iisfunc.dll extension=php_mssql.dll extension=php_sockets.dll others are off. When I put in comment extension=php_iisfunc.dll, all work fine in CGI. NB: We use php in order to use phpbb forum. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] CGI installation problem
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill the php.exe. In the second case, i've an error with php interpretor, so i've nothing in the browser. I read that ISAPI is not as stable as cgi, so what can I do in order to use CGI ??? --- My config for extensions is: extension=php_iisfunc.dll extension=php_mssql.dll extension=php_sockets.dll others are off. When I put in comment extension=php_iisfunc.dll, all work fine in CGI. NB: We use php in order to use phpbb forum. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] Re: CGI installation problem
I've read all the manual ..., and have done what you said, but nothing is ok. Look at http://bugs.php.net/bug.php?id=22292 http://bugs.php.net/bug.php?id=22291 "Brian 'Bex' Huff" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > Setting up CGI is only slightly more complex than ISAPI. The main > problem I have had in the past involved file permissions... altho I have > not yet tried 4.3.1 CGI: > > http://www.php.net/manual/fr/install.iis.php#install.iis.iis4 > > Im assuming French is better for you than English... Also, be sure to > set this in your php.ini file: > > cgi.force_redirect=1 > > This must be '0' for a secure Apache server, but it must be '1' for a > functional IIS CGI server. > > -- > > Brian 'Bex' Huff > [EMAIL PROTECTED] > Phone: 952-903-2023 > Fax: 952-829-5424 > > > > I've installed yesterday the 4.3.1 on two system: > > first: NT4 SP6a & IIS > > second: Win XP Pro SP1 & IIS > > > > In both cases the PHP functions normally in ISAPI but not in CGI. > > > > In the first case, i've have multiple instances of php.exe in my task > > manager and my browser (IE6) don't have result before I kill the > > php.exe. > > > > In the second case, i've an error with php interpretor, so i've nothing > > in the browser. > > > > I read that ISAPI is not as stable as cgi, so what can I do in order to > > use CGI ??? > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php