mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
6723bdd920
commit
49e98c3ddd
7 changed files with 15 additions and 98 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue