diff options
author | Rasmus Lerdorf <rasmus@php.net> | 1999-07-14 21:49:35 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 1999-07-14 21:49:35 +0000 |
commit | 75f62dc415596975a46fa8b020d7830e0bc7f029 (patch) | |
tree | fe9b38b4b14e3b407498723638f9460252cd2506 /ext/apache | |
parent | 762158aa65e6641af6f2d1a7d652ce56ea7a5487 (diff) | |
download | php-git-75f62dc415596975a46fa8b020d7830e0bc7f029.tar.gz |
How did this ever work without this #define ?
Diffstat (limited to 'ext/apache')
-rw-r--r-- | ext/apache/apache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/apache/apache.c b/ext/apache/apache.c index 75e971cace..1660f72c3c 100644 --- a/ext/apache/apache.c +++ b/ext/apache/apache.c @@ -50,6 +50,8 @@ #include "http_request.h" #include "build-defs.h" +#define SECTION(name) PUTS("<hr><h2>" name "</h2>\n") + extern module *top_module; PHP_FUNCTION(virtual); |