10
Posted by Christian in PHP Comments (97) T rackbacks (0) Installing PHP on Windows 7 Hauser & Wenz :: Blog monday , january 12. 2009 Installing PHP on Windows 7 Microsoft have released the first public beta for their upcoming Windows 7 operati ng system. To me it looks surprisingly si milar to Vista (w hich is a good thing a nd a b ad thing ), so I thought that installing PHP on it should be easy, as well. Actually, it was really easy, but since yesterday t wo people indenpendently from each other asked me how to do it, I thought I'd write down the required steps. First of all, you need PHP (obviously). Go to the PHP download page and grab th e latest non-thread-safe ZIP archive for Windows. As of  writing this, the package is called "PHP 5.2.8 Non-thread-safe zip package ". Unzip the archive to a folder on your hard disk (I use C:\php5 ) and create a copy of   php.ini-recommended (o r  php.ini-productionin recent PHP versions) called  php.ini  . There, add the following configuration setting: cgi.force_redirect = 0 This is the minimum setting you need to change to make PHP work with IIS . You may also want to use cgi.fix_pathinfo = 1 , fastcgi.impersonate = 1 , and set ext_dir. Then it's time to install IIS. You need at least the "Business" version of Windows 7 , but the currently available beta 1 is Windows 7 Ultimate anyway. Go to Start/Control Panel/Programs/Turn Windows Features on or off  and check on the Internet I nforma tion Serv ices entry. Activate the World Wide Web Services/Application Development Features/CGI  node and also Web Management Tools/IIS Management Console (the latter not shown in the figure). Now, start the IIS Management Console; just open up the start menu, enter  inetmgr and hit Enter. There, navigate to the Sites/Default Web Site/Handler Mappings node and double-click on the "Handler Mappings" entry. calendar April '11 M on T ue W e d T h u F ri S at S un 1 2 3 4 5 6 7 8 9 10 1 1 1 2 1 3 1 4 1 5 1 6 1 7 18 19 2 0 2 1 2 2 23 24 2 5 2 6 2 7 2 8 2 9 3 0 quicksearch  > archives April 2011 March 2011 February 2011 Recent... Older... syndicate this blog  RSS 0.91 feed  RSS 1.0 feed  RSS 2.0 feed  A TOM 0.3 feed  A TOM 1.0 feed  RSS 2.0 Com m ents categories  ** Deutsch  Allgemeines  ASP .NET (deutsch)  Publikationen  ** English  ASP .NET (English)  PHP  Security Go! All categories friend ly blogs Uwe Baumann Dirk Prim bs Ralf W estphal John Coggeshall W ez Furlong Tobias Schlitt Stephan Schmidt, Sebastian The A rgh Mordziol, gERD Schaufelberger Laura Thomson Luke W elling powered by blog administration Open login screen SEO Schulung  SEO Osterhofen converted by Web2PDFConvert.com

Document

Embed Size (px)

Citation preview

Page 1: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 110

Posted by Christian in PHP

Comments (97) Trackbacks (0)

Installing PHP on Windows 7Hauser amp Wenz Blog

monday january 12 2009

Installing PHP on Windows 7

Microsoft have released the first public beta for their upcoming Windows 7 operating system To me it lookssurprisingly similar to Vista (which is a good thing and a bad thing ) so I thought that installing PHP on itshould be easy as well Actually it was really easy but since yesterday t wo people indenpendently from each other asked me how to do itI thought Id write down the required steps

First of all you need PHP (obviously) Go to the PHP download page and grab the latest non-thread-safe ZIP archive for Windows As of writing this the package is called PHP 528 Non-thread-safe zip package Unzip the archive to a folder on your hard disk (I use Cphp5 )and create a copy of phpini-recommended (or phpini-production in recent PHP versions) called phpini There add the followingconfiguration setting

cgiforce_redirect = 0

This is the minimum setting you need to change to make PHP work with IIS You may also want to use cgifix_pathinfo = 1fastcgiimpersonate = 1 and set ext_dir

Then its time to install IIS You need at least the Business version of Windows 7 but the currently available beta 1 is Windows 7 Ultimateanyway Go to StartControl PanelProgramsTurn Windows Features on or off and check on the Internet Information Services entry ActivatetheWorld Wide Web ServicesApplication Development FeaturesCGI node and also Web Management ToolsIIS Management Console(the latter not shown in the figure)

Now start the IIS Management Console just open up the start menu enter inetmgr and hit Enter There navigate to the SitesDefault

Web SiteHandler Mappings node and double-click on the Handler Mappings entry

calendar

April 11

Mon Tue Wed Thu Fri Sat Sun

1 2 3

4 5 6 7 8 9 10

11 12 13 14 15 16 17

18 19 20 21 22 23 24

25 26 27 28 29 30

quicksearch

gt

archives

April 2011March 2011February 2011RecentOlder

syndicate this blog

RSS 091 feed RSS 10 feed RSS 20 feed ATOM 03 feed ATOM 10 feed RSS 20 Comments

categories

Deutsch

Allgemeines

ASPNET (deutsch) Publikationen

English

ASPNET (English)

PHP

Security

Go

All categories

friendly blogsbullUwe BaumannbullDirk Primbs

bullRalf WestphalbullJohn CoggeshallbullWez FurlongbullTobias SchlittbullStephan Schmidt SebastianThe Argh Mordziol gERDSchaufelbergerbullLaura ThomsonbullLuke Welling

powered by

blog administration

Open login screen

SEO Schulung SEO Osterhofen

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 210

As a result of this the Actions panel on the right hand side changes You now see an option called Add Module Mapping Clicking on itopens up a dialog which you fill out as you can see in the following figure (you may need to adapt the path used to your local system)

If you do not see the FastCgiModule entry you probably forgot to check the CGI node when installing IIS Otherwise close the Add ModuleMapping dialog by clicking on OK You need to confirm that you want to create a FastCGI application click Yes

Finally create a php script and put it in the root folder of the IIS site (by default CInetpubwwwroot note that you may need additionalrights to write into that directory) eg phpinfophpwith a simple phpinfo() call in it Call this script usinghttplocalhostphpinfophp and you are done

TrackbacksTrackback specific URI for this entry

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 310

No Trackbacks

CommentsDisplay comments as (Linear | Threaded)

well it really looks easy i think i am going to check it well i wanna check the IIS stuff anyway didn t work with it since Windows 2000

Beta so maybe i gonna try it out just for intrest

1 Johny (Homepage) on 2009-01-13 1016 (Reply)

ghjgyj11 rr (Homepage) on 2011-04-13 2136 (Reply)

nice one tnx

2 shovelrobert (Homepage) on 2009-01-13 1323 (Reply)

Will this tutorial work with the 64bit Version as well

Guess this is vor x86

3 Ansari (Homepage) on 2009-01-14 1846 (Reply)

Just got it going on Win7 Build 7000 X86 yeah

31Tommy on 2009-01-15 1249 (Reply)

Yes we can it works on system windows7 Build 7000 Thanks

4Pet on 2009-01-20 2139 (Reply)

Thanks that works just fine Id been messing with this for a couple of hours and had lost interest RTFM is I guess the message for me all

the changes you suggested for the PHPINI are actually documented in the sample one - DOH

All Ive got to do now is try to get ZenPhoto working on this config - anyone

5Stuart on 2009-01-23 1149 (Reply)

Hi man you great helped me so much

6Nimrod on 2009-05-08 0841 (Reply)

Thank you so much for this It works For those that are scared to edit the ini file it seems adding the cgiforce_redirect = 0 in any line

under Error handling and logging will do fine

7 JC(Homepage) on 2009-05-08 1013 (Reply)

actually anywhere in phpini should do

71Christian (Homepage) on 2009-05-08 1403 (Reply)

Is there any version of PHP for Windows 7 Home as I do not have the Business version

711 Javier on 2009-11-06 1727 (Reply)

see httptechnetmicrosoftcomen-uslibrarycc731911aspx -- you can install IIS on these versions as well

7111 Christian Wenz (Homepage) on 2009-11-08 1540 (Reply)

thanks it helps me a lot

8racolas on 2009-05-08 2242 (Reply)

This was very helpful and quick one problem though I cant get captchas to display properly when looking at them under localhost I just

get the broken image icon Is there something extra that needs to be done to support captcha being able to display

9Jimmy on 2009-05-10 2324 (Reply)

I guess your CAPTCHA implementation is the issue not the operating system Any error message the CAPTCHA script is generating

91Christian Wenz (Homepage) on 2009-05-11 0001 (Reply)

I am not too sure though For instance when I upload the code one of my web servers I get the following

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 410

httpwwwrevenantmedivhcomcaptchaphp

Works fine I have uploaded this to another webserver and it also works

The code looks like the following

Any suggestions

911 Jimmy on 2009-05-11 2341 (Reply)

PHP Fatal error Call to undefined function imagecreate() in Cinetpubwwwrootlegalsummercaptchaphp on line 5

Hmmm I seem to recall having this same problem at first on my old XP comp as well but cant remember what i did before to fix it

912 Jimmy on 2009-05-12 2325 (Reply)

you need to enable the GD extension for PHP (extension=php_gd2dll in phpini)

9121 Christian Wenz (Homepage) on 2009-05-13 0833 (Reply)

Ah yes that got rid of that error now I have a new one -__-

PHP Fatal error session_start() [functionsession-start] Failed to initialize storage module user (path ) on line 2

line 2 is simply

session_start() so not sure why its freaking out gt

91211 Jimmy on 2009-05-14 2138 (Reply)

what is phpinis sessionsave_path set to The value needs to be set the directory needs to exist and it must be

writable HTH

912111 Christian Wenz (Homepage) on 2009-05-15 0805 (Reply)

It wasnt set previously so I tried setting it to sessionsave_path = Cphptmp with and without quotes around

Cphptmp and restarting IIS after each time

The directory is created and has Full Control permissions for every user on the list and still get same error =9121111 Jimmy on 2009-05-21 1621 (Reply)

add the user IIS is using (IIRC its IUSR_ but I am not sure)

91211111 Christian Wenz (Homepage) on 2009-05-21 1639 (Reply)

Thanks a Lot Really Helpful

Oz

10 Oz on 2009-05-17 1208 (Reply)

Thanks so much its so simply and it works11Dunkel on 2009-05-22 1758 (Reply)

Super cool xD it worked fine and i tested it on W7 RC

12Mike on 2009-06-30 0154 (Reply)

Dude -- you are ALL THAT -- thanks

-- Deck

13 Deck Hazenon 2009-07-05 0816 (Reply)

Tanxxx For ur Help

14 Daniel on 2009-08-09 1122 (Reply)

Hi good tutorial it makes much more fun to have a tutorial on my side when installing something like php

15 Klaus (Homepage) on 2009-08-24 1622 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 510

Thanks that works just fine

16beby on 2009-09-27 0943 (Reply)

Thank you so freakin much I tried for hours yesterday lol Being the first time and all

17 Jim (Homepage) on 2009-09-27 1822 (Reply)

Thank you very much for this instruction

18 1111 on 2009-10-18 1812 (Reply)

Thank you

19Fa__Fai on 2009-10-19 1144 (Reply)

Hi

I did like the tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it doesnt show

anything Its like it cant find the file Someone had the same problem

20 Kay on 2009-10-20 0832 (Reply)

In my case NET Framwork wasnt installed

After the installation the problem was fixed

201 Daniel on 2010-01-03 0104 (Reply)

yah me have the same problem still looking for the solution

202 baruon 2010-10-19 1007 (Reply)

Thanks for this - PHP newbie experimenting with WordPress on Windows 7 Worked like a charm

21 Joe Field (Homepage) on 2009-10-21 1408 (Reply)

Thnks workg on Win7

22 michel on 2009-10-26 1952 (Reply)

Very clear and direct instructions Thanks for taking the time to post it

23 JBL(Homepage) on 2009-11-03 0002 (Reply)

Wow Really a great guide no misshaps what so ever Thanks alot guys (or girls)

24Patrick on 2009-11-12 0936 (Reply)

Im having problems with MySql on Windows 7 The service wont start Any ideas

25 dragoenix on 2009-11-16 2127 (Reply)

I cant get this to work Think Ill just reside myself to the fact that I am old and stupid

251 Rhothgar (Homepage) on 2009-12-04 0012 (Reply)

This is nice and straight-forward Works like magic Thanks

26 Keketsoon 2009-12-09 1804 (Reply)

i donno how can i say thank you

27 Abtin (Homepage) on 2009-12-15 1312 (Reply)

install xampp

28 kamoteon 2009-12-17 1937 (Reply)

An excellent and most helpful post - thanks very much I tried this once before using Windows 7 (Build 7100) without success - anyone

having difficulty with this post should insure they have the full release Additionally I found that I also had to turn on a number of IIS

components in order to get to the handler mapppings section Now - on to MySQL

29 Deck Hazenon 2009-12-22 0356 (Reply)

I did not have CGI installed in IIS When I typed in FastCgiModule I got an error message that it was not an option so I could not proceed I

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 2: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 210

As a result of this the Actions panel on the right hand side changes You now see an option called Add Module Mapping Clicking on itopens up a dialog which you fill out as you can see in the following figure (you may need to adapt the path used to your local system)

If you do not see the FastCgiModule entry you probably forgot to check the CGI node when installing IIS Otherwise close the Add ModuleMapping dialog by clicking on OK You need to confirm that you want to create a FastCGI application click Yes

Finally create a php script and put it in the root folder of the IIS site (by default CInetpubwwwroot note that you may need additionalrights to write into that directory) eg phpinfophpwith a simple phpinfo() call in it Call this script usinghttplocalhostphpinfophp and you are done

TrackbacksTrackback specific URI for this entry

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 310

No Trackbacks

CommentsDisplay comments as (Linear | Threaded)

well it really looks easy i think i am going to check it well i wanna check the IIS stuff anyway didn t work with it since Windows 2000

Beta so maybe i gonna try it out just for intrest

1 Johny (Homepage) on 2009-01-13 1016 (Reply)

ghjgyj11 rr (Homepage) on 2011-04-13 2136 (Reply)

nice one tnx

2 shovelrobert (Homepage) on 2009-01-13 1323 (Reply)

Will this tutorial work with the 64bit Version as well

Guess this is vor x86

3 Ansari (Homepage) on 2009-01-14 1846 (Reply)

Just got it going on Win7 Build 7000 X86 yeah

31Tommy on 2009-01-15 1249 (Reply)

Yes we can it works on system windows7 Build 7000 Thanks

4Pet on 2009-01-20 2139 (Reply)

Thanks that works just fine Id been messing with this for a couple of hours and had lost interest RTFM is I guess the message for me all

the changes you suggested for the PHPINI are actually documented in the sample one - DOH

All Ive got to do now is try to get ZenPhoto working on this config - anyone

5Stuart on 2009-01-23 1149 (Reply)

Hi man you great helped me so much

6Nimrod on 2009-05-08 0841 (Reply)

Thank you so much for this It works For those that are scared to edit the ini file it seems adding the cgiforce_redirect = 0 in any line

under Error handling and logging will do fine

7 JC(Homepage) on 2009-05-08 1013 (Reply)

actually anywhere in phpini should do

71Christian (Homepage) on 2009-05-08 1403 (Reply)

Is there any version of PHP for Windows 7 Home as I do not have the Business version

711 Javier on 2009-11-06 1727 (Reply)

see httptechnetmicrosoftcomen-uslibrarycc731911aspx -- you can install IIS on these versions as well

7111 Christian Wenz (Homepage) on 2009-11-08 1540 (Reply)

thanks it helps me a lot

8racolas on 2009-05-08 2242 (Reply)

This was very helpful and quick one problem though I cant get captchas to display properly when looking at them under localhost I just

get the broken image icon Is there something extra that needs to be done to support captcha being able to display

9Jimmy on 2009-05-10 2324 (Reply)

I guess your CAPTCHA implementation is the issue not the operating system Any error message the CAPTCHA script is generating

91Christian Wenz (Homepage) on 2009-05-11 0001 (Reply)

I am not too sure though For instance when I upload the code one of my web servers I get the following

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 410

httpwwwrevenantmedivhcomcaptchaphp

Works fine I have uploaded this to another webserver and it also works

The code looks like the following

Any suggestions

911 Jimmy on 2009-05-11 2341 (Reply)

PHP Fatal error Call to undefined function imagecreate() in Cinetpubwwwrootlegalsummercaptchaphp on line 5

Hmmm I seem to recall having this same problem at first on my old XP comp as well but cant remember what i did before to fix it

912 Jimmy on 2009-05-12 2325 (Reply)

you need to enable the GD extension for PHP (extension=php_gd2dll in phpini)

9121 Christian Wenz (Homepage) on 2009-05-13 0833 (Reply)

Ah yes that got rid of that error now I have a new one -__-

PHP Fatal error session_start() [functionsession-start] Failed to initialize storage module user (path ) on line 2

line 2 is simply

session_start() so not sure why its freaking out gt

91211 Jimmy on 2009-05-14 2138 (Reply)

what is phpinis sessionsave_path set to The value needs to be set the directory needs to exist and it must be

writable HTH

912111 Christian Wenz (Homepage) on 2009-05-15 0805 (Reply)

It wasnt set previously so I tried setting it to sessionsave_path = Cphptmp with and without quotes around

Cphptmp and restarting IIS after each time

The directory is created and has Full Control permissions for every user on the list and still get same error =9121111 Jimmy on 2009-05-21 1621 (Reply)

add the user IIS is using (IIRC its IUSR_ but I am not sure)

91211111 Christian Wenz (Homepage) on 2009-05-21 1639 (Reply)

Thanks a Lot Really Helpful

Oz

10 Oz on 2009-05-17 1208 (Reply)

Thanks so much its so simply and it works11Dunkel on 2009-05-22 1758 (Reply)

Super cool xD it worked fine and i tested it on W7 RC

12Mike on 2009-06-30 0154 (Reply)

Dude -- you are ALL THAT -- thanks

-- Deck

13 Deck Hazenon 2009-07-05 0816 (Reply)

Tanxxx For ur Help

14 Daniel on 2009-08-09 1122 (Reply)

Hi good tutorial it makes much more fun to have a tutorial on my side when installing something like php

15 Klaus (Homepage) on 2009-08-24 1622 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 510

Thanks that works just fine

16beby on 2009-09-27 0943 (Reply)

Thank you so freakin much I tried for hours yesterday lol Being the first time and all

17 Jim (Homepage) on 2009-09-27 1822 (Reply)

Thank you very much for this instruction

18 1111 on 2009-10-18 1812 (Reply)

Thank you

19Fa__Fai on 2009-10-19 1144 (Reply)

Hi

I did like the tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it doesnt show

anything Its like it cant find the file Someone had the same problem

20 Kay on 2009-10-20 0832 (Reply)

In my case NET Framwork wasnt installed

After the installation the problem was fixed

201 Daniel on 2010-01-03 0104 (Reply)

yah me have the same problem still looking for the solution

202 baruon 2010-10-19 1007 (Reply)

Thanks for this - PHP newbie experimenting with WordPress on Windows 7 Worked like a charm

21 Joe Field (Homepage) on 2009-10-21 1408 (Reply)

Thnks workg on Win7

22 michel on 2009-10-26 1952 (Reply)

Very clear and direct instructions Thanks for taking the time to post it

23 JBL(Homepage) on 2009-11-03 0002 (Reply)

Wow Really a great guide no misshaps what so ever Thanks alot guys (or girls)

24Patrick on 2009-11-12 0936 (Reply)

Im having problems with MySql on Windows 7 The service wont start Any ideas

25 dragoenix on 2009-11-16 2127 (Reply)

I cant get this to work Think Ill just reside myself to the fact that I am old and stupid

251 Rhothgar (Homepage) on 2009-12-04 0012 (Reply)

This is nice and straight-forward Works like magic Thanks

26 Keketsoon 2009-12-09 1804 (Reply)

i donno how can i say thank you

27 Abtin (Homepage) on 2009-12-15 1312 (Reply)

install xampp

28 kamoteon 2009-12-17 1937 (Reply)

An excellent and most helpful post - thanks very much I tried this once before using Windows 7 (Build 7100) without success - anyone

having difficulty with this post should insure they have the full release Additionally I found that I also had to turn on a number of IIS

components in order to get to the handler mapppings section Now - on to MySQL

29 Deck Hazenon 2009-12-22 0356 (Reply)

I did not have CGI installed in IIS When I typed in FastCgiModule I got an error message that it was not an option so I could not proceed I

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 3: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 310

No Trackbacks

CommentsDisplay comments as (Linear | Threaded)

well it really looks easy i think i am going to check it well i wanna check the IIS stuff anyway didn t work with it since Windows 2000

Beta so maybe i gonna try it out just for intrest

1 Johny (Homepage) on 2009-01-13 1016 (Reply)

ghjgyj11 rr (Homepage) on 2011-04-13 2136 (Reply)

nice one tnx

2 shovelrobert (Homepage) on 2009-01-13 1323 (Reply)

Will this tutorial work with the 64bit Version as well

Guess this is vor x86

3 Ansari (Homepage) on 2009-01-14 1846 (Reply)

Just got it going on Win7 Build 7000 X86 yeah

31Tommy on 2009-01-15 1249 (Reply)

Yes we can it works on system windows7 Build 7000 Thanks

4Pet on 2009-01-20 2139 (Reply)

Thanks that works just fine Id been messing with this for a couple of hours and had lost interest RTFM is I guess the message for me all

the changes you suggested for the PHPINI are actually documented in the sample one - DOH

All Ive got to do now is try to get ZenPhoto working on this config - anyone

5Stuart on 2009-01-23 1149 (Reply)

Hi man you great helped me so much

6Nimrod on 2009-05-08 0841 (Reply)

Thank you so much for this It works For those that are scared to edit the ini file it seems adding the cgiforce_redirect = 0 in any line

under Error handling and logging will do fine

7 JC(Homepage) on 2009-05-08 1013 (Reply)

actually anywhere in phpini should do

71Christian (Homepage) on 2009-05-08 1403 (Reply)

Is there any version of PHP for Windows 7 Home as I do not have the Business version

711 Javier on 2009-11-06 1727 (Reply)

see httptechnetmicrosoftcomen-uslibrarycc731911aspx -- you can install IIS on these versions as well

7111 Christian Wenz (Homepage) on 2009-11-08 1540 (Reply)

thanks it helps me a lot

8racolas on 2009-05-08 2242 (Reply)

This was very helpful and quick one problem though I cant get captchas to display properly when looking at them under localhost I just

get the broken image icon Is there something extra that needs to be done to support captcha being able to display

9Jimmy on 2009-05-10 2324 (Reply)

I guess your CAPTCHA implementation is the issue not the operating system Any error message the CAPTCHA script is generating

91Christian Wenz (Homepage) on 2009-05-11 0001 (Reply)

I am not too sure though For instance when I upload the code one of my web servers I get the following

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 410

httpwwwrevenantmedivhcomcaptchaphp

Works fine I have uploaded this to another webserver and it also works

The code looks like the following

Any suggestions

911 Jimmy on 2009-05-11 2341 (Reply)

PHP Fatal error Call to undefined function imagecreate() in Cinetpubwwwrootlegalsummercaptchaphp on line 5

Hmmm I seem to recall having this same problem at first on my old XP comp as well but cant remember what i did before to fix it

912 Jimmy on 2009-05-12 2325 (Reply)

you need to enable the GD extension for PHP (extension=php_gd2dll in phpini)

9121 Christian Wenz (Homepage) on 2009-05-13 0833 (Reply)

Ah yes that got rid of that error now I have a new one -__-

PHP Fatal error session_start() [functionsession-start] Failed to initialize storage module user (path ) on line 2

line 2 is simply

session_start() so not sure why its freaking out gt

91211 Jimmy on 2009-05-14 2138 (Reply)

what is phpinis sessionsave_path set to The value needs to be set the directory needs to exist and it must be

writable HTH

912111 Christian Wenz (Homepage) on 2009-05-15 0805 (Reply)

It wasnt set previously so I tried setting it to sessionsave_path = Cphptmp with and without quotes around

Cphptmp and restarting IIS after each time

The directory is created and has Full Control permissions for every user on the list and still get same error =9121111 Jimmy on 2009-05-21 1621 (Reply)

add the user IIS is using (IIRC its IUSR_ but I am not sure)

91211111 Christian Wenz (Homepage) on 2009-05-21 1639 (Reply)

Thanks a Lot Really Helpful

Oz

10 Oz on 2009-05-17 1208 (Reply)

Thanks so much its so simply and it works11Dunkel on 2009-05-22 1758 (Reply)

Super cool xD it worked fine and i tested it on W7 RC

12Mike on 2009-06-30 0154 (Reply)

Dude -- you are ALL THAT -- thanks

-- Deck

13 Deck Hazenon 2009-07-05 0816 (Reply)

Tanxxx For ur Help

14 Daniel on 2009-08-09 1122 (Reply)

Hi good tutorial it makes much more fun to have a tutorial on my side when installing something like php

15 Klaus (Homepage) on 2009-08-24 1622 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 510

Thanks that works just fine

16beby on 2009-09-27 0943 (Reply)

Thank you so freakin much I tried for hours yesterday lol Being the first time and all

17 Jim (Homepage) on 2009-09-27 1822 (Reply)

Thank you very much for this instruction

18 1111 on 2009-10-18 1812 (Reply)

Thank you

19Fa__Fai on 2009-10-19 1144 (Reply)

Hi

I did like the tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it doesnt show

anything Its like it cant find the file Someone had the same problem

20 Kay on 2009-10-20 0832 (Reply)

In my case NET Framwork wasnt installed

After the installation the problem was fixed

201 Daniel on 2010-01-03 0104 (Reply)

yah me have the same problem still looking for the solution

202 baruon 2010-10-19 1007 (Reply)

Thanks for this - PHP newbie experimenting with WordPress on Windows 7 Worked like a charm

21 Joe Field (Homepage) on 2009-10-21 1408 (Reply)

Thnks workg on Win7

22 michel on 2009-10-26 1952 (Reply)

Very clear and direct instructions Thanks for taking the time to post it

23 JBL(Homepage) on 2009-11-03 0002 (Reply)

Wow Really a great guide no misshaps what so ever Thanks alot guys (or girls)

24Patrick on 2009-11-12 0936 (Reply)

Im having problems with MySql on Windows 7 The service wont start Any ideas

25 dragoenix on 2009-11-16 2127 (Reply)

I cant get this to work Think Ill just reside myself to the fact that I am old and stupid

251 Rhothgar (Homepage) on 2009-12-04 0012 (Reply)

This is nice and straight-forward Works like magic Thanks

26 Keketsoon 2009-12-09 1804 (Reply)

i donno how can i say thank you

27 Abtin (Homepage) on 2009-12-15 1312 (Reply)

install xampp

28 kamoteon 2009-12-17 1937 (Reply)

An excellent and most helpful post - thanks very much I tried this once before using Windows 7 (Build 7100) without success - anyone

having difficulty with this post should insure they have the full release Additionally I found that I also had to turn on a number of IIS

components in order to get to the handler mapppings section Now - on to MySQL

29 Deck Hazenon 2009-12-22 0356 (Reply)

I did not have CGI installed in IIS When I typed in FastCgiModule I got an error message that it was not an option so I could not proceed I

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 4: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 410

httpwwwrevenantmedivhcomcaptchaphp

Works fine I have uploaded this to another webserver and it also works

The code looks like the following

Any suggestions

911 Jimmy on 2009-05-11 2341 (Reply)

PHP Fatal error Call to undefined function imagecreate() in Cinetpubwwwrootlegalsummercaptchaphp on line 5

Hmmm I seem to recall having this same problem at first on my old XP comp as well but cant remember what i did before to fix it

912 Jimmy on 2009-05-12 2325 (Reply)

you need to enable the GD extension for PHP (extension=php_gd2dll in phpini)

9121 Christian Wenz (Homepage) on 2009-05-13 0833 (Reply)

Ah yes that got rid of that error now I have a new one -__-

PHP Fatal error session_start() [functionsession-start] Failed to initialize storage module user (path ) on line 2

line 2 is simply

session_start() so not sure why its freaking out gt

91211 Jimmy on 2009-05-14 2138 (Reply)

what is phpinis sessionsave_path set to The value needs to be set the directory needs to exist and it must be

writable HTH

912111 Christian Wenz (Homepage) on 2009-05-15 0805 (Reply)

It wasnt set previously so I tried setting it to sessionsave_path = Cphptmp with and without quotes around

Cphptmp and restarting IIS after each time

The directory is created and has Full Control permissions for every user on the list and still get same error =9121111 Jimmy on 2009-05-21 1621 (Reply)

add the user IIS is using (IIRC its IUSR_ but I am not sure)

91211111 Christian Wenz (Homepage) on 2009-05-21 1639 (Reply)

Thanks a Lot Really Helpful

Oz

10 Oz on 2009-05-17 1208 (Reply)

Thanks so much its so simply and it works11Dunkel on 2009-05-22 1758 (Reply)

Super cool xD it worked fine and i tested it on W7 RC

12Mike on 2009-06-30 0154 (Reply)

Dude -- you are ALL THAT -- thanks

-- Deck

13 Deck Hazenon 2009-07-05 0816 (Reply)

Tanxxx For ur Help

14 Daniel on 2009-08-09 1122 (Reply)

Hi good tutorial it makes much more fun to have a tutorial on my side when installing something like php

15 Klaus (Homepage) on 2009-08-24 1622 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 510

Thanks that works just fine

16beby on 2009-09-27 0943 (Reply)

Thank you so freakin much I tried for hours yesterday lol Being the first time and all

17 Jim (Homepage) on 2009-09-27 1822 (Reply)

Thank you very much for this instruction

18 1111 on 2009-10-18 1812 (Reply)

Thank you

19Fa__Fai on 2009-10-19 1144 (Reply)

Hi

I did like the tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it doesnt show

anything Its like it cant find the file Someone had the same problem

20 Kay on 2009-10-20 0832 (Reply)

In my case NET Framwork wasnt installed

After the installation the problem was fixed

201 Daniel on 2010-01-03 0104 (Reply)

yah me have the same problem still looking for the solution

202 baruon 2010-10-19 1007 (Reply)

Thanks for this - PHP newbie experimenting with WordPress on Windows 7 Worked like a charm

21 Joe Field (Homepage) on 2009-10-21 1408 (Reply)

Thnks workg on Win7

22 michel on 2009-10-26 1952 (Reply)

Very clear and direct instructions Thanks for taking the time to post it

23 JBL(Homepage) on 2009-11-03 0002 (Reply)

Wow Really a great guide no misshaps what so ever Thanks alot guys (or girls)

24Patrick on 2009-11-12 0936 (Reply)

Im having problems with MySql on Windows 7 The service wont start Any ideas

25 dragoenix on 2009-11-16 2127 (Reply)

I cant get this to work Think Ill just reside myself to the fact that I am old and stupid

251 Rhothgar (Homepage) on 2009-12-04 0012 (Reply)

This is nice and straight-forward Works like magic Thanks

26 Keketsoon 2009-12-09 1804 (Reply)

i donno how can i say thank you

27 Abtin (Homepage) on 2009-12-15 1312 (Reply)

install xampp

28 kamoteon 2009-12-17 1937 (Reply)

An excellent and most helpful post - thanks very much I tried this once before using Windows 7 (Build 7100) without success - anyone

having difficulty with this post should insure they have the full release Additionally I found that I also had to turn on a number of IIS

components in order to get to the handler mapppings section Now - on to MySQL

29 Deck Hazenon 2009-12-22 0356 (Reply)

I did not have CGI installed in IIS When I typed in FastCgiModule I got an error message that it was not an option so I could not proceed I

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 5: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 510

Thanks that works just fine

16beby on 2009-09-27 0943 (Reply)

Thank you so freakin much I tried for hours yesterday lol Being the first time and all

17 Jim (Homepage) on 2009-09-27 1822 (Reply)

Thank you very much for this instruction

18 1111 on 2009-10-18 1812 (Reply)

Thank you

19Fa__Fai on 2009-10-19 1144 (Reply)

Hi

I did like the tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it doesnt show

anything Its like it cant find the file Someone had the same problem

20 Kay on 2009-10-20 0832 (Reply)

In my case NET Framwork wasnt installed

After the installation the problem was fixed

201 Daniel on 2010-01-03 0104 (Reply)

yah me have the same problem still looking for the solution

202 baruon 2010-10-19 1007 (Reply)

Thanks for this - PHP newbie experimenting with WordPress on Windows 7 Worked like a charm

21 Joe Field (Homepage) on 2009-10-21 1408 (Reply)

Thnks workg on Win7

22 michel on 2009-10-26 1952 (Reply)

Very clear and direct instructions Thanks for taking the time to post it

23 JBL(Homepage) on 2009-11-03 0002 (Reply)

Wow Really a great guide no misshaps what so ever Thanks alot guys (or girls)

24Patrick on 2009-11-12 0936 (Reply)

Im having problems with MySql on Windows 7 The service wont start Any ideas

25 dragoenix on 2009-11-16 2127 (Reply)

I cant get this to work Think Ill just reside myself to the fact that I am old and stupid

251 Rhothgar (Homepage) on 2009-12-04 0012 (Reply)

This is nice and straight-forward Works like magic Thanks

26 Keketsoon 2009-12-09 1804 (Reply)

i donno how can i say thank you

27 Abtin (Homepage) on 2009-12-15 1312 (Reply)

install xampp

28 kamoteon 2009-12-17 1937 (Reply)

An excellent and most helpful post - thanks very much I tried this once before using Windows 7 (Build 7100) without success - anyone

having difficulty with this post should insure they have the full release Additionally I found that I also had to turn on a number of IIS

components in order to get to the handler mapppings section Now - on to MySQL

29 Deck Hazenon 2009-12-22 0356 (Reply)

I did not have CGI installed in IIS When I typed in FastCgiModule I got an error message that it was not an option so I could not proceed I

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 6: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 610

found a page on MSDN that provided steps for setting up CGI but they did not work I have Win7 Ultimate

30 jsweeney on 2010-01-20 1704 (Reply)

Heres how to add CGI

To use the UI on Windows Vista or Windows 7

1 Click Start and then click Control Panel

2 In Control Panel click Programs and then click Turn Windows features on or off

3 In the Windows Features dialog box expand the Internet Information Services node

4 Expand the World Wide Web Services node

5 Expand the Application Development Features node

6 Check mark CGI

7 Click OK

8 Restart your computer

301 jsweeneyon 2010-01-20 1739 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

3011 Johnon 2010-01-25 1339 (Reply)

When I clicked on HandlerMappings it indicated CGI was disabled In the right panel there was an Edit Permissions link Click on that

and change to enable

302matt (Homepage) on 2010-07-31 2006 (Reply)

Does this work on Windows 7 x64 system

Thanks ahead

31B on 2010-02-03 2232 (Reply)

Download Microsoft Web Plataform Installer

Follow the steps to install PHP

Be happy

Works with me I have Windows 7 Professional x64

311 Rafael on 2010-02-08 1207 (Reply)

dudei downloaded the php 531 n extracted it but i found no phpini-recommended file in itit had only production and

developmentwat do i do

32sudhir on 2010-02-12 0750 (Reply)

use the production one it replaces the recommended file development replaces phpini-dist

321Christian Wenz (Homepage) on 2010-02-12 0753 (Reply)

Nup followed all the steps to the letter localhost works fine for normal html pages but still fails to render PHP

It finds the pages just doesnt execute them properly ie there is no error page appearing

Iv set the handler and used Microsoft Web Plataform Installer Which installs to program files x86

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 7: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 710

ANy help would be appreciated

33 Simonon 2010-02-12 0810 (Reply)

Hey thanks dude been trying to install php in some other ways and it didnt work until i came across this forum Thanks man php works

like a charm in windows 7 32 bit

34 RaVon 2010-03-06 0917 (Reply)

Thanks a lot for your interest to help the community

I am very happy to see the big page generated with the

on Win7 64

35 theAPPrentice on 2010-03-11 0817 (Reply)

Hey

Thanks for the tutorial but I cant find the file named

php-cgiexe

so I stop at the third step of the tutorial

By the way the version I use is the last one which is 5213

and my system is 64 bit

is there is any other exe file that I should use instead of this one

Thanks in advance

36 Muhammad on 2010-03-11 1839 (Reply)

which EXE files do you get in your distribution Do you use the official ZIP package

361Christian Wenz (Homepage) on 2010-03-12 1920 (Reply)

This worked great And on windows 7 too

Note For those having an issue with the phpinfo() call

Copy this and paste it into the document

Then execute it in the browser

37 Anj on 2010-03-17 2325 (Reply)

hi your page really helped me a lot the problem i got is the same with john i downloaded the 5213 zip package with my windows 7

ultimate 64bit i started creating the script and httplocalhostphpinfophp cant be located its says page is broken please help thanks

38 michelle on 2010-04-28 0705 (Reply)

hey thr is no phpini-recommended file instead there is a phpini-development and phpini-productionwhich 1 do i save as phpini

39 minz on 2010-05-02 1447 (Reply)

phpini-production is used for production systems for development systems Id use phpini-development

391Christian Wenz (Homepage) on 2010-05-02 1501 (Reply)

There is some problem to install phpmy browser five error 404

40 Chuvindra Singh on 2010-05-25 1744 (Reply)

god bless you

41alicia on 2010-06-05 0543 (Reply)

Thx

u r good man

42Mezealot on 2010-06-07 0806 (Reply)

I installed this on windows 7 home edition but when I try to browse it is blank any help will be greatly appreciated

43 rex on 2010-06-08 0600 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 8: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 810

I am getting the same problem with the blank page I have installed the NET package(rebooted) but I still get the blank page

431 Anonymous on 2010-10-08 1948 (Reply)

anything interesting in the error log

4311Christian Wenz (Homepage) on 2010-10-08 2113 (Reply)

Thanks so much It worked

44 Paul A on 2010-06-10 0822 (Reply)

Thanks a LOT What a great post I have been struggling with this for 2 days and the solution is so easy

I think I hate windows 7 already

45 Frustrated on 2010-07-04 2252 (Reply)

Im not sure where my problem is Im using Windows 7 and downloaded Apache PHP and MySql but keep getting an HTTP 500 Internal

Server error I have the php file in the htdocs folder however the error keeps appearing Can you help Thank you

46Totally Frustrated on 2010-07-22 2103 (Reply)

What do you put in the phpinfophp

Ive put phpinfo() in there then went to the localhost site and it just shows phpinfo() 47 Antonon 2010-07-23 0344 (Reply)

did you use

[opening angle bracket]php phpinfo() [closing angle bracket]

[the commenting system here seems to strip angle brackets]

471Christian Wenz (Homepage) on 2010-07-23 0915 (Reply)

thank you very much

for Installing PHP on Windows 7

48 cemal (Homepage) on 2010-08-21 1201 (Reply)

ojala que sirva ^o)

quien sabe porque algunos programas en 64 bits no corren con mi windows 7 ultimate

49 ulises on 2010-08-26 0245 (Reply)

Hi

I did exacly tutorial is shown The IIS works and the localhost But when i try to type the httplocalhostphpinfophp it says

Not Found

The requested URL phpinfophp was not found on this server

I install PHP 5212 Non-thread-safe zip package on system window 7 unimate

Can you help

Thanks

50 sony on 2010-09-07 1828 (Reply)

hey it works very easily tanq so much

51andy on 2010-09-15 1611 (Reply)

Thanks a LOT What a great post so easy

52 raminon 2010-10-22 0636 (Reply)

Will it work with Windows 7 Home Premium x64

53Kyle on 2010-10-30 1644 (Reply)

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 9: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 910

Doesnt work for me on 64bit W7 just missing several steps in IIS instalation

54kokos on 2010-11-12 1058 (Reply)

Thanks a lot

55Anand on 2010-11-14 0700 (Reply)

Excellent Post Just what I needed

I found an auto install on

httpphpiisnet

Updated the Handler Map and good to go

56 Jon on 2010-11-30 0643 (Reply)

Thanks a lot from Italy - Turin

57Anonymous on 2011-01-04 1504 (Reply)

Guys am having a problem following this tutorial where am suppose to create a copy of phpini-recommended called phpini I dont have

that file in my php file Its php 535

58 Onnieon 2011-01-11 1309 (Reply)

in recent PHP versions phpini-recommended is now called phpini-production and phpini-dist is now called phpini-development

581Christian Wenz (Homepage) on 2011-01-17 1512 (Reply)

It works great with Windows 7 Home Premium My only issue was inetmgr didnt open it I just typed Internet Information Services and it

popped right up

59Shane on 2011-01-22 1411 (Reply)

Yep it works like a charm

Thanks for this crystal clear post

60 Sylvia James on 2011-01-26 0857 (Reply)

Ive tried twice before in the last 2 years without success This guide really did make it easy I was soooo tired of uploading a million times

to test amp fix tiny errors

61 joe (Homepage) on 2011-02-06 2206 (Reply)

Im unable to know how to enable IIS in windows 7 Pls someone help me out

62 Jayateerth (Homepage) on 2011-02-09 1711 (Reply)

Hi

I follow the step but when I call phpmyinfophp there is the error

This webpage is not availableThe webpage at httplocalhostphpinfophp might be temporarily down or it may have moved permanently to a new web address

Error 324 (netERR_EMPTY_RESPONSE) Unknown error

How do I solve this problem

Thanks

63 Pamon 2011-02-21 0734 (Reply)

Hello I tried putting the script into the wwwroot file but it will not let me How Do i get around this

64 Chandler on 2011-02-22 1620 (Reply)

Thanks Great work

65Stina on 2011-03-09 1352 (Reply)

works fine until i try to use following in my php script mysql odbc 3rd party odbc driver - then php crashes whenever i call round() with

data retrieved from a mysql query if i try disable the opening of my odbc connection the mysql queries and calls to round work fine if try

replace the retrieved numbers with hardcoded numbers my php calls to round work fine anyone know how to install isapi php 5217 on win

converted by Web2PDFConvertcom

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl

Page 10: Document

872019 www-hauser-wenz-de

httpslidepdfcomreaderfullwww-hauser-wenz-de 1010

7 x64

66 barny on 2011-03-11 0254 (Reply)

if ISS worked then PHP must worki guess you forgot to put the code in phpinfo file the code is

i guess this will help

67 bipin on 2011-03-17 0358 (Reply)

cool it works thanks68 cactusSweet on 2011-03-23 1659 (Reply)

thank you works great

69pascali on 2011-04-02 2127 (Reply)

You have the best instructions It took forever but once I found your site it finally works

70Madeline on 2011-04-03 2134 (Reply)

Add Comment

Name

Email

Homepage

In reply to[ Top level ]

Comment

Enclosing asterisks marks text as bold (word) underscore are made via _word_Standard emoticons like -) and -) are converted to images

Remember Information

Submit Comment Preview

Frontpage- Top level

powered by s9y - design by carl