tags:

views:

74

answers:

5

Hi,

I tried easyphp but i think it's not enough, I want an Apache / PHP / MySQL installer which has the latest PHP and MySQL version, and with curl and htaccess support.

Opensource solutions are preferred, should be windows vista compatible.

+1  A: 

Never heard of PHP or mySql emulators before. To run a php script you will need a webserver and the PHP engine to parse and execute the script. This cannot be emulated by another engine besides PHP.

Elzo Valugi
i mean apache :) and compatible with windows vista
David
I'm glad you posted this as an answer then.
ryeguy
apache http is a webserver and you may find alternatives like IIS or nginx but this is totally another story. rephrase your question.
Elzo Valugi
@ryeguy: It's still not justified to downvote this answer IMHO - the answer was correct, and the OP added the Apache information later. Upvoting to even it out.
Pekka
@pekka at the time of my downvote his answer was much more brief. I have removed it.
ryeguy
4 downvotes :) ! he was looking for a php emulator for god sake!
Elzo Valugi
+4  A: 

I have never heard of a PHP / mySQL emulator. What purpose would such a tool serve?

If you are looking for a ready-made installer package for Windows, containing everything necessary to install and run PHP, XAMPP is probably one of the best ones around.

Pekka
+1 for mentioning XAMPP
George Edison
Yeah, XAMPP rules!
Pekka
+2  A: 

WAMP Server is excellent, easy to install and easy to configure:

http://www.wampserver.com/en/index.php

pygorex1
It's a little outdated though. The last release was 7 months ago.
George Edison
+2  A: 

If you want the last version of each piece of software, and to really do it the way you want, the best solution is to download an install each component separatly :

Of course, you'll have a bit more work to plug all those together than if using WAMP or anything like that -- but it also mean you'll know more about how they work and can be configured, which is always nice to know ;-)

Pascal MARTIN
that's exactely what i don't prefer :) but atlast i want any version of php 5.x
David
Well, that's the only way you'll get whatever you need/want (except by re-compiling), and knowing how to install/configure the servers and software you are working with can only be a good thing, even if it means spending some time learning, the first time -- and if you were running Linux, I would suggest re-compilation : yes, it's hard the first time, but it's useful stuff to know.
Pascal MARTIN
A: 

XAMPP Lite


Alix Axel