CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 21:56:40 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"4e83f6203be8f94e1965bc3ee49a0966"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=ScgysBqtAcYw3W751BOMJBHiDQnTkGBa%2BySD9Gnjf1tt5ikDjtfpVYEbfAt0d1Xh7cdP%2B6oETepXjsrvpczzFkCyce66owsig%2BDTRe7iUeKVG3J6Lzpq4xZVNTMX14XKYuKJzraEgVCjj%2FzB4SD2%2FKp2QoxArhfu8%2B7ze56zm%2FAVbdXEUe6K414wxImbzw7IbDOGoU%2FcVBXo3toSFEZ9aro4vyof%2BU5X6X%2B%2BtxtV8NbTZzNzelaHp5aP%2FB8osNPRympaRpgFnp7VAppZOUkwTQ%3D%3D--3bZy1uhJEuv5tMtA--tgIN7hgo2QGUT2JXqw08%2Fg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1701444969.1753134999; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 21:56:39 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 21:56:39 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C0FA:2C2D65:878EE:C2545:687EB797
Releases · php-parallel-lint/PHP-Parallel-Lint · GitHub
27 Mar 12:35
Loading
21 Feb 13:42
Loading
13 Aug 05:37
Loading
07 Apr 14:45
Loading
04 Apr 12:23
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 23
Releases: php-parallel-lint/PHP-Parallel-Lint
Releases · php-parallel-lint/PHP-Parallel-Lint
v1.4.0
Compare
New version with support up to PHP 8.3 and preliminary support for PHP 8.4.
Added
Fixed
- PHP 8.4 deprecation notice, #154 from @Ayesh and @jrfnl.
- Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @jrfnl, fixes #62.
- Bug fix: files containing the
~
character in their name can now be processed correctly, #118 from @jrfnl. - Bug fix: error message sometimes displayed on last line of code snippet, #98 from @jrfnl, fixes #93.
- Bug fix: error message would sometimes contain duplicate information, #117 from @jrfnl.
- Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @jrfnl.
Changed
- The percentage output in the progress report is now aligned, #140 from @robertology.
- The error message displayed when the PHP version is too low for the application to run is now more informative, #100 from @jrfnl.
- Composer: The package will now identify itself as a static analysis/linting tool, #134 from @staabm.
- Composer: fix grammar error, #139 from @TravisCarden.
- README: improvement to the install instructions, #99 from @samsonasik, fixes #96.
- README: move screenshot, #97 from @jrfnl.
- README: fix typos, #124 from @krsriq.
- Docs: code style consistency, #137 from @lens0021.
Internal
- Prevent PHAR not being compatible with PHP < 7.0, #116 from @jrfnl.
- GH Actions: update used actions, #109, #158 from @jrfnl.
- GH Actions: updates for box 4.x, #121 from @jrfnl.
- GH Actions: fix download URL for box, #125 from @jrfnl.
- GH Actions: use fail-fast with setup-php when creating the binaries, #131, #132 from @jrfnl.
- GH Actions: update PHP version for PHAR boxing, #152 from @jrfnl.
- GH Actions: harden the workflow against PHPCS ruleset errors, #128 from @jrfnl.
- GH Actions: bust the cache semi-regularly, #129 from @jrfnl.
- GH Actions: update PHP versions in workflows, #130 from @jrfnl.
- GH Actions: update for the release of PHP 8.3, #150, #151 from @jrfnl.
- GH Actions: fix duplicate release, #159 from @jrfnl.
- SettingsParseArgumentsTest: fix bug in test, #102 from @jrfnl.
- OutputTest: fix risky test, #156 from @jrfnl.
- Tests: fix issue with Nette Tester 1.x, #141 from @grogy.
- Add dependabot configuration file, #148 from @jrfnl.
Assets 3
3 people reacted
v1.3.2
Compare
New version with improved support for PHP 8.1, is again tested against PHP 5.3 and we welcome @jrfnl as maintainer.
Added
- Support for PHP Console Highlighter 1.0.0, which comes with PHP Console Color 1.0.1, #92 from @jrfnl.
Fixed
- Bug fix: make Phar file run independently of project under scan #63 from @jrfnl, fixes #61.
- Bug fix: checkstyle report could contain invalid XML due to insufficient output escaping #73 from @gmazzap, fixes #72.
- Fix Phar building #70 from @jrfnl. This fixes PHP 8.1 compatibility for the Phar file.
- Documentation fix: the
--show-deprecated
option was missing in both the README as well as the CLIhelp
#84 from @jrfnl, fixes #81 reported by @stronk7.
Changed
- README: updated information about PHAR availability #77 from @jrfnl.
- README: updated CLI example #80 from @jrfnl.
- README: added documentation on how to exclude files from a scan based on the PHP version used #80 from @jrfnl.
- Composer autoload improvement #88 from @jrfnl with thanks to @mfn.
Internal
- Welcome @jrfnl as a new maintainer #32.
- GH Actions: set error reporting to E_ALL #65, #76 from @jrfnl.
- GH Actions: fix failing tests on PHP 5.3-5.5 #71 from @jrfnl and @villfa.
- GH Actions: auto-cancel concurrent builds #76 from @jrfnl.
- GH Actions: testing against PHP 8.2 #74 from @grogy.
- GH Actions: release testing against PHP 5.3 #79 from @jrfnl.
- GH Actions: update used actions #82 from @jrfnl.
- Release checklist can now be found in the
.github
folder #78 from @jrfnl.
Assets 3
v1.3.1
Compare
Assets 3
v1.3.0
Compare
Added
- Allow for multi-part file extensions to be passed using -e (like
-e php,php.dist
) from @jrfnl. - Added syntax error callback #30 from @arxeiss.
- Ignore PHP startup errors #34 from @jrfnl.
- Restore php 5.3 support #51 from @glensc.
Fixed
Changed
Internal
- Normalized composer.json from @OndraM.
- Updated PHPCS dependency from @jrfnl.
- Cleaned coding style from @jrfnl.
- Provide one true way to run the test suite #37 from @mfn.
- Travis: add build against PHP 8.0 and fix failing test #41 from @jrfnl.
- GitHub Actions for testing, and automatic phar creation #46 from @roelofr.
- Add .github folder to .gitattributes export-ignore #54 from @glensc.
- Suggest to curl composer install via HTTPS #53 from @reedy.
- GH Actions: allow for manually triggering a workflow #55 from @jrfnl.
- GH Actions: fix phar creation #55 from @jrfnl.
- GH Actions: run the tests against all supported PHP versions #55 from @jrfnl.
- GH Actions: report CS violations in the PR #55 from @jrfnl.
Assets 3
Released version 1.2.0
Compare
Added
- Added changelog.
Fixed
- Fixed vendor location for running from other folder from @Erkens.
Internal
- Added a .gitattributes file from @jrfnl, thanks for issue to @ondrejmirtes.
- Fixed incorrect unit tests from @jrfnl.
- Fixed minor grammatical errors from @jrfnl.
- Added Travis: test against nightly (= PHP 8) from @jrfnl.
- Travis: removed sudo from @jrfnl.
- Added info about installing like not a dependency.
- Cleaned readme - new organization from previous package.
- Added checklist for new version from @szepeviktor.
For the details you can have a look at the diff.
Assets 2
You can’t perform that action at this time.