summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-19 17:49:02 +0000
committerWez Furlong <wez@php.net>2002-03-19 17:49:02 +0000
commit14a3911866c0f69f4e5eafc8f7d320878d1b995c (patch)
tree561d813ef64f5fb9a27bc0f2ca4615c846b96d6e /ext/standard/file.h
parentb92f2da5fa2fd69de34f3f0136078db7410ae15f (diff)
downloadphp-git-14a3911866c0f69f4e5eafc8f7d320878d1b995c.tar.gz
fix for bug #16168
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index ba9fb54dae..54d63469d1 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -108,6 +108,7 @@ typedef struct {
int fgetss_state;
int pclose_ret;
HashTable ht_persistent_socks;
+ size_t def_chunk_size;
} php_file_globals;
#ifdef ZTS