We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ad365 + 81cefab commit da8aa4aCopy full SHA for da8aa4a
ext/standard/file.h
@@ -115,7 +115,7 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *);
115
typedef struct {
116
int pclose_ret;
117
size_t def_chunk_size;
118
- zend_bool auto_detect_line_endings;
+ zend_long auto_detect_line_endings;
119
zend_long default_socket_timeout;
120
char *user_agent; /* for the http wrapper */
121
char *from_address; /* for the ftp and http wrappers */
0 commit comments