diff options
| author | Ben Fuhrmannek | 2021-08-06 20:23:52 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-06 20:23:52 +0200 |
| commit | 2392c46836ceea520fa2a45369c8d638aadb943c (patch) | |
| tree | fe4b5eb10a49b2b45c4d7bc24de54fd3888c168e /src/php_snuffleupagus.h | |
| parent | 260f17f112e2d081783c6dc102f81666ac2435d9 (diff) | |
implemented ini settings protection
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 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 | ||
| 89 | extern zend_module_entry snuffleupagus_module_entry; | 90 | extern zend_module_entry snuffleupagus_module_entry; |
| 90 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry | 91 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry |
