From ea70d36d3401e2fcfbc670cf4f3f19907d26a5b3 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 12 Mar 2018 09:46:12 +0100 Subject: [PATCH] Update Forking class --- Blacklight/libraries/Forking.php | 2 +- Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 9b1d8f38f..9d8ff34e7 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -166,7 +166,7 @@ class Forking extends \fork_daemon $this->outputType = self::OUTPUT_REALTIME; } - $this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run'.DS.'switch.php "php '; + $this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run/switch.php "php '; $this->maxSize = (int) Settings::settingValue('..maxsizetoprocessnfo'); $this->minSize = (int) Settings::settingValue('..minsizetoprocessnfo'); diff --git a/Changelog b/Changelog index 08459c651..4eb420c7b 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-12 DariusIII + * Chg: Update Forking class * Chg: Update BasePage class * Chg: Update bootstrap/autoload and constants (change and remove non-used constants definitions) * Chg: Update ReleaseImage class, try to catch more errors