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

Improve PHP parsing performance #1775

Merged
merged 3 commits into from
Jul 7, 2017
Merged

Improve PHP parsing performance #1775

merged 3 commits into from
Jul 7, 2017

Commits on Jul 7, 2017

  1. Update phpegjs to 1.0.0-beta5

    This version gets rid of expensive `mb_strlen` and `mb_substr` calls
    during parsing.
    nylen committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    5c16f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e79cc9 View commit details
    Browse the repository at this point in the history
  3. Move error log output to unit test failure message

    Remove unused variable
    westonruter committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    4c4fef8 View commit details
    Browse the repository at this point in the history