mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fix proto and #20137
This commit is contained in:
parent
4440188510
commit
a207b641e5
@ -102,7 +102,7 @@ typedef struct {
|
||||
/* Prototypes */
|
||||
int open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC);
|
||||
int accept_connect(php_socket *in_sock, php_socket **new_sock, struct sockaddr *la TSRMLS_DC);
|
||||
int php_read(int bsd_socket, void *buf, int maxlen);
|
||||
int php_read(int bsd_socket, void *buf, size_t maxlen, int flags);
|
||||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(sockets)
|
||||
int last_error;
|
||||
|
Loading…
Reference in New Issue
Block a user