Is is it possible to downgrade gd-library, If so please tellme how.google did not help me.
Asked
Active
Viewed 581 times
1 Answers
1
- uninstall the current library completely
- download the source files for the gd version you want
- Extract the archive
- ./configure && make && make install (search google on how to install GD from source).
- 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

Lee
- 10,496
- 4
- 37
- 45