Remove unneeded PHP version checks. Change description on threaded scripts usage from python to php ones.

This commit is contained in:
Darko
2015-02-27 09:33:29 +01:00
parent 596d874b20
commit 5687b812ae
5 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ Class ProcessAdditional
);
}
$this->_showCLIReleaseID = (version_compare(PHP_VERSION, '5.5.0', '>=') ? (PHP_BINARY . ' ' . __DIR__ . DS . 'ProcessAdditional.php ReleaseID: ') : false);
$this->_showCLIReleaseID = (PHP_BINARY . ' ' . __DIR__ . DS . 'ProcessAdditional.php ReleaseID: ');
// Maximum amount of releases to fetch per run.
$this->_queryLimit =