mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Disable resource-heavy tests by default (>1GB of memory usage), unless the RUN_RESOURCE_HEAVY_TESTS env variable is set. Fixes GH-20762 Closes GH-20935