From 49e98c3ddd49d36aa364299254849e70309559f8 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Feb 2000 20:13:08 +0000 Subject: 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) --- main/php.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/php.h') 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) -- cgit v1.2.1