mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-7.1'
* PHP-7.1: extend error map
This commit is contained in:
@@ -275,9 +275,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 }
|
||||
|
||||
Reference in New Issue
Block a user