summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 20:13:08 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 20:13:08 +0000
commit49e98c3ddd49d36aa364299254849e70309559f8 (patch)
treebc14a058245456715533616653a2649580c0860c /main/php.h
parent6723bdd9202964ff163fe22883e382cda6f547ba (diff)
downloadphp-git-49e98c3ddd49d36aa364299254849e70309559f8.tar.gz
request_info.c is dead! long live SAPI
@- Finished the server abstraction layer; All of the PHP code is now shared @ across different servers (Apache, CGI, IIS, etc.), except for thin @ interface modules (Zeev)
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h
index ff8c3c8c43..9d710dbac1 100644
--- a/main/php.h
+++ b/main/php.h
@@ -114,8 +114,6 @@ char *strtok_r(char *s, const char *delim, char **last);
typedef unsigned int socklen_t;
#endif
-#include "request_info.h"
-
#define CREATE_MUTEX(a,b)
#define SET_MUTEX(a)
#define FREE_MUTEX(a)