Installing extensions using windows xp

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
peterm
Forum Newbie
Posts: 1
Joined: Fri Sep 24, 2004 9:04 am

Installing extensions using windows xp

Post by peterm »

I've got php 4.3.8 installed with apache webserver.
Everything works fine except the extensions.
The extension-dir is correct.
What can I do to get the extensions (e.g. gd2) to work.
Thank you for your help.
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

my set up

Post by phpScott »

I'm using windows XP pro and my set up is
Apache 2.x
php 4.3.x (sniff no 5.x yet as company doesn't want to upgrade yet)

if have
c:\Apache2\php4\extensions

with my php.ini file in c:\Apache2\ directory

my php.ini file has for extensions
; Directory in which the loadable extensions (modules) reside.
extension_dir = "../php4/extensions"

which works just fine as I am doing alot of work with the GD2 library write now.

hope this helps.
phpScott
Post Reply