php-windows Digest 31 Dec 2002 10:31:47 -0000 Issue 1511
Topics (messages 17593 through 17597):
php 4.3.0 phpinfo() fscked up or?
17593 by: Wojciech Owczarek
17595 by: Frank M. Kromann
Re: phpinfo() 4.3.0 on Windows
17594 by: Nick H. -- Technical Support Engineer
Problems getting PHP to work (IIS5/XP Pro)
17596 by: Jeff Lewis
Problem with force-cgi-redirect
17597 by: Kristof Troch
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Umm... I see things, You know?
After installing php 4.3.0 I noticed that phpinho()
doesn't return those fancy tables anymore, instead, it spits out pure text
with newlines. Is it just my case (maybe some config problems?)
Would anyone mind trying out phpinfo() on php 4.3.0 for win32?
thx in advance,
owczi|LoneSheep
--- End Message ---
--- Begin Message ---
This sounds like you are using the CLI version of PHP.exe and not the CGI
version. Asumiong you are not using isapi or mod_php4.
- Frank
> Umm... I see things, You know?
>
> After installing php 4.3.0 I noticed that phpinho()
>
> doesn't return those fancy tables anymore, instead, it spits out pure
text
> with newlines. Is it just my case (maybe some config problems?)
>
> Would anyone mind trying out phpinfo() on php 4.3.0 for win32?
>
> thx in advance,
>
> owczi|LoneSheep
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
I had no trouble with using it. Worked just fine. Give me a day or two to
get another IIS5 machine online and I'll show you what it does.
Regards,
Nick "Harm" Hale
--- End Message ---
--- Begin Message ---
I don't understand why I'm having issues, I installed PHP 4.1 and below just fine in
this very same set up.
However, I am receiving the following error:
No input file specified.
I have tried some of the suggested methods of fixing this but have not been able to
solve it. Does anyone have a link or some info on how to fix this?
Jeff
--- End Message ---
--- Begin Message ---
Hello,
I just installed php 4 on IIS 6.0. The installation completed succesfully.
Neverthless when I wanted to see it work in my browser it gave the below
mentionned errror. The error didn't disappear after I changed the
cgi.force_redirect value in the php.ini file to 0 under my c:\win directory
and rebooted. Can someone tell me what I'm doing wrong?
PS: I added the webservice extensions for php in the ISS MMC
Thanks in advance
/*
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STATUS CGI variable is
set, e.g. via an Apache Action directive.
For more information as to why this behaviour exists, see the manual page
for CGI security.
For more information about changing this behaviour or re-enabling this
webserver, consult the installation file that came with this distribution,
or visit the manual page.
*/
--- End Message ---