mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Avoid dl() in bug77578.phpt `dl()` has known issues regarding permanent strings[1], so we better avoid it, even if that means that we need to spawn two sub-processes. [1] <https://github.com/php/php-src/issues/9196>