AbydosGater Posted November 16, 2006 Share Posted November 16, 2006 Hi,Ive been trying to install a third party program on my server,But it needs the GD image extensions to be active on the server..I tryed checking phpinfo() for them, but i couldnt find them anywhere...Is there another way to check if they are uncommented?And if they are, is there any way to uncomment them without access to the php.ini? like ini_set, would that work??Thanks Link to comment https://forums.phpfreaks.com/topic/27487-gd-image-extension/ Share on other sites More sharing options...
AbydosGater Posted November 16, 2006 Author Share Posted November 16, 2006 I tryed...<?phpif (!extension_loaded('gd')) {echo "Sorry no";}echo "Should have exited";?> And no it didnt load..I tryed using dl() to dynamicly load the extension but i got an error saying that it wasnt available on the server...Is there anyother way to get GD working? Link to comment https://forums.phpfreaks.com/topic/27487-gd-image-extension/#findComment-125687 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.