1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

PHP 8.3 released! (#825)

This commit is contained in:
Sergey Panteleev
2023-11-23 19:39:41 +03:00
committed by GitHub
parent afff2c0bc7
commit 34b4f31237
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ $intro = <<<EOF
<img class="hero-logo" src="/images/logos/php-logo-white.svg" alt="php" width="240" height="120">
<p class="hero-text">A <strong>popular general-purpose scripting language</strong> that is especially suited to web development.<br />Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.</p>
<div class="hero-actions">
<a href="/releases/8.2/index.php" class="hero-btn hero-btn-primary">What's new in 8.2</a>
<a href="/releases/8.3/index.php" class="hero-btn hero-btn-primary">What's new in 8.3</a>
<a href="/downloads.php" class="hero-btn hero-btn-secondary">Download</a>
</div>
EOF;