mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update win32 build.
Since msvc sucks, I had to rename ext/standard/streams.c to ext/standed/streamsfuncs.c
This commit is contained in:
parent
5def83df0b
commit
493ef36299
3 changed files with 14 additions and 0 deletions
|
@ -1690,6 +1690,10 @@ SOURCE=..\ext\standard\soundex.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\ext\standard\streamsfuncs.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\ext\standard\string.c
|
SOURCE=..\ext\standard\string.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -1957,6 +1961,10 @@ SOURCE=..\win32\registry.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\select.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\win32\sendmail.c
|
SOURCE=..\win32\sendmail.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -2013,6 +2021,10 @@ SOURCE=..\win32\readdir.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\select.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\win32\sendmail.h
|
SOURCE=..\win32\sendmail.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "php.h"
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/* Win32 select() will only work with sockets, so we roll our own implementation that will
|
/* Win32 select() will only work with sockets, so we roll our own implementation that will
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue