diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-09 13:57:09 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-09 13:57:09 +0000 |
commit | 60fcac8f2ad94020feea60943b8cb6a4b52a3dc6 (patch) | |
tree | 97009628bf00d7e6161c2852e640c70bae13fc4e /ext/standard/post.c | |
parent | 5ba4b3311d90c546f12c13a3136a8d718a7d8d40 (diff) | |
download | php-git-60fcac8f2ad94020feea60943b8cb6a4b52a3dc6.tar.gz |
A few other minor fixes
Diffstat (limited to 'ext/standard/post.c')
-rw-r--r-- | ext/standard/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/post.c b/ext/standard/post.c index 7be502ff69..7edcc70788 100644 --- a/ext/standard/post.c +++ b/ext/standard/post.c @@ -42,7 +42,7 @@ * This reads the post form data into a string. * Remember to free this pointer when done with it. */ -#if APACHE +#if 0 static char *php3_getpost(pval *http_post_vars PLS_DC) { char *buf = NULL; |