HomePhabricator

Patch the `JSONLint` external to be compatible with PHP 5.2

Description

Patch the JSONLint external to be compatible with PHP 5.2

Summary: The JSONLint external utilizes the shorthand ternary (?:) syntax, which is only available from PHP 5.3. Expand the shorthand ternary form into ordinary ternary form to ensure compatibility with PHP 5.2. Depends on D10433.

Test Plan: Not sure how...

Reviewers: epriestley, Blessed Reviewers

Reviewed By: epriestley, Blessed Reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10435

Details

Provenance
joshuaspenceAuthored on
joshuaspencePushed on Sep 8 2014, 11:06 PM
Reviewer
Blessed Reviewers
Differential Revision
D10435: Patch the `JSONLint` external to be compatible with PHP 5.2
Parents
rPHUa53cffa15d62: Add some additional PHP extensions to the compatibility map
Branches
Unknown
Tags
Unknown

Event Timeline