summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-30 15:57:49 +0200
committerAnatol Belski <ab@php.net>2015-07-02 14:22:56 +0200
commit1a5a4d546ede8fcdf7a9cc4462858bfedf3644d9 (patch)
treef17ce1d0d0c29ddfc544175dd62420b34a349d05 /main/php_streams.h
parent734d907aa4d5f6005c1c32e2d5a229b059954d81 (diff)
downloadphp-git-1a5a4d546ede8fcdf7a9cc4462858bfedf3644d9.tar.gz
add missing stuff is the header
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 81822a7076..87965e2758 100644
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -399,6 +399,9 @@ END_EXTERN_C()
#define PHP_STREAM_OPTION_READ_BUFFER 2
#define PHP_STREAM_OPTION_WRITE_BUFFER 3
+/* Enable/disable blocking reads on anonymous pipes on Windows. */
+#define PHP_STREAM_OPTION_PIPE_BLOCKING 4
+
#define PHP_STREAM_BUFFER_NONE 0 /* unbuffered */
#define PHP_STREAM_BUFFER_LINE 1 /* line buffered */
#define PHP_STREAM_BUFFER_FULL 2 /* fully buffered */
@@ -546,6 +549,9 @@ END_EXTERN_C()
/* assume the path passed in exists and is fully expanded, avoiding syscalls */
#define STREAM_ASSUME_REALPATH 0x00004000
+/* Allow blocking reads on anonymous pipes on Windows. */
+#define STREAM_USE_BLOCKING_PIPE 0x00008000
+
/* Antique - no longer has meaning */
#define IGNORE_URL_WIN 0