Closed GoogleCodeExporter closed 8 years ago
Hello
I think it take the /s in user/sweeps for the end delimiter of the regexp, i
need to add some control in it
Original comment by eli...@free.fr
on 7 Jan 2011 at 9:15
This will be fixed in 1.2.0
You can manually patch current version, by replacing line 275
from
return preg_replace('/^VALUE ' . $key . '[0-9 ]*\r\n/', '', $string);
to
return preg_replace('/^VALUE ' . preg_quote($key, '/') . '[0-9 ]*\r\n/', '', $string);
Thank you for pointing this bug out
Original comment by eli...@free.fr
on 7 Jan 2011 at 10:52
I close this issue as version 1.2.0 is out today and fix this bug
http://code.google.com/p/phpmemcacheadmin/downloads/list
Original comment by eli...@free.fr
on 6 Apr 2011 at 8:57
Original issue reported on code.google.com by
bkube...@gmail.com
on 4 Jan 2011 at 10:29