diff options
| author | Marcus Boerger <helly@php.net> | 2002-11-30 18:36:17 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-11-30 18:36:17 +0000 |
| commit | 0d7957bc15addb72129f49eb1f8092812773bfd3 (patch) | |
| tree | e4d13d4e5679d200a35a46e316e84dc1c63e0d04 /ext/standard/file.h | |
| parent | 671fff2fde6b2bead914f1cf6951fc4bd3617c07 (diff) | |
| download | php-git-0d7957bc15addb72129f49eb1f8092812773bfd3.tar.gz | |
Bug #20433
Diffstat (limited to 'ext/standard/file.h')
| -rw-r--r-- | ext/standard/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index fd2835d4a6..41a189cf09 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -112,8 +112,8 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data * TSRMLS_DC); typedef struct { int pclose_ret; size_t def_chunk_size; - int auto_detect_line_endings; - int default_socket_timeout; + long auto_detect_line_endings; + long default_socket_timeout; char *user_agent; char *user_stream_current_filename; /* for simple recursion protection */ } php_file_globals; |
