stable
Clone or download
Read-only
request #13679: Drop the library used to set the Same-Site cookie flag
PHP 7.3 supports Same-Site cookie out of the box. No functionnal change is expected. Change-Id: Idcd4ca75e06e417f9473c1c51ee4164a69442ff2
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/include/CookieManager.php | +26 | −56 | Go to diff View file |
M | src/common/session/PHP_Session.class.php | +9 | −16 | Go to diff View file |
M | src/composer.json | +0 | −1 | Go to diff View file |
M | src/composer.lock | +1 | −78 | Go to diff View file |
M | tests/phpunit/common/Include/CookieManagerTest.php | +7 | −36 | Go to diff View file |
M | tests/simpletest/common/User/UserManagerTest.php | +9 | −9 | Go to diff View file |