From: Andrew Dolgov Date: Thu, 10 Jul 2008 07:54:57 +0000 (+0100) Subject: move php executable path for old-style daemon to config.php (bump version) (closes... X-Git-Tag: 1.2.25~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=64eb624cad460c26bbebfc9dbfeecc1e0172b523;p=tt-rss.git move php executable path for old-style daemon to config.php (bump version) (closes #212) --- diff --git a/config.php-dist b/config.php-dist index 1694059d..4bcfc31b 100644 --- a/config.php-dist +++ b/config.php-dist @@ -184,7 +184,10 @@ // Selectively gzip output to improve wire performance. This requires // PHP Zlib extension on the server. - define('CONFIG_VERSION', 16); + define('PHP_EXECUTABLE', '/usr/bin/php'); + // Path to PHP executable + + define('CONFIG_VERSION', 17); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). diff --git a/sanity_check.php b/sanity_check.php index 41fdf983..383edab4 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -1,7 +1,7 @@