Skip to content

Commit 81cefab

Browse files
committed
Stick with zend_long for ABI compatibility
Cf. <#4700 (comment)>.
1 parent fdcca93 commit 81cefab

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
@@ -119,7 +119,7 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *);
119119
typedef struct {
120120
int pclose_ret;
121121
size_t def_chunk_size;
122-
zend_bool auto_detect_line_endings;
122+
zend_long auto_detect_line_endings;
123123
zend_long default_socket_timeout;
124124
char *user_agent; /* for the http wrapper */
125125
char *from_address; /* for the ftp and http wrappers */

0 commit comments

Comments
 (0)