-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<entry xmlns="http://www.w3.org/2005/Atom"> | ||
<title>PHP 8.1.30 Released!</title> | ||
<id>https://www.php.net/archive/2024.php#2024-09-26-4</id> | ||
<published>2024-09-26T19:56:50+00:00</published> | ||
<updated>2024-09-26T19:56:50+00:00</updated> | ||
<link href="https://www.php.net/index.php#2024-09-26-4" rel="alternate" type="text/html"/> | ||
<link href="https://www.php.net/archive/2024.php#2024-09-26-4" rel="via" type="text/html"/> | ||
<category term="releases" label="New PHP release"/> | ||
<category term="frontpage" label="PHP.net frontpage news"/> | ||
<content type="xhtml"> | ||
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.1.30. This is a security release.</p> | ||
|
||
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> | ||
|
||
<p>For source downloads of PHP 8.1.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, | ||
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. | ||
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.30">ChangeLog</a>. | ||
</p> </div> | ||
</content> | ||
</entry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
$_SERVER['BASE_PAGE'] = 'releases/8_1_30.php'; | ||
include_once __DIR__ . '/../include/prepend.inc'; | ||
site_header('PHP 8.1.30 Release Announcement'); | ||
?> | ||
<h1>PHP 8.1.30 Release Announcement</h1> | ||
|
||
<p>The PHP development team announces the immediate availability of PHP 8.1.30. This is a security release.</p> | ||
|
||
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> | ||
|
||
<p>For source downloads of PHP 8.1.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, | ||
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. | ||
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.30">ChangeLog</a>. | ||
</p> | ||
<?php site_footer(); |