From b1160a1327e60d043615510c642b616e9aaee7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 1 Apr 2022 09:04:21 +0200 Subject: [PATCH] added pcntl extension to the required --- src/Support/Status/Actions/GetServerSetupStatusAction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Support/Status/Actions/GetServerSetupStatusAction.php b/src/Support/Status/Actions/GetServerSetupStatusAction.php index e989befa..e676d608 100644 --- a/src/Support/Status/Actions/GetServerSetupStatusAction.php +++ b/src/Support/Status/Actions/GetServerSetupStatusAction.php @@ -31,6 +31,7 @@ class GetServerSetupStatusAction 'sqlite3' => extension_loaded('sqlite3'), 'bcmath' => extension_loaded('bcmath'), 'ctype' => extension_loaded('ctype'), + 'pcntl' => extension_loaded('pcntl'), 'json' => extension_loaded('json'), 'exif' => extension_loaded('exif'), 'intl' => extension_loaded('intl'),