tags:

views:

990

answers:

6

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

+4  A: 

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

Marcel Tjandraatmadja
that was really fast ...thanks...been trying this for almost a day....If XAMPP works ... I dont have words to express my gratiture....thanks
Defiantly, either that or WAMP if you have no need for Pearl.
jtyost2
it did work...though took me a while to get a IDE for PHP too...but thanks a tonne...i really appriciate it
A: 

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

FastCGI

MysticSlayer
but Vista home does not have IIS...
A: 

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

bashmohandes
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...
I have a problem with "iis7 is one of the best web servers and especially for php". Unfounded?
Daniel
+2  A: 

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.

Vegard Larsen
A: 

You can try Zend Core

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

A: 

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.

Daniel