1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Stick with zend_long for ABI compatibility

Cf. <https://github.com/php/php-src/pull/4700#issuecomment-531515689>.
This commit is contained in:
Christoph M. Becker
2019-09-15 15:11:25 +02:00
parent fdcca93056
commit 81cefab7b0
+1 -1
View File
@@ -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 */