Skip to content

Releases: oliverde8/PHP-AsynchronousJobs

Version 1.0.6 - Fixed issue with path with spaces on windows.

14 Mar 18:53
Compare
Choose a tag to compare
Merge pull request #1 from reaby/patch1

Fixes directories with space on windows

Version 1.0.5 - Still issues on windows

13 Mar 16:09
Compare
Choose a tag to compare
Fixed issue with binary detection on windows creating errors

Version 1.0.4 - Better exception support & Fixed issue on some Windows

13 Mar 10:34
Compare
Choose a tag to compare

Version 1.0.3 - Added support to work without exec

12 Mar 17:27
Compare
Choose a tag to compare
Added possibility for jobs to run without exec.

If it happens the job will not run in a new process and will block current one.

Version 1.0.2 - Minor Fixes & Improvements

12 Mar 17:06
Compare
Choose a tag to compare
Added logging functionality to see errors

Version 1.0.1 - Minor Fixes

20 Feb 11:02
Compare
Choose a tag to compare
  • Fixed callback system not working with more then 1 callback configured.
  • Variables of class with double "_" are now ignored during data transfer between job instance and main instance.

Version 1.0.0

13 Feb 21:53
Compare
Choose a tag to compare
Update README.md