Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/console-and-shells/cron-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ might not work. Instead you can use

register_argc_argv has to be turned on by including ``register_argc_argv
= 1`` in your php.ini. If you cannot change register_argc_argv globally,
you can tell the cron job to use your own configuration file (php.ini) by
specifying it with ``-c /full/path/to/root/php.ini``. Example: ``php -c
/full/path/to/root/php.ini /full/path/to/root/bin/cake.php myshell
you can tell the cron job to use your own configuration by
specifying it with ``-d register_argc_argv=1`` parameter. Example: ``php
-d register_argc_argv=1 /full/path/to/root/bin/cake.php myshell
myparam``

.. meta::
Expand Down