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

Backports for 5.2.2 (Part 1) #431

Merged
merged 2 commits into from
Jun 5, 2017
Merged

Commits on Jun 5, 2017

  1. Remove PHPDocumentor & change travis platform for hhvm tests (jsonrai…

    …nbow#429)
    
    * Remove dev-time dependency on phpdocumentor due to resolution headaches
    
    * Switch distro for hhvm testing to trusty (precise now unsupported)
    erayd committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    14973ed View commit details
    Browse the repository at this point in the history
  2. Bugfix for jsonrainbow#424 - add '?' for query string (jsonrainbow#425)

    Note that this bugfix will cause empty query strings to be dropped (e.g.
    http://example.com?#blue becomes http://example.com#blue). This is
    because the '?' character is deliberately not captured as part of the
    query string, and the testsuite expects to be able to pass an empty
    query string and *not* have the '?' added for that case.
    erayd committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    f120ce1 View commit details
    Browse the repository at this point in the history