From: Anatol Belski Date: Sat, 15 Apr 2017 15:27:45 +0000 (+0200) Subject: extend error map X-Git-Tag: php-7.1.5RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62bec0e212367b52d2a8615cd043930671e27ad1;p=php extend error map --- diff --git a/win32/winutil.c b/win32/winutil.c index b30ff0394d..8956ed6067 100644 --- a/win32/winutil.c +++ b/win32/winutil.c @@ -297,9 +297,9 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err) /* 124 */ , { ERROR_INVALID_HANDLE , EINVAL } #if 0 /* 125 */ , { 0 , 0 } - /* 126 */ , { 0 , 0 } - /* 127 */ , { 0 , 0 } #endif + /* 126 */ , { ERROR_MOD_NOT_FOUND , ENOENT } + /* 127 */ , { ERROR_PROC_NOT_FOUND , ENOENT } /* 128 */ , { ERROR_WAIT_NO_CHILDREN , ECHILD } /* 129 */ , { ERROR_CHILD_NOT_COMPLETE , ECHILD } /* 130 */ , { ERROR_DIRECT_ACCESS_HANDLE , EBADF }