You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update version, removed unrelated methods from ezQuery class to globa…
…l functions only
- added/tested two additional security related functions, `is_traversal` and `sanitize_path` to go along with `clean_string`
Code cleanup, refactor for PHP 8 compatibility, and bug fixes discove…
…red in doing so
- bug fixes, prior to PHP 8, `**@**` silenced errors which this library used to return `**false**` instead, that is not no longer possible with PHP 8
- Linux and Windows CI tests move to GitHub Actions
- General code style fixes
- merged bug fix#199
- fixed tests in issue #200, and corrections for PR #201