Skip to content

Commit

Permalink
Bug #20433
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Nov 30, 2002
1 parent 671fff2 commit 0d7957b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/standard/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion main/php_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct _php_core_globals {
zend_bool display_errors;
zend_bool display_startup_errors;
zend_bool log_errors;
int log_errors_max_len;
long log_errors_max_len;
zend_bool ignore_repeated_errors;
zend_bool ignore_repeated_source;
zend_bool report_memleaks;
Expand Down

0 comments on commit 0d7957b

Please sign in to comment.