diff options
| author | Stefan Esser | 2012-02-12 10:47:10 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-02-12 10:47:10 +0100 |
| commit | af51a7f576f0cec1d2c94b9bbb3dfb46dd466a66 (patch) | |
| tree | 32e834a3b76912f11a8934d0e526470f70121203 /post_handler.c | |
| parent | e1d86b42a6bb56efb1c073e238412fe277f4f895 (diff) | |
Fix ZTS compile problem
Diffstat (limited to 'post_handler.c')
| -rw-r--r-- | post_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_handler.c b/post_handler.c index b405ae2..96f4b4a 100644 --- a/post_handler.c +++ b/post_handler.c | |||
| @@ -162,7 +162,7 @@ void suhosin_hook_post_handlers(TSRMLS_D) | |||
| 162 | ini_entry->on_modify = suhosin_OnUpdate_mbstring_encoding_translation; | 162 | ini_entry->on_modify = suhosin_OnUpdate_mbstring_encoding_translation; |
| 163 | } | 163 | } |
| 164 | 164 | ||
| 165 | void suhosin_unhook_post_handlers() | 165 | void suhosin_unhook_post_handlers(TSRMLS_D) |
| 166 | { | 166 | { |
| 167 | zend_ini_entry *ini_entry; | 167 | zend_ini_entry *ini_entry; |
| 168 | 168 | ||
