diff options
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; |
