Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for overloaded strlen #93

Merged
merged 4 commits into from
Sep 13, 2013
Merged

Fix for overloaded strlen #93

merged 4 commits into from
Sep 13, 2013

Commits on Aug 3, 2013

  1. cleanup

    Nathan committed Aug 3, 2013
    Configuration menu
    Copy the full SHA
    879d1a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2013

  1. Configuration menu
    Copy the full SHA
    98c3af5 View commit details
    Browse the repository at this point in the history
  2. version bump

    Nathan committed Sep 12, 2013
    Configuration menu
    Copy the full SHA
    d5b1a40 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2013

  1. Fix bug where users could have overloaded strlen() with

    http://php.net/manual/en/mbstring.overload.php. If mb_strlen exists we
    will use that, else fall back on strlen()
    hello-josh committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7e496db View commit details
    Browse the repository at this point in the history