473,395 Members | 2,423 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Running PHP On IIS 5.1

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
Jun 2 '08 #1
5 1382
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
Jun 2 '08 #2
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. I have it on several VPS's.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Jun 2 '08 #3
Greg wrote:
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.
js*******@attglobal.net
==================

Jun 2 '08 #4
On Thu, 17 Apr 2008 18:58:07 -0700 (PDT), Greg <gr******@magma.ca>
wrote in
<1c**********************************@26g2000hsk.g ooglegroups.com>:
>Has anyone gotten PHP5.2.5 running on WinXP with IIS 5.1?
I got 64-bit php installed and working on W2K3 64-bit version a few
months ago. If I can make that work, you can definitely get it up and
running on XP.

I used the following guide:
<http://www.peterguy.com/php/install_IIS6.html>. It's for W2K3 w/ IIS
6, but the process should be basically the same.

As Jerry said, use the .zip file, not the installer.
--
Charles Calvert | Software Design/Development
Celtic Wolf, Inc. | Project Management
http://www.celticwolf.com/ | Technical Writing
(703) 580-0210 | Research
Jun 2 '08 #5
On Fri, 18 Apr 2008 06:18:54 -0400, Jerry Stuckle <js*******@attglobal.net>
wrote:
>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
Jun 2 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Ross Presser | last post by:
OK, I've been researching this problem and can't find a definitive answer yet. The situation is one that seems to have come up a few times to different folks. I am writing an application that...
4
by: Bill Dika | last post by:
Hi I am trying to calculate a running total of a calculated textbox (tbAtStandard) in GroupFooter1 for placement in a textbox (tbTotalAtStandard) on my report in Groupfooter0. The problem...
1
by: Ennio-Sr | last post by:
Hi all! Testing a script where I need to make sure that postgresql is running before passing a <psql dbasename -c "insert into ..." > instruction I faced this curious behaviour: This is the...
1
by: Anonieko | last post by:
Query: How to display progress bar for long running page Answer: Yet another solution. REFERENCE: http://www.eggheadcafe.com/articles/20050108.asp My only regret is that when click the...
7
by: pradeep_TP | last post by:
hello all, I want to know how can I check whether a web site us running or not. I have used HttpWebRequest but when I give a web site address, It takes few number of seconds to throw exception...
3
by: Anil Kumar Sharma | last post by:
Hello, I am working on C# using vs.net 2003. I have faced two interesting problems. 1. Dynamically setting Default Button: I created a form and used it in various contexts. On basis of the...
4
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to...
16
by: Gandalf186 | last post by:
I need to create a query that produces running totals for every group within my table for example i wish to see: - Group A 1 5 9 15 Group B
2
by: upperclass | last post by:
Hi, I'm trying to find a decent way to measure program running time. I know clock() is probably the standard way of doing it but clock_t overflows too quickly. The target program running time...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.