History log of /php-src/ext/posix/tests/posix_eaccess.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 5853cdb7 20-Aug-2024 Gina Peter Bnayard

Use "must not" instead of "cannot" wording


# 717f460f 29-Mar-2023 David CARLIER

ext/posix: posix_eaccess little update and forgotten UPGRADING entry. (#10965)


# 2b354318 23-Mar-2023 David CARLIER

ext/posix: proposing posix_eaccess. unlike access, it is not standard but available in enough platforms ; on linux it's euidaccess in reality eaccess being 'just' an alias. key difference is eaccess

ext/posix: proposing posix_eaccess. unlike access, it is not standard but available in enough platforms ; on linux it's euidaccess in reality eaccess being 'just' an alias. key difference is eaccess checks the effective user id instead.

Close GH-10917

show more ...