diff options
| author | xXx-caillou-xXx | 2018-08-27 13:56:44 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-27 11:56:44 +0000 |
| commit | 096e7faa6a5e21e5416a7c8c484e27acd4636a66 (patch) | |
| tree | 3dd11a05c4406280238459be917b8f47d22400f7 /src/php_snuffleupagus.h | |
| parent | 6abdd9abca50c92390b94fbebb3e7065d5d532da (diff) | |
Add whitelist support for php's wrappers
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 96f9dd4..41d9b77 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | #include "sp_crypt.h" | 44 | #include "sp_crypt.h" |
| 45 | #include "sp_session.h" | 45 | #include "sp_session.h" |
| 46 | #include "sp_sloppy.h" | 46 | #include "sp_sloppy.h" |
| 47 | #include "sp_wrapper.h" | ||
| 47 | 48 | ||
| 48 | extern zend_module_entry snuffleupagus_module_entry; | 49 | extern zend_module_entry snuffleupagus_module_entry; |
| 49 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry | 50 | #define phpext_snuffleupagus_ptr &snuffleupagus_module_entry |
