mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
@@ -64,6 +64,11 @@
|
||||
* unless buf is not NULL.
|
||||
* Also works sensibly for win32 */
|
||||
BEGIN_EXTERN_C()
|
||||
#ifdef PHP_WIN32
|
||||
char *php_socket_strerror_s(long err, char *buf, size_t bufsize);
|
||||
#else
|
||||
#define php_socket_strerror_s php_socket_strerror
|
||||
#endif
|
||||
PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
|
||||
PHPAPI zend_string *php_socket_error_str(long err);
|
||||
END_EXTERN_C()
|
||||
|
||||
Reference in New Issue
Block a user