You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ext/gd image creation API (imagecreate, imagecreatetruecolor, imagepng, imagejpeg, …) is absent. function_exists('imagecreate') → false. Blocks thumbnail pipelines and anything using GD resources; related but not replaced by getimagesize() (#3271).
Category
stdlibProblem
ext/gdimage creation API (imagecreate,imagecreatetruecolor,imagepng,imagejpeg, …) is absent.function_exists('imagecreate')→ false. Blocks thumbnail pipelines and anything using GD resources; related but not replaced bygetimagesize()(#3271).php-src reference
ext/gd/gd.c—PHP_FUNCTION(imagecreate), truecolor, output functionsext/gd/php_gd.h—gdImagePtrresource zvalRepro (failure today)
Scope (this repo)
ext/gd/module,lib/VM/Resource.phpGD handle-lgdin AOT when neededDocker/dev/ubuntu-22.04/Dockerfilelibgd-devif missingtest/compliance/cases/stdlib/gd_imagecreate.phptimagecreatetruecolor,imagecolorallocate,imagefill,imagepng,imagedestroyDone when
okon VM in Docker image./script/ci-fast.sh --filter gd_imagecreategreenLinks