mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix #80960: opendir() warning wrong info when failed on Windows
This commit is contained in:
commit
cb262cd974
10 changed files with 58 additions and 8 deletions
|
@ -345,6 +345,7 @@ PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1,
|
|||
PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2, int type, const char *format, ...)
|
||||
PHP_ATTRIBUTE_FORMAT(printf, 5, 6);
|
||||
#ifdef PHP_WIN32
|
||||
PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1);
|
||||
PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2);
|
||||
#endif
|
||||
END_EXTERN_C()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue