diff options
| author | jvoisin | 2025-05-13 16:24:50 +0200 |
|---|---|---|
| committer | jvoisin | 2025-05-13 16:24:50 +0200 |
| commit | 847afcae9b6a0570dca96e23d8adf94831a09b4c (patch) | |
| tree | 9f23746840bcb76cdb3b75502a7c83b15b3c86a3 /src/php_snuffleupagus.h | |
| parent | f31381db897989b8341cf4936b7bff829981d837 (diff) | |
Remove the useless show_old_php_warning feature
People are usually well-aware of the outdatedness of the PHP version they're
running, which is likely why they're running Snuffleupagus in the first place.
This feature shouldn't have been enabled by default, and I fail to see any case
where anyone would want to enable it. Moreover, it doesn't take LTS versions
from vendors/distributions into account, thus breaking on RHEL/Debian (old)stable.
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 1f122e3..b738ae8 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -148,7 +148,6 @@ bool config_server_encode; | |||
| 148 | bool config_server_strip; | 148 | bool config_server_strip; |
| 149 | zend_string *config_encryption_key; | 149 | zend_string *config_encryption_key; |
| 150 | zend_string *config_cookies_env_var; | 150 | zend_string *config_cookies_env_var; |
| 151 | bool config_show_old_php_warning; | ||
| 152 | 151 | ||
| 153 | HashTable *config_disabled_functions; | 152 | HashTable *config_disabled_functions; |
| 154 | HashTable *config_disabled_functions_hooked; | 153 | HashTable *config_disabled_functions_hooked; |
