]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-scm-pluscharisbad.patch
- memory limit patches merged
[packages/eventum.git] / eventum-scm-pluscharisbad.patch
CommitLineData
e6d0bc98
ER
1scm checkins which happen to produce plus sign after base64_encode get decoded
2as garbage as plus sign in url means space. and then the data can't be decoded
3back to original string.
4
5$ php -r 'echo base64_encode("pood >qwertyuiopadsfzkq1"), "\n";'
6cG9vZCA+cXdlcnR5dWlvcGFkc2Z6a3Ex
7$ php -r 'echo base64_decode("cG9vZCA+cXdlcnR5dWlvcGFkc2Z6a3Ex"), "\n";'
8pood >qwertyuiopadsfzkq1
9$ php -r 'echo base64_decode("cG9vZCA cXdlcnR5dWlvcGFkc2Z6a3Ex"), "\n";'
10