Question

Is is it possible to downgrade gd-library, If so please tellme how.google did not help me.

Was it helpful?

Solution

  1. uninstall the current library completely
  2. download the source files for the gd version you want
  3. Extract the archive
  4. ./configure && make && make install (search google on how to install GD from source).
  5. Make any config edits required (i.e. add the library to php.ini).

GD Sources can be found here: https://bitbucket.org/pierrejoye/gd-libgd/downloads

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top