Skip to content

Commit

Permalink
Stick with zend_long for ABI compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 15, 2019
1 parent fdcca93 commit 81cefab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ php_meta_tags_token php_next_meta_token(php_meta_tags_data *);
typedef struct {
int pclose_ret;
size_t def_chunk_size;
zend_bool auto_detect_line_endings;
zend_long auto_detect_line_endings;
zend_long default_socket_timeout;
char *user_agent; /* for the http wrapper */
char *from_address; /* for the ftp and http wrappers */
Expand Down

0 comments on commit 81cefab

Please sign in to comment.