diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2016-08-11 08:03:45 +0900 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-08-11 08:31:48 +0900 |
| commit | a53a6b3fb4060c9c71a84b0acaaa0211777f6e17 (patch) | |
| tree | ef654763fd8921ccbe5436996780adbd9c439577 /ext/standard/basic_functions.h | |
| parent | 2644943968de8af608b25daf83d733a1bdb98269 (diff) | |
| download | php-git-a53a6b3fb4060c9c71a84b0acaaa0211777f6e17.tar.gz | |
Fix URL rewriter issues
Diffstat (limited to 'ext/standard/basic_functions.h')
| -rw-r--r-- | ext/standard/basic_functions.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index d41fe74ada..790b7fbaa0 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -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; |
