From: Christoph M. Becker Date: Sun, 15 Sep 2019 13:11:25 +0000 (+0200) Subject: Stick with zend_long for ABI compatibility X-Git-Tag: php-7.2.24RC1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81cefab7b0236382d269d2c516f7fd3b85c62cc2;p=php Stick with zend_long for ABI compatibility Cf. . --- diff --git a/ext/standard/file.h b/ext/standard/file.h index 70fbc798f5..54df0936d3 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -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 */