Skip to content

Commit

Permalink
Merge pull request #89 from peppeocchi/documentation-fix-args
Browse files Browse the repository at this point in the history
Update README.md with info about register_argc_argv
  • Loading branch information
peppeocchi authored Oct 25, 2019
2 parents 8cb7395 + a26b670 commit e1fc0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e1fc0ad

Please sign in to comment.