PHP5 on Ubuntu does not come with the bundled version of Lib GD installed on it. This means users cannot use (amongst others) the imagerotate() function
SaveShareSend
Tags: php, unix-linux
Comments
dorgan replied ago:
a simple "sudo apt-get install php5-gd" will install the gd extension for php
antramm replied ago:
This is true, however the Ubuntu and Debian versions of PHP5 are compiled with an external GD library, not the one that is bundled with PHP. The external version does not contain some of the functions that the are included in the bundled version including imagerotate();. In order to use this function you have to recompile PHP.
Voters For This Link (1)
Voters Against This Link (1)