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.
Installing extensions using windows xp
Moderator: General Moderators
my set up
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
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