mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
We don't check for Windows in the win32/ directory, as files here are only compiled on Windows anyway
This commit is contained in:
parent
ffbe801226
commit
c5767db441
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| PHP Version 7 |
|
| PHP Version 7 |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
|
@ -19,8 +19,6 @@
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "php_network.h"
|
#include "php_network.h"
|
||||||
|
|
||||||
#ifdef PHP_WIN32
|
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/* Win32 select() will only work with sockets, so we roll our own implementation here.
|
/* Win32 select() will only work with sockets, so we roll our own implementation here.
|
||||||
|
@ -169,8 +167,6 @@ PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *e
|
||||||
return retcode;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
* tab-width: 4
|
* tab-width: 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue