diff options
Diffstat (limited to 'src/sp_unserialize.c')
| -rw-r--r-- | src/sp_unserialize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_unserialize.c b/src/sp_unserialize.c index 476bebc..f78b046 100644 --- a/src/sp_unserialize.c +++ b/src/sp_unserialize.c | |||
| @@ -7,7 +7,7 @@ PHP_FUNCTION(sp_serialize) { | |||
| 7 | 7 | ||
| 8 | /* Call the original `serialize` function. */ | 8 | /* Call the original `serialize` function. */ |
| 9 | orig_handler = zend_hash_str_find_ptr( | 9 | orig_handler = zend_hash_str_find_ptr( |
| 10 | SNUFFLEUPAGUS_G(sp_internal_functions_hook), "serialize", 9); | 10 | SNUFFLEUPAGUS_G(sp_internal_functions_hook), "serialize", 9); |
| 11 | orig_handler(INTERNAL_FUNCTION_PARAM_PASSTHRU); | 11 | orig_handler(INTERNAL_FUNCTION_PARAM_PASSTHRU); |
| 12 | 12 | ||
| 13 | /* Compute the HMAC of the textual representation of the serialized data*/ | 13 | /* Compute the HMAC of the textual representation of the serialized data*/ |
