1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
Arnaud Le Blanc f3e87e2a6d Fix tests: Prevent stack overflow during dtor
On s390x the stack is smaller and/or the object dtor code uses more stack,
which causes the destruction of deeply nested objects to crash in these
tests. Here I ensure that objects are released one by one at the end of the
tests to avoid recursive dtor.

Closes GH-16561
Fixes GH-16528
2024-10-24 15:56:25 +02:00
..
2024-10-02 12:43:48 +02:00
2024-09-29 02:11:48 +02:00
2023-07-06 09:45:35 +02:00
2024-07-21 22:02:47 +02:00
2023-10-22 15:31:00 +01:00
2024-03-04 21:30:27 +09:00
2024-07-06 20:44:20 +01:00