Ilija Tovilo
e7dc0d2c40
Merge branch 'PHP-8.3' into PHP-8.4
...
* PHP-8.3:
Fix segfault on debug_backtrace() in _ZendTestFiber
2024-10-14 14:05:21 +02:00
Ilija Tovilo
94bd6ca080
Merge branch 'PHP-8.2' into PHP-8.3
...
* PHP-8.2:
Fix segfault on debug_backtrace() in _ZendTestFiber
2024-10-14 14:05:13 +02:00
Ilija Tovilo
5955ce8987
Fix segfault on debug_backtrace() in _ZendTestFiber
...
Fixes GH-16230
Closes GH-16299
2024-10-14 14:04:49 +02:00
Christoph M. Becker
8a5c716eb8
Merge branch 'PHP-8.3' into PHP-8.4
...
* PHP-8.3:
Fix GH-16388: UB when freeing a cloned _ZendTestFiber
2024-10-12 22:49:45 +02:00
Christoph M. Becker
41d75f42ec
Merge branch 'PHP-8.2' into PHP-8.3
...
* PHP-8.2:
Fix GH-16388: UB when freeing a cloned _ZendTestFiber
2024-10-12 22:48:46 +02:00
Christoph M. Becker
a3eb1fd86d
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.
2024-10-12 22:48:11 +02:00
Niels Dossche
700fbca58d
Change getThis() into ZEND_THIS where possible ( #13641 )
2024-03-08 22:19:06 +01:00
Arnaud Le Blanc
a11c8a3039
Limit stack size ( #9104 )
2022-12-16 17:44:26 +01:00
Bob Weinand
a01dd9feda
Revert "Port all internally used classes to use default_object_handlers"
...
This reverts commit 94ee4f9834
.
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.
2022-09-14 11:13:23 +02:00
Bob Weinand
94ee4f9834
Port all internally used classes to use default_object_handlers
...
Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
2022-08-31 16:45:27 +02:00
Martin Schröder
c5f9cdedd6
Flexible fiber bailout handling ( #7163 )
2021-06-18 11:01:10 -05:00
Aaron Piotrowski
859524c246
Remove fiber context embedding
2021-06-14 14:34:36 -05:00
Aaron Piotrowski
f5c209989a
Add test for leaking prior context with symmetric coroutines
2021-06-12 00:10:17 -05:00
Aaron Piotrowski
d0c43e108e
Reorganize zend_test and add custom fiber implementation tests ( #7137 )
2021-06-11 12:25:47 -05:00