To 'f' or not to 'f'
Steve Matzura <[email protected]> Fri, 11 Oct 2024 08:56:12 -0400
| Newsgroups | gmane.comp.php.general |
|---|---|
| Message-ID | <[email protected]> |
Under some now ancient version of PHP--probably 6, I had a cron job that
read:
php -f {my-php-script}
and it ran every day like it was supposed to. Now, under 8.3, the job
did not execute any more. I removed the '-f' from the line in cron, and
the job runs. What is the difference between with and without 'f' if
'-f' is supposed to be superfluous?