Forum Moderators: coopster
I have been trying to install PHP 5.2.5 on windows XP but no luck so far. I tried .msi installer. it installed the php fine but it didn't install any extensions. in fact there was no extensions directory under php installation. Then I removed it and downloaded .zip file for the same version and unzipped it, moved the php.ini, after renaiming from php.ini-recommended , to windows/system32 folder. I added three lines in the httpd.conf. now here the real gamble started. apache was unable to pick php5apache2_2.dll ( i am using apache 2.2) then i tried it with php5apache2.dll but no luck. I checked the path etc and everything was ok but still apache was giving error when i tried to restart it.
After hours of frustration, I googled and found a FAMOUS blog entry where the fellow had told a very unique way to install php5.2.5 on windows i.e to use installer first then unzip zip file and copy ext folder to the php installation. Unfortunately, even that didn't work for me. Now php pages are not executed at all..
Does anyone know a step by step tutorial to install this version of php on windows xp? I tried to read the install.txt file bundled with php zip file but that is ..... zend zend zend...
thanks in advance for help.
Also did you read this in the library [webmasterworld.com] (I posted it maybe two years ago and it probably needs updating)
anyway, how do you install / control extensions with .msi installer? and how did you install php 5.2.5 with .zip archive file from php.net? ON WINDOWS of course.
thank you
Final thing to check is if apache has permissions to access the extension dir, as i have had odd problems with this in the past.
Restart apache and you should be good to go.
Hope this helps