mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
`glob(3)` doesn't know the virtual CWD of PHP, so we need to pass an absolute path for ZTS builds. In lack of a reusable routine, we copy the code from `glob()` and adapt as needed. Closes GH-17074.