Support for PHP is missing.
PHP Unterstützung nicht gefunden
<!-- * * @authorMarcel Werk * @copyright2001-2007 WoltLab GmbH * @licenseGNU Lesser General Public License */ // check php version // php version $phpVersion = phpversion(); $comparePhpVersion = preg_replace('/^(\d+\.\d+\.\d+).*$/', '\\1', $phpVersion); if (!(version_compare($comparePhpVersion, '5.0.5') >= 0)) { ?> Your PHP version '' is insufficient for installation of this software. PHP version 5.0.5 or greater is required.
Ihre PHP Version '' ist unzureichend für die Installation dieser Software. PHP Version 5.0.5 oder höher wird benötigt.
The option 'zend.ze1_compatibility_mode' is enabled. Please disable the option in your PHP configuration (php.ini) for a stable work of this software.
Die Einstellung 'zend.ze1_compatibility_mode' ist aktiv. Für einen einwandfreien Betrieb dieser Software muss die Einstellung in der PHP-Konfiguration (php.ini) deaktiviert werden.
The 'simplexml' PHP extension is missing. Simplexml is required for a stable work of this software.
Die 'simplexml' Erweiterung für PHP wurde nicht gefunden. Diese Erweiterung ist für den Betrieb der Software notwendig.
The 'zlib' PHP extension is missing. ZLib is required for a stable work of this software.
Die 'zlib' Erweiterung für PHP wurde nicht gefunden. Diese Erweiterung ist für den Betrieb der Software notwendig.
PHP5 or greater is available. You can
start the installation now.
PHP5 oder höher wurde gefunden. Sie können mit der Installation
beginnen.