summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-06 20:23:52 +0200
committerBen Fuhrmannek2021-08-06 20:23:52 +0200
commit2392c46836ceea520fa2a45369c8d638aadb943c (patch)
treefe4b5eb10a49b2b45c4d7bc24de54fd3888c168e /src/php_snuffleupagus.h
parent260f17f112e2d081783c6dc102f81666ac2435d9 (diff)
implemented ini settings protection
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 5b2b414..be4d306 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -85,6 +85,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS);
85#include "sp_session.h" 85#include "sp_session.h"
86#include "sp_sloppy.h" 86#include "sp_sloppy.h"
87#include "sp_wrapper.h" 87#include "sp_wrapper.h"
88#include "sp_ini.h"
88 89
89extern zend_module_entry snuffleupagus_module_entry; 90extern zend_module_entry snuffleupagus_module_entry;
90#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry 91#define phpext_snuffleupagus_ptr &snuffleupagus_module_entry