From 1cdb880fac5044194f0bc62dd82fcd4480192ebe Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 14 May 2019 21:57:13 +0200 Subject: Fix the cookie's handling for PHP7.3+ PHP 7.3+ added a new prototype for the cookie setting mechanism, breaking our ghetto samesite-injection, this commit takes care of it. --- src/sp_disabled_functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sp_disabled_functions.c') diff --git a/src/sp_disabled_functions.c b/src/sp_disabled_functions.c index 030fbd8..8177ce1 100644 --- a/src/sp_disabled_functions.c +++ b/src/sp_disabled_functions.c @@ -1,6 +1,5 @@ #include "php_snuffleupagus.h" - ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) static void should_disable(zend_execute_data* execute_data, -- cgit v1.3