-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix PSR16 compatibility by sanitizing Colon symbol #447
Conversation
@dbu I'm not sure how we can keep the functional test for the CacheClient here correctly as the dependency graph seems hard to control what is compatible with the specific symfony cache. |
thanks for this. kinda weird how many characters are not allowed in the key. psr-16 specifially forbids RE simple-cache version: that is indeed unfortunate. it seems symfony 5 had psr-16 only as dev-dependency and thats the reason why composer does not know this won't work. as this is the legacy 1.x branch, i propose we specifically do a not super elegant, but its a bit of an edge case and not the reponsiblity of jackalope-doctrine-dbal . want to do that? |
@dbu urlencode does not catch |
right. according to https://www.php.net/manual/en/function.urlencode.php that should be the only mismatch, right? |
@dbu I think so. |
thanks a lot! squashed and added changelog entries in #448 |
See sulu/sulu#7394