Installing PHP on Windows

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
quadoc
Forum Contributor
Posts: 137
Joined: Fri Jul 01, 2005 5:33 pm
Location: Atlanta, GA

Installing PHP on Windows

Post by quadoc »

I installed PHP using the Windows Installer and it installed PHP with the default settings. It left out MSSQL and LDAP options. Does anyone know how do I add these options? Do I need to reinstall PHP?
nyy2000
Forum Newbie
Posts: 15
Joined: Tue Jul 12, 2005 12:40 am

Post by nyy2000 »

Try looking into php.ini file.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

and offcourse, you need to download the extensions (.dll) because i think the installer doesn't have them...
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Must admit I cheated when I installed my latest Apache/PHP/MySQL etc and used the XAMPP suite for Windows XP. Seems to do everything I need for a development system.

WARNING: this suite is not, by default, set up to be secure (e.g no MySQL root password).
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post by Ree »

when you install one by one, it always works :)
Post Reply