Re: [PHP] ISAPI vs CGI

2004-06-23 Thread Gerard Samuel
On Wednesday 23 June 2004 05:08 am, Jason Wong wrote: > On Wednesday 23 June 2004 16:42, Vincent DUPONT wrote: > > I have a script that need to run on ISAPI module on one server and on CGI > > on anther server. I would like my code to be able to react differently > > depending on the CGI/ISAPI mode

Re: [PHP] ISAPI vs CGI

2004-06-23 Thread Jason Wong
On Wednesday 23 June 2004 16:42, Vincent DUPONT wrote: > I have a script that need to run on ISAPI module on one server and on CGI > on anther server. I would like my code to be able to react differently > depending on the CGI/ISAPI mode. > > How can I detect the running mode of PHP?? > is there a

[PHP] ISAPI vs CGI

2004-06-23 Thread Vincent DUPONT
Hi, I have a script that need to run on ISAPI module on one server and on CGI on anther server. I would like my code to be able to react differently depending on the CGI/ISAPI mode. How can I detect the running mode of PHP?? is there a $_SERVER variable or anything?? vincent -- PHP General M

[PHP] ISAPI and Header function problem

2003-12-19 Thread Astron of BrOnX
Hi everyone, i have installed Php as ISAPI module and header("Location : xxx.php") is not working? And not redirect to xxx.php... But if you use Php as CGI there isnt any problem.. Does anyone know about this problem? Thank you for interest. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] isapi mod on iis

2002-11-19 Thread Ernest E Vogelsinger
At 19:37 19.11.2002, Chris Edwards said: [snip] >is anyone running the isapi mod on iis? why does it ask for authenitcation >when I run a script? [snip] From the docs (http://www.php.net/manual/en/features.http-auth

[PHP] isapi mod on iis

2002-11-19 Thread Chris Edwards
is anyone running the isapi mod on iis? why does it ask for authenitcation when I run a script? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] ISAPI modul for IIS5.0

2001-11-04 Thread Marek Erneker
Hi, I have IIS5 on W2k Server, and a can not use isapi modul from php 4.0.6. If I using modul from 4.0.pl2 then everything is OK, but when I use 4.0.6 then it is not functionally and i must use cgi. Can you help me (someone). Thanks,

[PHP ] ISAPI under Win98

2001-08-21 Thread Tribun
May be it's a dummy question, but I can't find how I can install this ISAPI module under win98. (I had only an winNT guide) Can someone please explain it to me thank you. ;) MöfG; Tribun (Patrick Lehnen) --- mp3o.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] ISAPI PHP

2001-07-23 Thread E. Peter K. Chan
Hi Just wanted to ask the gurus on the list when they think that the ISAPI version of PHP for IIS/Windows will be stable enough for use in a production environment. I'm doing some rough tests with ISAPI about 3-4 times faster than CGI (which is comparable to native ASP!). Ball park figure that's

Re: [PHP] ISAPI

2001-05-04 Thread Phil Driscoll
As it says in the installation notes, the ISAPI module is not ready for production use - and what you are witnessing is its favourite trick! If you are an IIS wizard and are able to investigate why it goes wrong, your input would be most welcome! Cheers -- Phil Driscoll Dial Solutions +44 (0)113

[PHP] ISAPI

2001-05-04 Thread Hassan Arteaga
I want to setup PHP on W2000 + IIS 5 PC as ISAPI..When I change from CGI to ISAPI ..I receive this error messages: 500 Internal Server Error Steps followed to install ISAPI.. IIS 4.0+ (isapi): 1. Copy the php.ini-dist to your systemroot (the directory where you installed windows), rename it t

[PHP] Uninstallation of CGI Version of PHP --> ISAPI Module Wanted Instead

2001-01-26 Thread rswfire
Hello... I just upgraded my computer to NT5. When doing so, I accidentally installed the wrong version of PHP. =( I installed the CGI version... I want to use the ISAPI module. How can I effectively undo what the installation program did to install the CGI version? What should I do to in