Patch: fix PHP_BIN detection in misc/cron/archive.sh

Your trac instance is broken (301 Moved Permanently), therefore I’m submitting the patch here.

archive.sh uses “set -e” and tests for “php5” first. If that fails, the script aborts.

Therefore, it will only run with php5, but not “php”.

The patch makes it easy to extend in the future (e.g. with “php6”), too.

Thanks. Fixed in svn.