Installing php, mySQL and apache for a new project

I am thinking of installing PHP, mySQL and apache on my computer (OS WINDOW).

I amd using one-click-installing version of PHP, mySQL and apache at the moment.

But now I like to install them seperately.

I tried to install them semperately some years ago. but failed.

This time I like to succeed in installing them seperately.

If I have a new project (destroy the old one and build a new one) , what versions of PHP, mySQL, and apache should I install each?

What are the most latest and stable versions of them?

I’d do these:

  • PHP 5.3
  • Apache 2.2
  • MySQL 5.1

Yes but installation should be done in different order:
MySql first,
then Apache,
then PHP

this is because PHP installation depends on already installed apache and mysql
depending on what modules on Apache you want to install, some custom apache
modules may depend on MySQL, that’s why I recommend installing MySql first, then Apache, then PHP