summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-12-31 00:10:57 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-12-31 00:10:57 +0000
commit87e598e835eb531520816dbf501aebcc17cb9da6 (patch)
tree7f212aaa606089fd2bd6cbee27a71cafd6b7d654 /sapi/apache2filter
parent87a8b040512601a9b1c82b490a9e3d2d6fadfc26 (diff)
downloadphp-git-87e598e835eb531520816dbf501aebcc17cb9da6.tar.gz
Changed ifdef to if.
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/sapi_apache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2filter/sapi_apache2.c b/sapi/apache2filter/sapi_apache2.c
index 48221cd46a..1d6da07ef8 100644
--- a/sapi/apache2filter/sapi_apache2.c
+++ b/sapi/apache2filter/sapi_apache2.c
@@ -498,7 +498,7 @@ static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb)
zfd.opened_path = NULL;
php_execute_script(&zfd TSRMLS_CC);
-#ifdef MEMORY_LIMIT
+#if MEMORY_LIMIT
{
char *mem_usage;