Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ClassExtensionDescription
ZipArchivezipThis class is used for module export. If it is missing, CONTENIDO still is able to run.
DOMDocumentxmlVarious 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.

FunctionExtensionDescription
escapeshellarg These functions are required to test if the CLI program convert, which is part of ImagMagick, is available

Diese Funktionen werden benötigt um zu testen ob das CLI-Programm convert zur Verfügung steht. Dieses ist ein Teil von ImageMagick.

exec 
iconviconvCONTENIDO 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 --without-iconv parameter kompiliert.

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.

imagecreatefromgifgdWhen 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.
imagegifgd
imagecreatefromjpeggd
imagejpeggd
imagecreatefrompnggd
imagepnggd
xml_parser_createxml

CONTENIDO

won't work without it. Either the XML extension is not loaded or this function is disabled

ist ohne diese Einstellung nicht lauffähig.

Other programs

ProgramDescription
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.

...