Skip to content

Bug Fix

Compare
Choose a tag to compare
@lucasnetau lucasnetau released this 18 Jun 01:58
· 195 commits to master since this release

Fixed an issue where an even might complete after firing but was not cleaned up completely leading it to be written to the save file. On restore this would throw an error when the complete event handler was used.
Add in a EVENT_MATCH_ANY into the Correlation Engine to allow a Rule to handle any event
Fix php_cmd function to use the PHP constant PHP_BINARY instead of the environmental variable by the same name.