History log of /php-src/ext/standard/tests/streams/gh17067.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 53b69ba8 08-Dec-2024 Christoph M. Becker

Fix GH-17067: glob:// wrapper doesn't cater to CWD for ZTS builds

`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 reusabl

Fix GH-17067: glob:// wrapper doesn't cater to CWD for ZTS builds

`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.

show more ...