From a26b67097672cbbc8b1543a9e2597bd5840f6404 Mon Sep 17 00:00:00 2001 From: Giuseppe Occhipinti Date: Fri, 25 Oct 2019 08:52:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0130bac..422895e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ $scheduler->php('path/to/my/script.php'); The `php` method accepts 4 arguments: - The path to your php script - The PHP binary to use -- Arguments to be passed to the script +- Arguments to be passed to the script (**NOTE**: You need to have **register_argc_argv** enable in your php.ini for this to work ([ref](https://github.com/peppeocchi/php-cron-scheduler/issues/88)). Don't worry it's enabled by default, so unlessy you've intentionally disabled it or your host has it disabled by default, you can ignore it.) - Identifier ```php $scheduler->php(