mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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.
This commit is contained in:
parent
7fe9df5978
commit
521c36c855
6 changed files with 9 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue