diff options
| author | Ben Fuhrmannek | 2021-09-16 11:32:41 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-09-16 11:32:41 +0200 |
| commit | 6e07cdb870513270a3c08abc7ecdca64ad2af400 (patch) | |
| tree | f9784435101f85d9ff0776c205421a7916b5854e /src/php_snuffleupagus.h | |
| parent | 31d6a3cddd18cef447698ba2beaa7b5d9ab9dd94 (diff) | |
ported server.strip and server.encode features from suhosin
Diffstat (limited to '')
| -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 0c7dc4b..bcb613c 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -88,6 +88,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); | |||
| 88 | #include "sp_sloppy.h" | 88 | #include "sp_sloppy.h" |
| 89 | #include "sp_wrapper.h" | 89 | #include "sp_wrapper.h" |
| 90 | #include "sp_ini.h" | 90 | #include "sp_ini.h" |
| 91 | #include "sp_ifilter.h" | ||
| 91 | 92 | ||
| 92 | extern zend_module_entry snuffleupagus_module_entry; | 93 | extern zend_module_entry snuffleupagus_module_entry; |
| 93 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry | 94 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry |
