History log of /PHP-8.2/ext/zend_test/fiber.c (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5955ce89 08-Oct-2024 Ilija Tovilo

Fix segfault on debug_backtrace() in _ZendTestFiber

Fixes GH-16230
Closes GH-16299


# a3eb1fd8 12-Oct-2024 Christoph M. Becker

Fix GH-16388: UB when freeing a cloned _ZendTestFiber

Since there is no need to clone instances of this test class, we
prevent cloning in the first place.

Closes GH-16400.


# a01dd9fe 14-Sep-2022 Bob Weinand

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included i

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included in PHP 8.2 RC1. Given it's a massive ABI break, we decide to postpone the change to PHP 8.3.

show more ...

# 94ee4f98 24-Aug-2022 Bob Weinand

Port all internally used classes to use default_object_handlers

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>

# c5f9cded 18-Jun-2021 Martin Schröder <53789145+kooldev@users.noreply.github.com>

Flexible fiber bailout handling (#7163)

# 859524c2 14-Jun-2021 Aaron Piotrowski

Remove fiber context embedding

# f5c20998 12-Jun-2021 Aaron Piotrowski

Add test for leaking prior context with symmetric coroutines

# d0c43e10 11-Jun-2021 Aaron Piotrowski

Reorganize zend_test and add custom fiber implementation tests (#7137)