diff options
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 0457e7ce0f..b37ea5f3ab 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -148,6 +148,8 @@ struct _php_core_globals { char *user_ini_filename; long user_ini_cache_ttl; + + char *request_order; }; |
