summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-23 18:12:39 +0000
committerWez Furlong <wez@php.net>2002-09-23 18:12:39 +0000
commitc74b9faca5fbd00b0be1dc0ac9906eb5a85b6ef2 (patch)
treeec2d7fc126798f475afb9e8726343bbeea0f4d2e /ext/standard/file.h
parent8dde69004255a6f9696182f0f55423f9d09a2073 (diff)
downloadphp-git-c74b9faca5fbd00b0be1dc0ac9906eb5a85b6ef2.tar.gz
Implement a default_socket_timeout and auto_detect_line_endings ini options.
Also move user_agent from BG to FG.
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index c2af165679..bb561da663 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -115,6 +115,9 @@ typedef struct {
int pclose_ret;
HashTable ht_persistent_socks;
size_t def_chunk_size;
+ int auto_detect_line_endings;
+ int default_socket_timeout;
+ char *user_agent;
} php_file_globals;
#ifdef ZTS