File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data * TSRMLS_DC);
112
112
typedef struct {
113
113
int pclose_ret ;
114
114
size_t def_chunk_size ;
115
- int auto_detect_line_endings ;
116
- int default_socket_timeout ;
115
+ long auto_detect_line_endings ;
116
+ long default_socket_timeout ;
117
117
char * user_agent ;
118
118
char * user_stream_current_filename ; /* for simple recursion protection */
119
119
} php_file_globals ;
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ struct _php_core_globals {
77
77
zend_bool display_errors ;
78
78
zend_bool display_startup_errors ;
79
79
zend_bool log_errors ;
80
- int log_errors_max_len ;
80
+ long log_errors_max_len ;
81
81
zend_bool ignore_repeated_errors ;
82
82
zend_bool ignore_repeated_source ;
83
83
zend_bool report_memleaks ;
You can’t perform that action at this time.
0 commit comments