diff options
| author | Zeev Suraski <zeev@php.net> | 1999-05-12 22:49:23 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-05-12 22:49:23 +0000 |
| commit | 52ac2e67c14e12c82797bb8ee7be87c12b11c7b9 (patch) | |
| tree | 97e30f16b88668cc218b79f061a90966bb9f55ef /ext | |
| parent | 49b01a4b3dc6d660e33801bdae840c9448da11cc (diff) | |
| download | php-git-52ac2e67c14e12c82797bb8ee7be87c12b11c7b9.tar.gz | |
Enable Apache HTTP Auth
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/standard/post.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/post.c b/ext/standard/post.c index 54ba99b9ea..168357f7d5 100644 --- a/ext/standard/post.c +++ b/ext/standard/post.c @@ -414,6 +414,7 @@ void php3_treat_data(int arg, char *str) PHPAPI void php3_TreatHeaders(void) { +#if 0 #if APACHE #if MODULE_MAGIC_NUMBER > 19961007 const char *s = NULL; @@ -508,6 +509,7 @@ PHPAPI void php3_TreatHeaders(void) } } #endif +#endif } /* |
