summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-18 18:27:01 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-18 23:36:36 +0200
commit521c36c85560b104a1149b7dab71cbc15fb8b5a7 (patch)
treeaa240ba830d6092a12bf0114feee95ece498d56a /main/php_streams.h
parent7fe9df59783d42d8bd56cdcf81e3609f5e807e51 (diff)
downloadphp-git-521c36c85560b104a1149b7dab71cbc15fb8b5a7.tar.gz
Remove IGNORE_URL_WIN macro
This macro is defined to zero as of PHP 5.0.0, and as the comment indicates, is no longer relevant. Thus, we remove the definition and all usages from the core and bundled extensions. Closes GH-6351.
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index 73740a7a79..1bd6668607 100644
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -550,9 +550,6 @@ END_EXTERN_C()
/* Allow blocking reads on anonymous pipes on Windows. */
#define STREAM_USE_BLOCKING_PIPE 0x00008000
-/* Antique - no longer has meaning */
-#define IGNORE_URL_WIN 0
-
int php_init_stream_wrappers(int module_number);
int php_shutdown_stream_wrappers(int module_number);
void php_shutdown_stream_hashes(void);