Just want to share sth here... since I saw plenty of people having difficulty installing these on windows (if you search google for "how to install php5 with apache2", just as what I did... but one of them was a solution though :lol: )
To anyone who would like to install php5 with Apache2 on windows machine...
I just managed to get the php info() up...

If you had installed your Apache and PHP5, and also follow the install.txt for PHP, do the following...
In httpd.conf (in the apache installation directory), under the "Dynamic Shared Object (DSO) Support" section, add this:
Code: Select all
LoadModule php5_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
example: "c:/Program Files/php/sapi/php4apache2.dll"
Note the space between Program Files
Then, the following is the important steps since the above is actually described in the install.txt.
Code: Select all
copy x:/php/php4ts.dll to x:/php/sapi
copy x:/php/dlls/iconv.dll to x:/php/sapi
Good luck!
Hmm... don't you all think we need a section for PHP5...
Hopefully the admin will create a new section for that...
By the way, here is a some resources for php5
http://www.phpvolcano.com/forum/
They start talking about projects...