We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad804e commit 8b82e2cCopy full SHA for 8b82e2c
win32/winutil.c
@@ -400,6 +400,7 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err)
400
/* 1004 */ , { ERROR_INVALID_FLAGS , EINVAL }
401
/* 1113 */ , { ERROR_NO_UNICODE_TRANSLATION , EINVAL }
402
/* 1168 */ , { ERROR_NOT_FOUND , ENOENT }
403
+ /* 1224 */ , { ERROR_USER_MAPPED_FILE , EACCES }
404
/* 1816 */ , { ERROR_NOT_ENOUGH_QUOTA , ENOMEM }
405
, { ERROR_ABANDONED_WAIT_0 , EIO }
406
};
0 commit comments