Skip to content

Cron v1.1.0

Compare
Choose a tag to compare
@xfra35 xfra35 released this 18 Apr 09:45
· 18 commits to master since this release

This new release includes the following changes:

  • new binary() method to set the path of the PHP binary
  • new read-only binary property to get the path of the PHP binary
  • the clipath property has been renamed to script (clipath is kept as an alias for BC)
  • new writable silent property to control the output of the script. By default, it it set to TRUE, which means nothing is output. If set to FALSE, the list of executed jobs is displayed.
  • an error is thrown on misconfigured jobs (it used to silently fail before)