php-src/ext/posix
2023-03-27 22:32:16 +01:00
..
tests 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. 2023-03-27 22:32:16 +01:00
config.m4 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. 2023-03-27 22:32:16 +01:00
CREDITS
php_posix.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
posix_arginfo.h 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. 2023-03-27 22:32:16 +01:00
posix.c 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. 2023-03-27 22:32:16 +01:00
posix.stub.php 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. 2023-03-27 22:32:16 +01:00