mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Support socketpairs in proc_open()
Closes GH-5777.
This commit is contained in:
parent
1a00d015be
commit
547d98b81d
10 changed files with 301 additions and 38 deletions
|
@ -22,6 +22,7 @@
|
|||
#ifndef PHP_WIN32_SOCKETS_H
|
||||
#define PHP_WIN32_SOCKETS_H
|
||||
|
||||
PHPAPI int socketpair_win32(int domain, int type, int protocol, SOCKET sock[2], int overlapped);
|
||||
PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue