vote up 1 vote down star

I am trying to get PHP working on my vista home machine but I am getting weired problems. First I had file permission problems for which I disabled Vista's UAC. Now I can't get the PHP interpreter working.

I have made all the necessary changes following this tutorial but I still cant get it working. Any help would be appreciated. I need to do some urgent work by the weekend, so faster the help comes the better.

Thanks

flag
Why disable UAC just for permission problems in Apache? Just give apache proper permissions to files in the installation folder (e.g. logs) – macbirdie Oct 23 '08 at 8:49

6 Answers

vote up 0 vote down

The only problem I have installing PHP and Apache on Vista is that you need to make sure that when you edit the httpd.conf that you are editing it as an admin, otherwise the file is saved in compatibility mode.

To overcome that problem just type notepad++ or whatever in your start menu, right click the item and run as administrator. Then open the file from the app.

link|flag
vote up -1 vote down

You can try Zend Core

It works on both IIS and Apache (it includes the installation of the Apache)

link|flag
vote up 2 vote down

WAMPServer is also a good option. You can easily enable/disable both PHP extensions and Apache 2 modules. Everything is set up somewhat securely (only local access to the serve), and you get phpMyAdmin already set up.

Only thing I've ever missed is Memcached, but that is fairly easy to set up on your own.

link|flag
vote up -4 vote down

iis7 is one of the best web servers and especially for php, if you can't get it to work it means you need to google enough, because it isn't logical to blame Vista for php/apache issues

link|flag
i was not blaming microsoft...i have great respect for some of the products that they have developed...its just that vista is a little difficult to work with..as a developer...i had to turn off UAC to actually get things working for me... – Eggs McLaren Oct 23 '08 at 15:03
I have a problem with "iis7 is one of the best web servers and especially for php". Unfounded? – Daniel Oct 24 '08 at 0:56
vote up -1 vote down

You can use FastCGI for IIS 7. I'm using this also and it works perfectly!!

FastCGI

link|flag
but Vista home does not have IIS... – Jon Galloway Oct 23 '08 at 6:40
vote up 4 vote down

Try XAMPP. I use that at home on a Vista machine and it worked nicely after the install.

link|flag
that was really fast ...thanks...been trying this for almost a day....If XAMPP works ... I dont have words to express my gratiture....thanks – Eggs McLaren Oct 23 '08 at 6:41
Defiantly, either that or WAMP if you have no need for Pearl. – jtyost2 Oct 23 '08 at 6:42
it did work...though took me a while to get a IDE for PHP too...but thanks a tonne...i really appriciate it – Jon Galloway Oct 23 '08 at 15:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.