| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This is required since the `die` is making php8 choke
|
|
Splitting the testsuite in several components makes it easier to manage and comprehend.
This was also needed some some tests aren't passing on Alpine Linux, but we still want to run
as many of them as we can on this platform.
|
|
We only want to prevent crash/infinite recursion,
we don't really care about the error/warning
messages.
|
|
|
|
This used to be useful in the times of PHP5.4/Suhosin
(https://github.com/sektioneins/suhosin/issues/60),
but nowadays, php is handling this case on its own.
|