...
PHP extensions
Extension | Description |
---|---|
gdSome third-party modules rely on the GD functionality. If you don't enable the GD extension, you will encounter problems with modules like galleries | Einige Module von Drittanbietern basieren auf GD funktionalitäten. Ohne die GD Erweiterungen kann es z.B. zu Problemen in Gallerie Modulen kommen. |
pcre | CONTENIDO uses PCRE-functions likeverwendet PCRE Funktionen wie preg_ repace and preg_match and won't work without the PCRE extension.replace oder preg_match verwendet und ist ohne diese nicht lauffähig. |
xml | CONTENIDO won't work without the XML extensionist ohne die XML Erweiterung nicht lauffähig. |
PHP classes
Class | Extension | Description |
---|---|---|
ZipArchive | zip | This class is used for module export. If it is missing, CONTENIDO still is able to run Diese Klasse wird für das exportieren von Modulen eingesetzt. CONTENIDO ist auch ohne diese Klasse lauffähig. |
DOMDocument | xml | Various classes regarding to XML files uses this class. CONTENIDO won't work without it. |
...
Diese Klasse wird von mehreren Klassen zum Bearbeiten von XML Dateien benörigt. Ohne diese Klasse ist CONTENIDO nicht lauffähig. |
PHP Funktionen
CONTENIDO benötigt einige Funktionen die möglicherweise deaktiviert sind.
...