473,769 Members | 3,383 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Trouble installing PHP5 with IIS

Hey all,

I just tried installing PHP5 under IIS for the first time, but I can't
seem to get the php.exe to work.

I unzipped the package, and pointed the IIS .php 'executable'
attribute over to php.exe in the PHP5 folder, but when I then call up
a .php page, it just stalls.

If I then point the IIS .php executable over to php.exe in the
PHP4.3.6 folder, no problem.

Also, back in PHP5, when I point the IIS .php executable over to
php-cgi.exe or php5isapi.dll, I do get a response. But my
understanding is that php.exe is the one to shoot for.

Amy I totally missing something stupid? Many thanks for any help!

Scott
Jul 17 '05 #1
3 2643
In article <f1************ *************@p osting.google.c om>, Scott Matthews wrote:
Hey all,

I just tried installing PHP5 under IIS for the first time, but I can't
seem to get the php.exe to work.

I unzipped the package, and pointed the IIS .php 'executable'
attribute over to php.exe in the PHP5 folder, but when I then call up
a .php page, it just stalls.

If I then point the IIS .php executable over to php.exe in the
PHP4.3.6 folder, no problem.

Also, back in PHP5, when I point the IIS .php executable over to
php-cgi.exe or php5isapi.dll, I do get a response. But my
understanding is that php.exe is the one to shoot for.


A few weeks ago, i tried to install php5 on iis6
(not sure on the names anymore) phpts.lib and phpisapi.dll into
c:\windows\syst em and configured iis as described in the manual and
everything worked fine....

--
http://home.mysth.be/~timvw
Jul 17 '05 #2
> A few weeks ago, i tried to install php5 on iis6
(not sure on the names anymore) phpts.lib and phpisapi.dll into
c:\windows\syst em and configured iis as described in the manual and
everything worked fine....


The install docs suggest php.exe, and that's what I've always used
with PHP4.x setups.

Is anybody using php.exe on IIS? It just stalls when I try it.

php-cgi.exe and php5isapi.dll seem to work, but not php.exe.

Any ideas? Thanks!
Jul 17 '05 #3
One last question: if this group is really more about PHP language
issues, can anybody suggest good places to go for stuff like
installation issues?

Many thanks,
Scott
Jul 17 '05 #4

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

Similar topics

0
2892
by: michael newport | last post by:
I did the following as instructed in the docs. (see below) everything seemed to install ok and I started apache with no complaints, but, 1)I do not see a process for apache using ps -ef 2) In yast I see that the new apache2 version is installed but not php5, its still on php4 any ideas ??
2
1811
by: Rob Ristroph | last post by:
Has anyone built the PHP5 beta 4 as an apache module ? I am using apache 2. Is there some trick, or missing instructions, or known bug ? Perhaps you have to use some version of apache earlier than 2.0.48, the current latest ? I have built php4 before without problems. After trying a variety of things and never getting a libphp5.so, I am at a loss as to how to go about this. (When I did a configure without using the --with-apxs2,
3
2113
by: Erick Howenstine | last post by:
I'm installing PhP5 on WinXP, with Apache2. In my Apache's httpd.conf file I have added LoadModule php5_module c:/php-5/php5apache2.dll and moved the .ini file to C:/Windows/php.ini Apache works with the php module loaded. When I look at this code with my IE browser: <? phpinfo(); ?> or
4
1889
by: frankgerlach | last post by:
I am experiencing problems when installing PHP5/MYSQL. I did ./configure --with-mysql=/usr/local/mysql --disable-libxml --with-zlib-dir=/home/frank/zlib-1.2.2 make make install The build process did not report any errors.
2
2584
by: y_oda2002 | last post by:
Hi everyone I was wondering if anyone could help me. I am trying to install ph so that i can learn the code. So far i havent had any problem installing apache. However when i try to get mysql to run wit apache and php the windows services gives an error upon startin apache. Something lik error module not found. php_mysql.dll does not exist
5
8183
by: bissatch | last post by:
Hi, I am trying to install Apache and PHP. I have installed apache fine where I can type in http://localhost and it displays the default Apache page. When trying to install PHP I have run the installer file which seemed to go OK. It is when configure the Apache httpd.conf file that I get the problem. I have updated the ScriptAlias to read:
1
4728
by: Janne Vuori | last post by:
I have Apache 2.0.54 and PHP 5.0.4 running on XP Professional. Everything is working ok but when I am tryin to add the extension php_ssh2.dll into use the PHP will generate an error message: PHP Warning: PHP Startup: Unable to load dynamic library 'c:/php5/ext/php_ssh2.dll' - The specified module could not be found.\r\n in Unknown on line 0 ON httpd.conf I have LoadModule php5_module "c:/php5/php5apache2.dll" AddType...
1
1884
by: Nospam | last post by:
I am trying to get mysql 4, php5, and apache to work on my winxp sp2 comp, unfortunately even though php5 and apache seems to work ok I am unable to utilise mysql with php and apache, I have yet to see a guide that has a problem free installation, if there is such a guide or a fix on how to get php5, apache and mysql all working on winxp sp2, after having moved libmysql.dll to the c:\php directory as well as the c:\windows\system...
1
4151
by: Gilles Ganault | last post by:
Hello I'd like to play with MemcacheD and see how it improves read access to data, but I'm a bit lost at how to get from a working Apache2 + PHP5 + MySQL5 server on FreeBSD 6.3. I've never used PECL and PEAR before, and they seem required to install MemcacheD. I just ran "make config ; make ; make install" to build the php5 and
0
9586
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10210
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8869
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3956
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2814
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.