|
Posted by Greg on April 17, 2008, 9:58 pm
Please log in for more thread options
Hi,
I've gotten to the point where I am more frustrated then anything and
just want to see this thing work. Although now I am thinking,
downloading and installing APACHE might be a 1,000,000 times faster.
Has anyone gotten PHP5.2.5 running on WinXP with IIS 5.1?
I have gone through the installer, gone through countless other
suggestions (ISAPI filter, running as a CGI).
And nothing seems to work. I finish doing the install (and
configuring and rebooting) and my php pages can run the phpinfo();
command, but anything else does not work.
When the pages do not work I get the "No input file specified" There
also seems to be some issues where the root directory will display
phpinfo(); correctly but any files under sub-directories will not.
I am not seeing any errors in my event logs... is there a PHP event
log somewhere?
Any suggestions would be great... it just seems like a lot of work do
after I have run an "installer".
Greg
|
|
Posted by macca on April 18, 2008, 1:02 am
Please log in for more thread options
The best piece of advice you will EVER receive about running PHP with
IIS is... Don't bother!
You are right, using apache will be a million times better. More
manageable/configurable/compatible/robust/stable etc etc
|
|
Posted by Jerry Stuckle on April 18, 2008, 6:18 am
Please log in for more thread options macca wrote:
show/hide quoted text
> The best piece of advice you will EVER receive about running PHP with
> IIS is... Don't bother!
>
> You are right, using apache will be a million times better. More
> manageable/configurable/compatible/robust/stable etc etc
>
Nonsense. PHP works fine under IIS. I have it on several VPS's.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
Posted by Daniel Klein on April 18, 2008, 12:58 pm
Please log in for more thread options wrote:
show/hide quoted text
>macca wrote:
>> The best piece of advice you will EVER receive about running PHP with
>> IIS is... Don't bother!
>>
>> You are right, using apache will be a million times better. More
>> manageable/configurable/compatible/robust/stable etc etc
>>
>Nonsense. PHP works fine under IIS.
...until you have to use 'popen' or 'proc_open'.
Dan
|
|
Posted by Jerry Stuckle on April 18, 2008, 6:26 am
Please log in for more thread options Greg wrote:
show/hide quoted text
> Hi,
>
> I've gotten to the point where I am more frustrated then anything and
> just want to see this thing work. Although now I am thinking,
> downloading and installing APACHE might be a 1,000,000 times faster.
>
> Has anyone gotten PHP5.2.5 running on WinXP with IIS 5.1?
>
> I have gone through the installer, gone through countless other
> suggestions (ISAPI filter, running as a CGI).
>
> And nothing seems to work. I finish doing the install (and
> configuring and rebooting) and my php pages can run the phpinfo();
> command, but anything else does not work.
>
> When the pages do not work I get the "No input file specified" There
> also seems to be some issues where the root directory will display
> phpinfo(); correctly but any files under sub-directories will not.
>
> I am not seeing any errors in my event logs... is there a PHP event
> log somewhere?
>
> Any suggestions would be great... it just seems like a lot of work do
> after I have run an "installer".
>
> Greg
>
Greg,
I never bother with the installer. I download the .zip files and
install manually. It's not hard once you have done it a couple of times
and only takes a couple of minutes.
Sorry, I don't remember what the original site I found the instructions
on, but if you google for iis and php, you'll find several good sets of
instructions.
BTW - I prefer the isapi install.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
| Similar Threads | Posted | | mysql 1054 error only occurs when running query via PHP script, but the same query is okay when running from command line. | July 15, 2009, 10:50 am |
| How do I know that PHP is running | October 16, 2004, 9:50 pm |
| Which PHP am I running? | July 8, 2006, 4:07 am |
| running php scripts from a CD | December 14, 2004, 4:05 am |
| Running PHP on a client only... | April 29, 2005, 11:48 pm |
| Running PHP from a different server. | September 18, 2005, 7:04 am |
| running PHP on Windows XP | April 24, 2006, 12:18 pm |
| Apache and Tux running together | July 14, 2006, 2:51 pm |
| PHP5 not running. | March 30, 2007, 10:50 pm |
| Running PHP 4 & PHP 5 together as modules | April 3, 2007, 12:37 pm |
|
> IIS is... Don't bother!
>
> You are right, using apache will be a million times better. More
> manageable/configurable/compatible/robust/stable etc etc
>