From b9155aa1c6014cc0bac6532f6265a9cb1309e9aa Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 30 May 2013 22:37:35 +0200 Subject: [PATCH] Added check for the JSON extension --- wcfsetup/test.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wcfsetup/test.php b/wcfsetup/test.php index 7095b7b7cf..12f24bbcc1 100644 --- a/wcfsetup/test.php +++ b/wcfsetup/test.php @@ -78,6 +78,14 @@ else if (!extension_loaded('pdo_mysql')) { +

The 'JSON' PHP extension is missing. JSON is required for a stable work of this software.
+ Die 'JSON' Erweiterung für PHP wurde nicht gefunden. Diese Erweiterung ist für den Betrieb der Software notwendig.

+ -- 2.20.1