Versions Compared

Key

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

...

VersionDescription
< 5.2.3

Won't work.

5.2.3 up to 5.3

Works with 4.9 up to 4.9.3

Note

CONTENIDO 4.9.4 requires PHP 5.3 or newer!

5.3 up to 5.4Works fine!
> 5.4

Probably works fine.

Note
PHP 5.5 is not yet fully tested.

...

ExtensionDescription
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.
pcreCONTENIDO uses PCRE-functions like preg_replace and preg_match and won't work without the PCRE extension.
xmlCONTENIDO won't work without the XML extension.
mbstringSince version 4.9.4, CONTENIDO additionally requires the mbstring extension to work.

PHP classes

ClassExtensionDescription
ZipArchivezipThis class is used for module export. If it is missing, CONTENIDO still is able to run.
DOMDocumentxmlVarious classes regarding XML files use this class. CONTENIDO won't work without it.

...