Log in

View Full Version : PHP, MySQL, apache l


interinfinity
Jan 11, 2008, 02:26 PM
I am trying to install php5, the latest version of apache webserver and the latest version of mysql on a windows xp sp2 laptop. I also want to use Zend dev environment to write my php. I can install php4 and apache 1.3.3 with zend, and everything works fine. The problem is I'm trying to use functions for mysql that are only available for php5. I tried to upgrade to php5, and when I was using the installer for php, I installed to the php4 directory. When I call phpinfo(); it still shows as php version 4.x.x and I still can't call my functions. I have tried using all the tutorials for apache, mysql, and php, and I find them a bit confusing. I was wondering if anyone had some references to setting all this up for noobz like me

Sitwonade
Feb 28, 2008, 03:02 PM
Install PHP 5 Apache MySQL on Windows : WampServer (http://www.wampserver.com/en/)
apache friends - xampp for windows (http://www.apachefriends.org/en/xampp-windows.html)

ramatgmail
Jul 11, 2009, 12:41 AM
Just curious - how did you try to install? Using yum install or from source?