summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache_http.h
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-05-31 00:23:08 +0000
committerSVN Migration <svn@php.net>2002-05-31 00:23:08 +0000
commit86976a076b5d0941e1368fb14bf382ea594550bf (patch)
tree8b2e3322d23218d88d8cda6b538f74b516070e5c /sapi/apache/php_apache_http.h
parent6d1a3716dd0726f06ca54976ebeb14526340463f (diff)
downloadphp-git-BEFORE_OBJECTS_STORE.tar.gz
This commit was manufactured by cvs2svn to create tagBEFORE_OBJECTS_STORE
'BEFORE_OBJECTS_STORE'.
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r--sapi/apache/php_apache_http.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h
deleted file mode 100644
index 6d41f418ab..0000000000
--- a/sapi/apache/php_apache_http.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#define NO_REGEX_EXTRA_H
-
-#ifdef WIN32
-#include <winsock2.h>
-#include <stddef.h>
-#endif
-
-#include "zend.h"
-#include "php_regex.h"
-
-#include "httpd.h"
-#include "http_config.h"
-
-#if MODULE_MAGIC_NUMBER > 19980712
-# include "ap_compat.h"
-#else
-# if MODULE_MAGIC_NUMBER > 19980324
-# include "compat.h"
-# endif
-#endif
-
-#include "http_core.h"
-#include "http_main.h"
-#include "http_protocol.h"
-#include "http_request.h"
-#include "http_log.h"
-#include "util_script.h"
-
-#include "php_variables.h"
-#include "php_main.h"
-#include "php_ini.h"
-#include "ext/standard/php_standard.h"
-
-#include "mod_php4.h"