Jump to content

Enable GD Library


jkkenzie

Recommended Posts

In general, there is no universal and 100% reliable method to load an extension from a PHP script. There is dl() function, but it has lots of limitations and it is very possible that it will not work for you:

 

1. Not supported on multithreaded webservers (i.e. Apache and mod_php).

2. Case sensitive on Unix.

3. Not available with safe_mode.

4. Deprecated in PHP 5.3

5. Removed in PHP 6.0, except CGI, CLI and embed.

 

I would recommend reaching the host :).

Link to comment
https://forums.phpfreaks.com/topic/185364-enable-gd-library/#findComment-978538
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.