File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,6 @@ typedef struct _php_basic_globals {
219
219
HashTable url_adapt_session_hosts_ht ;
220
220
url_adapt_state_ex_t url_adapt_output_ex ;
221
221
HashTable url_adapt_output_hosts_ht ;
222
-
223
- #ifdef HAVE_MMAP
224
- void * mmap_file ;
225
- size_t mmap_len ;
226
- #endif
227
-
228
222
HashTable * user_filter_map ;
229
223
230
224
/* file.c */
Original file line number Diff line number Diff line change 24
24
#include "php_network.h"
25
25
#include "php_open_temporary_file.h"
26
26
#include "ext/standard/file.h"
27
- #include "ext/standard/basic_functions.h" /* for BG(mmap_file) (not strictly required ) */
27
+ #include "ext/standard/basic_functions.h" /* for BG(CurrentStatFile ) */
28
28
#include "ext/standard/php_string.h" /* for php_memnstr, used by php_stream_get_record() */
29
29
#include <stddef.h>
30
30
#include <fcntl.h>
You can’t perform that action at this time.
0 commit comments