Skip to content

Commit da8aa4a

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Stick with zend_long for ABI compatibility
2 parents 00ad365 + 81cefab commit da8aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *);
115115
typedef struct {
116116
int pclose_ret;
117117
size_t def_chunk_size;
118-
zend_bool auto_detect_line_endings;
118+
zend_long auto_detect_line_endings;
119119
zend_long default_socket_timeout;
120120
char *user_agent; /* for the http wrapper */
121121
char *from_address; /* for the ftp and http wrappers */

0 commit comments

Comments
 (0)