GD extension is now a requirement
authorAlexander Ebert <ebert@woltlab.com>
Mon, 23 May 2016 12:31:10 +0000 (14:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 23 May 2016 12:31:10 +0000 (14:31 +0200)
commit20d167491862975fcd5bf4b8f9f9e18b6ccb41a8
tree15dcc5fbb63446aa2c54798eb84015166ace182f
parent72a842b540b1e17c4014de79c4a6a45e65d2f315
GD extension is now a requirement

All though stated as optional for a long time, it should have always
been a requirement. The optionally supported ImageMagick extension does
not offer replacement functions for core functions such as
`getimagesize()` which is frequently used to determine images dimensions
and type. This function (among others) aren't part of the PHP core, but
instead belong to the GD extension itself.

This change doesn't eliminate the ability to use ImageMagick to off-load
heavy work, but instead ensures that GD is available due to being a
crucial component.
wcfsetup/setup/lang/setup_de.xml
wcfsetup/setup/lang/setup_en.xml
wcfsetup/setup/template/stepShowSystemRequirements.tpl
wcfsetup/test.php