mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add more errno handling
This commit is contained in:
parent
d8403aa019
commit
d6f7020eaa
2 changed files with 18 additions and 2 deletions
|
@ -397,6 +397,8 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err)
|
|||
/* 996 */ , { ERROR_IO_INCOMPLETE , EAGAIN }
|
||||
/* 997 */ , { ERROR_IO_PENDING , EAGAIN }
|
||||
|
||||
/* 1004 */ , { ERROR_INVALID_FLAGS , EINVAL }
|
||||
/* 1113 */ , { ERROR_NO_UNICODE_TRANSLATION , EINVAL }
|
||||
/* 1168 */ , { ERROR_NOT_FOUND , ENOENT }
|
||||
/* 1816 */ , { ERROR_NOT_ENOUGH_QUOTA , ENOMEM }
|
||||
, { ERROR_ABANDONED_WAIT_0 , EIO }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue