We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95d5e5 commit e595edeCopy full SHA for e595ede
ext/standard/streamsfuncs.c
@@ -33,6 +33,7 @@
33
#include "win32/select.h"
34
#include "win32/sockets.h"
35
#include "win32/console.h"
36
+#include "win32/time.h"
37
#endif
38
39
#define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name)))
0 commit comments