diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-10 20:13:08 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-10 20:13:08 +0000 |
commit | 49e98c3ddd49d36aa364299254849e70309559f8 (patch) | |
tree | bc14a058245456715533616653a2649580c0860c /main/php.h | |
parent | 6723bdd9202964ff163fe22883e382cda6f547ba (diff) | |
download | php-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.h | 2 |
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) |