summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-09-08 21:56:47 +0000
committerZeev Suraski <zeev@php.net>2000-09-08 21:56:47 +0000
commit75086e3088ab06fbb2415e15490c216ac7c9c8b9 (patch)
treebb527e738a99e27af7778d80e5c1c0eb61d9f4de /main/SAPI.h
parent9a4c654606c28d43458f91212d11f19743142f44 (diff)
downloadphp-git-75086e3088ab06fbb2415e15490c216ac7c9c8b9.tar.gz
- Implemented is_upload_file()
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 18fcbbff66..d1cef23f7b 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -100,7 +100,7 @@ typedef struct {
struct stat global_stat;
char *default_mimetype;
char *default_charset;
- HashTable *rfc_1867_uploaded_files;
+ HashTable *rfc1867_uploaded_files;
} sapi_globals_struct;