Page 1 of 1

Installing extensions using windows xp

Posted: Fri Sep 24, 2004 9:10 am
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.

my set up

Posted: Fri Sep 24, 2004 10:34 am
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