1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/json
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
..
2020-05-27 15:36:07 +02:00
2020-10-24 15:36:05 +02:00
2014-11-13 20:20:46 +00:00
2022-10-08 09:21:59 -04:00
2023-02-17 15:14:30 +01:00
2023-01-16 12:27:33 +01:00
2022-10-08 09:21:59 -04:00
2023-05-13 18:54:16 +01:00