PHP::Session bug revealed
well, PHP::Session fails to decode session data when a string includes ‘”;’ (fixed in 0.16) or “}” (not fixed yet).
Now I should say good-bye to regexp + Text::Balanced parser…
well, PHP::Session fails to decode session data when a string includes ‘”;’ (fixed in 0.16) or “}” (not fixed yet).
Now I should say good-bye to regexp + Text::Balanced parser…