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)
This commit is contained in:
Zeev Suraski 2000-02-10 20:13:08 +00:00
parent 6723bdd920
commit 49e98c3ddd
7 changed files with 15 additions and 98 deletions

View file

@ -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)