mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix URL rewriter issues
This commit is contained in:
parent
2644943968
commit
a53a6b3fb4
21 changed files with 2441 additions and 539 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue