Filter
Exclude
Time range
-
Near
Replying to @learnwithmattc
I went from no composer to now having composer run phpcs, phpstan and phpcompatibility on my plugins. If I let AI do the work unchecked, it would be a disaster.
2
81
Released: PHPCompatibility 10.0.0-alpha2 This release brings an initial set of scans for PHP 8.5 new/deprecated/removed features. Also note: this will be the last release supporting PHP_CodeSniffer 3.x / PHP < 7.2. github.com/PHPCompatibility/…
2
6
380
4 Nov 2025
PHPCompatibility の10.0.0-alpha1 がでている。phpバージョンの互換性チェックを範囲指定でできるツール少ないから助かる👀 github.com/PHPCompatibility/…
4
135
16 Jul 2025
For everyone who suggested tools to me, thank you very much. After some workarounds, we ended up using these tools: - PHPStan and Larastan - PHP_CodeSniffer with PHPCompatibility - and @rectorphp
11 Jul 2025
My team and I will be upgrading Laravel from version 9 to the latest version. Do you have any suggestions for tools we can use to check dependencies and code that might potentially break due to the changes?
1
2
289
ちなみに phpcompatibility/php-compatibility:dev-develop でも指摘されます
28 Aug 2024
今日のLT資料です〜! もし見づらい方いたら手元で見てみてください🙏 speakerdeck.com/cocoeyes02/p… #phpstudy
1
3
2
626
📰Latest from WordPress: WordPress 6.4 release scheduled for November 7th with enhanced PHP compatibility -- WP recommends to use PHP 8.1 or 8.2 with this upcoming release and refers to the hosting page for more detailed information, including a few known issues including: make.wordpress.org/core/hand… PHP serves as the foundation for WordPress code, running on the server and vital for security and functionality. WordPress open source teams diligently test and resolve issues with new PHP versions, ensuring compatibility and enabling confident updates of the core software. #WordPress #WebDevelopment #PHPCompatibility

2
36
以前はPHPバージョンアップするとき「PHPCompatibility」ってツールを使うとsyntax errorになるやつを全部リストアップしてくれて超助かっていたけど、4年ぐらい前からメンテ止まっていて悲しみ #phpcon #phpcon2023
2
410
Sometimes I hate my brain... (inspired by checking whether a PHPCompatibility sniff needed to special case constructor property promotion ): github.com/php/php-src/issue…
2
793
24 Jun 2023
Happy birthday PHPCompatibility. On this day in 2010, the first commit was published in what was then known as PHP53Compat_CodeSniffer : github.com/wimg/PHP53Compat_… 🎂

6
183
I've analysed our codebase with #PHPCompatibility against 7.4-8.2 range using 10.x-dev version, and it found 97 errors, so let's take a look at them 🙂. Some of them are false-positives, but the other ones will allow to actually fix potential problems! #PHP thread 🧵👇
Replying to @_Codito_ @wimgtr
Please make sure you use the `develop` branch for PHP 8.x issue detection (at least until PHPCompatibility 10.0 has been released). Secondly, no, detection is not complete. Some things still need to be added, some things cannot be detected via this type of static analysis.
1
1
3
1,182
Even though it's not complete, it's still a good starting point. First fix the issues that PHPCompatibility has detected, before you even consider running the code in one way or another. Thank you for your amazing work.
1
1
3
179
Example: the PHP 8.1 "passing null to non-nullable" deprecation is unlikely to ever be detectable via PHPCompatibility. For more details on what currently is and isn't (yet) covered in the `develop` version, see the pinned issues: github.com/PHPCompatibility/…

1
2
50