mstroh Posted July 4, 2006 Share Posted July 4, 2006 Hello friends...I am developing a web-app which uses a interface to convert HTML to PHP, but in order to do so, I need to use the GD extensions. I want to know if there is a way to use the GD libraries WITHOUT compiling PHP with the previously mentioned extension? I mean, to use GD as part of my application and not to make it dependant from the PHP configuration.10X Quote Link to comment https://forums.phpfreaks.com/topic/13638-how-to-use-php-extensions-without-compiling-php-with-them/ Share on other sites More sharing options...
wildteen88 Posted July 4, 2006 Share Posted July 4, 2006 You might want to look into the [url=http://uk.php.net/manual/en/function.dl.php]dl[/url] function. Quote Link to comment https://forums.phpfreaks.com/topic/13638-how-to-use-php-extensions-without-compiling-php-with-them/#findComment-52891 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.