mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
2b28f71891
readdir_r() is deprecated in modern glibc versions. readdir() is thread safe in practice, as long as there are no concurrent accesses on the *same* directory stream.