HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/demo.sports-crowd.com/vendor/spatie/async/CHANGELOG.md
# Changelog

All notable changes to `async` will be documented in this file

## 1.5.2 - 2020-11-20

- Configure task in synchronous process
- Add Pool::forceSynchronous function

## 1.5.1 - 2020-11-20

- Support for PHP 8

## 1.5.0 - 2020-09-18

- Add fallback to SerializableException to handle "complex" exceptions (#119)

## 1.4.1 - 2020-08-19

- Properly stop process on timeout (#105)

## 1.4.0 - 2020-04-15

- Make binary configurable (#111 and #112)

## 1.3.0 - 2020-03-17

- Support microsecond timeouts (#109)

## 1.2.0 - 2020-02-14

- Add ability to stop the pool early (#56)

## 1.1.1 - 2019-12-24

- allow Symfony 5 components

## 1.1.0 - 2019-09-30

- Make output length configurable (#86)

## 1.0.4 - 2019-08-02

- Fix for `SynchronousProcess::resolveErrorOutput` (#73)

## 1.0.3 - 2019-07-22

- Fix for Symfony Process argument deprecation

## 1.0.1 - 2019-05-17

- Synchronous execution time bugfix

## 1.0.1 - 2019-05-07

- Check on PCNTL support before registering listeners

## 1.0.0 - 2019-03-22

- First stable release
- Add the ability to catch exceptions by type
- Thrown errors can only have one handler. 
See [UPGRADING](./UPGRADING.md#100) for more information.