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_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sp_utils.c') diff --git a/src/sp_utils.c b/src/sp_utils.c index ea6afaf..475d552 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -1,6 +1,5 @@ #include "php_snuffleupagus.h" - ZEND_DECLARE_MODULE_GLOBALS(snuffleupagus) bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2) { -- cgit v1.3