From 8f94a1179e9cf9d96f18ec6c851dddbecd54ea6f Mon Sep 17 00:00:00 2001 From: Thibault "bui" Koechlin Date: Wed, 18 Oct 2017 13:17:46 +0200 Subject: .drop() is not a `nop` anymore `.drop()` is now baillout out, instead of nop'ing the call. This closes #13--- src/sp_unserialize.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_unserialize.c') diff --git a/src/sp_unserialize.c b/src/sp_unserialize.c index b3dfad7..64e34a5 100644 --- a/src/sp_unserialize.c +++ b/src/sp_unserialize.c @@ -13,6 +13,7 @@ PHP_FUNCTION(sp_serialize) { sp_log_err("disabled_functions", "Unable to find the pointer to the original function 'serialize' in " "the hashtable.\n"); + return; } /* Compute the HMAC of the textual representation of the serialized data*/ -- cgit v1.3