Skip to content

Releases: lucasnetau/php-ec

PHP8.4 Support

27 Nov 01:07
Compare
Choose a tag to compare

Support for 8.4 improved by handling new deprecation messages gracefully in source and action commands.
Suggest "react/child-process": "^0.7.x-dev" due to implicit nullable deprecation messages in the release version 0.6.5

Corrupting on fail

31 Oct 09:52
Compare
Choose a tag to compare

Prevent corrupting the state tables by replaying a rpc repsonse from an action handler

Restoring time is tricky

31 Oct 06:00
Compare
Choose a tag to compare

Don't trigger any timeouts at the time of restoring Matchers, wait until the Scheduler resumes execution post restore

Increased Timer Resolution

31 Oct 05:42
Compare
Choose a tag to compare

Increased timer resolution to microseconds for live mode

Alarm assumptions

31 Oct 01:58
Compare
Choose a tag to compare

BugFix: An Event Matcher's state may have changed after an alarm() call. Ensure we update the waiting for state

Missing Timer

31 Oct 01:13
Compare
Choose a tag to compare

Fix updating timeouts when operating in real time mode when using Source Functions

Missing JIT

28 Oct 10:20
Compare
Choose a tag to compare

Handle edge case where JIT is not compiled into opcache (eg ARMv7 build)

Edge Case

26 Oct 03:18
Compare
Choose a tag to compare

Improve handling of SourceFunctions when we have pre-defined classes
Ensure we call the complete and done callbacks when a Matcher completes during the onProgress callback in fire()
Fix premature timeout call when resuming/shutting down engine in batch processing mode

Silence of the logs

14 Oct 23:28
Compare
Choose a tag to compare
v0.6.6

Close the Logger just prior to closing the output stream to ensure al…

Cron in Batch mode

19 Jul 02:56
Compare
Choose a tag to compare

Fix up handling of Cron rules when running in batch mode