Fix URL rewriter issues

This commit is contained in:
Yasuo Ohgaki 2016-08-11 08:03:45 +09:00
parent 2644943968
commit a53a6b3fb4
21 changed files with 2441 additions and 539 deletions

View file

@ -215,7 +215,10 @@ typedef struct _php_basic_globals {
} unserialize;
/* url_scanner_ex.re */
url_adapt_state_ex_t url_adapt_state_ex;
url_adapt_state_ex_t url_adapt_session_ex;
HashTable url_adapt_session_hosts_ht;
url_adapt_state_ex_t url_adapt_output_ex;
HashTable url_adapt_output_hosts_ht;
#ifdef HAVE_MMAP
void *mmap_file;