Question
php -r "var_dump(function_exists('imageantialias'));" bool(false)
php -r “vardump(functionexists(‘imageantialias’));”
bool(false)
I am fix (bool(true)
PHP Version 5.6.22-1+donate.sury.org~trusty+1
GD Support enabled
GD headers Version 2.1.1
GD library Version 2.1.1
i want have install ubuntu 14.04 Webserver Nignx
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×