mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
ec4939b170
The entry.flags was used to check whether the entry has the directory flag. The flags however were masked to only contain the permissions. We need to check the mode, before the permission masking, instead of the flags to check whether it is a directory. Closes GH-10464 Signed-off-by: George Peter Banyard <girgias@php.net>