1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00

PHP script fix

This commit is contained in:
stefanocasazza
2015-08-04 19:41:35 +02:00
parent 672dbc2ef4
commit 583d61ee2e
18 changed files with 470 additions and 219 deletions

View File

@@ -48,8 +48,9 @@ public:
#endif
protected:
static bool fcgi_keep_conn;
static char environment_type;
static UClient_Base* connection;
static bool fcgi_keep_conn, bphp;
void set_FCGIBeginRequest();
static void fill_FCGIBeginRequest(u_char type, u_short content_length);