Re: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread mweb

First of all, thanks to John, Emek and Phil.

Glad to see unanimity about it being a server config problem.
However:
I have tried .php and .php4 extension without any luck. Didn't try  .php3
because was giving for granted their setup is newer than two years ;-))
OK, I'll try that too
 
have you tried it with a
 PERL-style shebang line at the top of your scripts? Give something like:

 #!/usr/bin/php -q

On a WinNT/IIS box? I'll try, but never read anything like this...

Anyway, the sysadmin just emailed that he is going to check: we'll see. In 
the meantime, anybody with a working php.ini file for IIS please send it (to 
me of course, not the list)

TIA,
mweb

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread Jon Haworth

 have you tried it with a
  PERL-style shebang line at the top of your scripts? Give something like:
 
  #!/usr/bin/php -q
 
 On a WinNT/IIS box? I'll try, but never read anything like this...

Ah yes, good point :-)

Your path may be more like c:\progra~1\php\php.exe -q 

I don't even know if it's possible to compile PHP as a CGI on Windows, but
it might be, so it's probably worth a try.

Cheers
Jon


**
'The information included in this Email is of a confidential nature and is 
intended only for the addressee. If you are not the intended addressee, 
any disclosure, copying or distribution by you is prohibited and may be 
unlawful. Disclosure to any party other than the addressee, whether 
inadvertent or otherwise is not intended to waive privilege or confidentiality'

**

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]