Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 23:54
· 47 commits to master since this release

Rework all runners. Now, the choice is between:

  • isolate: The target script runs in a separate PHP process from pogo. This type of usage has one generally-good implementation (PrependRunner) based on php -d auto_prepend_file=....
  • local: The target script runs in the same PHP process as pogo. This has two implementations (RequireRunner and EvalRunner), which differ in quality of support for backtraces/debugging/shebangs.