Pull Request: https://github.com/php/web-php/pull/1269 Author: PhilDaiguille
This PR adds a “Notes” column to the [Supported Versions](https://www.php.net/supported-versions.php) page, similar to the one on the [EOL](https://www.php.net/eol.php) page. Each row now includes a link to the corresponding upgrade guide, improving consistency between the two pages and making it easier for users to find relevant documentation. Closes #715.