summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-09-16 11:32:41 +0200
committerBen Fuhrmannek2021-09-16 11:32:41 +0200
commit6e07cdb870513270a3c08abc7ecdca64ad2af400 (patch)
treef9784435101f85d9ff0776c205421a7916b5854e /src/php_snuffleupagus.h
parent31d6a3cddd18cef447698ba2beaa7b5d9ab9dd94 (diff)
ported server.strip and server.encode features from suhosin
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
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
92extern zend_module_entry snuffleupagus_module_entry; 93extern zend_module_entry snuffleupagus_module_entry;
93#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry 94#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry