diff options
| author | Ben Fuhrmannek | 2021-11-19 16:47:08 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-11-19 16:47:08 +0100 |
| commit | 0462573a7678468b19bc4865c75f7b82dbedbe03 (patch) | |
| tree | 2300593bcde4ecf2af3ac315270736f9e18ae3fb /src/php_snuffleupagus.h | |
| parent | c447df6ce8964b2863a50f0f8027d9b234b7507f (diff) | |
added old php version check
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 03c9bb6..8fcbd58 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -127,6 +127,7 @@ bool config_server_encode; | |||
| 127 | bool config_server_strip; | 127 | bool config_server_strip; |
| 128 | zend_string *config_encryption_key; | 128 | zend_string *config_encryption_key; |
| 129 | zend_string *config_cookies_env_var; | 129 | zend_string *config_cookies_env_var; |
| 130 | bool config_show_old_php_warning; | ||
| 130 | 131 | ||
| 131 | HashTable *config_disabled_functions; | 132 | HashTable *config_disabled_functions; |
| 132 | HashTable *config_disabled_functions_hooked; | 133 | HashTable *config_disabled_functions_hooked; |
