summaryrefslogtreecommitdiff
path: root/sapi/apache/sapi_apache.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-02-18 10:13:15 +0000
committerSascha Schumann <sas@php.net>2000-02-18 10:13:15 +0000
commit02d647b5f9b71dc8be2b9c6bdc87c4850c07683b (patch)
tree00a17e8da71215f677e353a776d6983db2bff018 /sapi/apache/sapi_apache.c
parent9935ddee9957aea72ca48e2f9be27631415def9b (diff)
downloadphp-git-02d647b5f9b71dc8be2b9c6bdc87c4850c07683b.tar.gz
Fix warnings when compiling static Apache module
Diffstat (limited to 'sapi/apache/sapi_apache.c')
-rw-r--r--sapi/apache/sapi_apache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c
index 9866e1a87d..370f457fe2 100644
--- a/sapi/apache/sapi_apache.c
+++ b/sapi/apache/sapi_apache.c
@@ -21,7 +21,7 @@
*/
/* $Id$ */
-#define _PHP_REGEX_H
+#define NO_REGEX_EXTRA_H
#include "php.h"