Skip to content

Commit e1fc0ad

Browse files
authored
Merge pull request #89 from peppeocchi/documentation-fix-args
Update README.md with info about register_argc_argv
2 parents 8cb7395 + a26b670 commit e1fc0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $scheduler->php('path/to/my/script.php');
6363
The `php` method accepts 4 arguments:
6464
- The path to your php script
6565
- The PHP binary to use
66-
- Arguments to be passed to the script
66+
- 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.)
6767
- Identifier
6868
```php
6969
$scheduler->php(

0 commit comments

Comments
 (0)