df.tips
How to run the Magento 1 Cron handler with a custom PHP interpreter instead of `php`?
PHP
php
,
cron
,
magento
dmitrii_fediuk
(Dmitrii Fediuk)
September 19, 2020, 12:22pm
1
Replace:
with your custom PHP interpreter name, e.g.:
PHP_BIN=`which php7.2`