mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
addc3c92f2
The fix for bug #78929 disabled the conversion of spaces in cookie values to plus signs, but failed to adapt `php_setcookie()` accordingly, so that it uses raw URL encoding as well.