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.
1 parent fdcca93 commit 81cefabCopy full SHA for 81cefab
ext/standard/file.h
@@ -119,7 +119,7 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *);
119
typedef struct {
120
int pclose_ret;
121
size_t def_chunk_size;
122
- zend_bool auto_detect_line_endings;
+ zend_long auto_detect_line_endings;
123
zend_long default_socket_timeout;
124
char *user_agent; /* for the http wrapper */
125
char *from_address; /* for the ftp and http wrappers */
0 commit comments