History log of /ext-fiber/php_fiber.h (Results 1 – 11 of 11)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ff0c5867 28-Jun-2021 Aaron Piotrowski

Prevent compiling with PHP 8.1+


# 1f333ab9 29-Apr-2021 Aaron Piotrowski

Update based on php-src implementation


# 134f7dda 07-Apr-2021 Aaron Piotrowski

Fix hidden exception from suspend in force closed fiber

(EG(flags) & EG_FLAGS_IN_SHUTDOWN) cannot be used as a replacement for FIBER_G(shutdown) because it prevents fibers being resumed in a

Fix hidden exception from suspend in force closed fiber

(EG(flags) & EG_FLAGS_IN_SHUTDOWN) cannot be used as a replacement for FIBER_G(shutdown) because it prevents fibers being resumed in a shutdown function.

show more ...


# 89d365db 02-Apr-2021 Aaron Piotrowski

Switch to {main} for fatal errors


# 54eeb4b5 28-Mar-2021 Aaron Piotrowski

Remove root context


# 575c8d42 28-Mar-2021 Aaron Piotrowski

Update file header

Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original cod

Update file header

Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original code remains unchanged.

show more ...


# dd9ee68d 28-Mar-2021 Aaron Piotrowski

Remove root context

# 770ed753 28-Mar-2021 Aaron Piotrowski

Update file header

Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original cod

Update file header

Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original code remains unchanged.

show more ...

# 375d6715 07-Feb-2021 Aaron Piotrowski

Restore Fiber::this()

Plus cleaned up some now unnecessary code.

# 4f563e5d 04-Feb-2021 Aaron Piotrowski

Drop FiberScheduler

# c0ab6088 29-Dec-2020 Bob Weinand

Fix build as in-tree component of php-src