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:
Christoph M. Becker 2021-04-19 16:16:15 +02:00
commit cb262cd974
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
10 changed files with 58 additions and 8 deletions

View file

@ -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()