-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Currently the library uses urlencode/urldecode. Could you change it to use rawurlencode/rawurldecode so it encodes spaces as %20 and not +? Since 7.4.3 PHP uses %20 and it would be more consistent with it's setcookie function and $_COOKIE doesn't decode the +. I need to set a cookie that is compatible with that.
Metadata
Metadata
Assignees
Labels
No labels