...
Class | Extension | Description |
---|---|---|
ZipArchive | zip | This class is used for module export. If it is missing, CONTENIDO still is able to run. |
DOMDocument | xml | Various classes regarding to XML files uses this class. CONTENIDO won't work without it. |
PHP functions
CONTENIDO requires a set of functions that are essential but somtimes disabled either by using certain flags, when compiling the PHP iinterpreter, or by disabling functions in the PHP configuration file php.ini
via the disable_functions
directive.benötigt einige Funktionen die möglicherweise deaktiviert sind.
Function | Extension | Description |
---|---|---|
escapeshellarg | These functions are required to test if the CLI program convert , which is part of ImagMagick, is availableDiese Funktionen werden benötigt um zu testen ob das CLI-Programm convert zur Verfügung steht. Dieses ist ein Teil von ImageMagick. | |
exec | ||
iconv | iconvCONTENIDO | won't work without the iconv function. PHP has probably been compiled with the Ohne die iconv Funktion ist CONTENIDO nicht lauffähig. PHP wurde wahrscheinlich mit dem |
imagecreate | gdThis | function is required to resize images when the ImageMagick program is not used Wird zur Skalierung von Grafiken benötigt wenn ImageMagick nicht verwendet wird. |
imagecreatefromgif | gd | When GD lib is activated, it can support various image types. In order to resize or scale certain images, the image support (and therefore the corresponding function) must be available. If this functions are not avaiable, ImageMagick can be used. If GD and ImageMagick is not installed, this could cause some problems with modules. |
imagegif | gd | |
imagecreatefromjpeg | gd | |
imagejpeg | gd | |
imagecreatefrompng | gd | |
imagepng | gd | |
xml_parser_create | xml | CONTENIDO won't work without it. Either the XML extension is not loaded or this function is disabledist ohne diese Einstellung nicht lauffähig. |
Other programs
Program | Description |
---|---|
MySQL | CONTENIDO verwendet das Datenbanksystem MySQL. Um einen reibungslosen Betrieb zu gewährleisten darf diese nicht im 'strict' - Modus ausgeführt werden. |
ImageMagick | ImageMagick wird nur benötigt wenn die GD lib Erweiterung nicht verfügbar ist. |
...