History log of /php-src/ext/posix/tests/posix_eaccess.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 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 ...