Author: Sergey Panteleev (saundefined) Date: 2022-11-28T03:00:31+03:00 Commit: https://github.com/php/web-php/commit/2f335ddbc17ed8959ef14d409655254853e81d62 Raw diff: https://github.com/php/web-php/commit/2f335ddbc17ed8959ef14d409655254853e81d62.diff
PHP 7.4 EOL Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index 56d0f3eca..125f53b14 100644 --- a/eol.php +++ b/eol.php @@ -6,6 +6,7 @@ // Notes for specific branches can be added here, and will appear in the table. $BRANCH_NOTES = [ + '7.4' => '<a href="/migration80">A guide is available for migrating from PHP 7.4 to 8.0.</a>', '7.3' => '<a href="/migration74">A guide is available for migrating from PHP 7.3 to 7.4.</a>', '7.2' => '<a href="/migration73">A guide is available for migrating from PHP 7.2 to 7.3.</a>', '7.1' => '<a href="/migration72">A guide is available for migrating from PHP 7.1 to 7.2.</a>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php