History log of /PHP-8.1/Zend/tests/fibers/suspend-in-force-close-fiber.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 41666532 30-Apr-2021 Aaron Piotrowski

Fix exception thrown during fiber destruction

Previously an exception thrown during fiber destruction resulted in a fatal error, but that exception should be able to be caught (unless we’ve

Fix exception thrown during fiber destruction

Previously an exception thrown during fiber destruction resulted in a fatal error, but that exception should be able to be caught (unless we’ve entered shutdown, then still use a fatal error so the error is not hidden).

show more ...


# c276c16b 26-Apr-2021 Aaron Piotrowski

Implement Fibers

RFC: https://wiki.php.net/rfc/fibers

Closes GH-6875.