Closed ghost closed 12 years ago
Issue #5 "You should also use ENT_QUOTES. and use htmlentities() instead as it escapes more characters."
^ also added
I merged in some of the changes in this pull request - don't need those Zend Studio files though. Thanks for the submission!
Yea sorry about the ZS files I couldn't get Github for Windows to let me remove them from the commits. I'll get back to this when I finish my next couple projects I have lined up.
Did some PSR stuff;
MCRYPT_MODE_CBC
requiresvi
(see /Shield/Session.php) Windows had a fit over some directory reading and writing, so I added asession_path
to the config array and call it inSession::__construct()
the same way$sessionKey
is handled. You made a commit or 2 since i forked so I might have to rework somethings.