JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 61 forks source link

Restore php 5.3 #159

Closed glensc closed 3 years ago

glensc commented 3 years ago

The PHP 5.3 was removed, because Travis misconfiguration (32855d5beed16d6b68faea9bb0818c34bf7da9fc). However, seems most PHP 5.3 code is still there. This will attempt to restore such compatibility.

Example:

As the version still won't be tested in CI, such use will be at their own risk, as this project doesn't CI test those versions.

PS: once this project CI is migrated to GitHub actions and setup-php, then PHP 5.3 support cab be enabled in Ci.

glensc commented 3 years ago

Wrong fork, corrected: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51