History log of /ext-fiber/ (Results 151 – 175 of 294)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2fed1f8819-Nov-2020 Aaron Piotrowski

Add ReflectionFiber

344385ec18-Nov-2020 Niklas Keller

Add self-contained CURL example

e7d943a112-Nov-2020 Aaron Piotrowski

Add read/write to loop and examples

dc16e60b12-Nov-2020 Aaron Piotrowski

Update tests SKIPIF


tests/001-resume.phpt
tests/002-throw.phpt
tests/003-catch.phpt
tests/004-delay-resume.phpt
tests/005-delay-throw.phpt
tests/006-fiber-scheduler-throw.phpt
tests/007-exception-handler.phpt
tests/008-unresolved.phpt
tests/009-unresolved-with-finally.phpt
tests/010-run-scheduler-on-exit.phpt
tests/011-exiting-scheduler.phpt
tests/012-nested-schedulers.phpt
tests/013-register-shutdown.phpt
tests/014-destruct.phpt
tests/015-destruct-and-register-shutdown.phpt
tests/016-unfinished-fiber.phpt
tests/017-nested-schedulers-2.phpt
tests/018-nested-schedulers-3.phpt
tests/019-wrong-scheduler.phpt
tests/020-unfinished-fiber-with-finally.phpt
tests/021-unfinished-fiber-with-nested-try-catch.phpt
tests/022-unfinished-fiber-in-finally.phpt
tests/023-fiber-without-suspend.phpt
tests/024-new-fiber-throws.phpt
tests/025-fiber-exceptions.phpt
tests/026-unfinished-fiber-with-throw-in-finally.phpt
tests/027-fatal-with-pending-scheduler.phpt
tests/028-fatal-error-in-scheduler.phpt
tests/029-register-shutdown-after-uncaught-exception.phpt
tests/030-destruct-after-uncaught-exception.phpt
tests/031-internal-error-on-fiber-invocation.phpt
tests/032-fiber-run-throwing.phpt
tests/033-fiber-run-throwing-after-suspend.phpt
tests/034-scheduler-throwing-during-shutdown.phpt
tests/035-failure-with-pending.phpt
tests/036-fiber-undefined-method.phpt
tests/037-new-continuation-throws.phpt
tests/038-throwing-suspend-callback.phpt
tests/039-suspend-callback-returning-refcounted.phpt
tests/040-suspend-in-suspend-callback.phpt
tests/041-reuse-continuation.phpt
tests/042-fatal-error-in-suspend-callback.phpt
tests/043-fatal-error-in-nested-suspend.phpt
tests/include/skip-if.php
1940385812-Nov-2020 Aaron Piotrowski

Remove references to await in tests

7605892307-Nov-2020 Aaron Piotrowski

Remove unnecessary temp zval

040a5f2107-Nov-2020 Aaron Piotrowski

Update TimerQueue

Import fixes made in Amp.

395bf3f609-Nov-2020 Aaron Piotrowski

Remove unnecessary error observer

This was made unnecessary by the change in zend_fiber_observer_end to skip finishing schedulers if EG(exception) is not null.

a49d69e907-Nov-2020 Aaron Piotrowski

Fatal error if fiber throws an exception

e84a7fe506-Nov-2020 Aaron Piotrowski

Rename continued to isPending

82d1e88b06-Nov-2020 Aaron Piotrowski

Remove unused string

6acf8c5806-Nov-2020 Aaron Piotrowski

Free unstarted fiber stack

1af7116005-Nov-2020 Aaron Piotrowski

Add Continuation object

0a993b1c03-Nov-2020 Aaron Piotrowski

Fix incorrect arginfo

5367e1f803-Nov-2020 Aaron Piotrowski

Use zend_execute_ex instead of execute_ex

Allows extensions setting this pointer to work in fibers.

5c4c0b3b02-Nov-2020 Aaron Piotrowski

Add second ref to root fiber to prevent GC

99ac4eab02-Nov-2020 Aaron Piotrowski

Better handling of exceptions thrown during shutdown

3dc0816702-Nov-2020 Aaron Piotrowski

Drop Awaitable interface

1a934f7b01-Nov-2020 Aaron Piotrowski

Add Fiber::run() throw tests

8a41f49501-Nov-2020 Aaron Piotrowski

Swap exception type on await during shutdown

2c639e9401-Nov-2020 Aaron Piotrowski

Move where shutdown flag is set

0234b8c801-Nov-2020 Aaron Piotrowski

Remove set but unused variable

7285199931-Oct-2020 Aaron Piotrowski

Remove unnecessary macro

Not needed with PHP 8.

a7419abb30-Oct-2020 Aaron Piotrowski

Forbid awaiting after shutdown

d30b8a1328-Oct-2020 Aaron Piotrowski

Cleanup fatal error / shutdown flags

12345678910>>...12