Re: [PHP-WEBMASTER] PHP.net alpha layout

2013-06-21 Thread Patrick ALLAERT
2013/6/21 Derick Rethans der...@php.net:
 On Fri, 21 Jun 2013, Daniel P. Brown wrote:

 On Fri, Jun 21, 2013 at 6:50 AM, Patrick ALLAERT patrickalla...@php.net 
 wrote:
  Hi!
 
  The PHP.net alpha layout is already there since a long time.
  What's remaining for having it beta?
 
  Discussing it with some colleagues, it appears that most of them were
  not aware of its existence.
  Shouldn't we put a small but visible button to let people switch to
  the new layout from any page? It would increase the number of
  alpha/beta-testers and, possibly, decrease the time to adopt the new
  layout.

 Actually, it's always been beta (even activation of the new layout
 requires adding the ?beta=1 query string).

 I'd say just turn on the beta by default, then people whine and stuff
 gets fixed quickly :-)

Mhhh, I would not be opposed to that, but I think it is a bit brutal.

If we provide an overlay, we could maybe do some stats about the
growing adoption of the new layout.

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WEBMASTER] PHP.net alpha layout

2013-06-21 Thread Patrick ALLAERT
2013/6/21 Mike Griffiths mgriffi...@gmail.com:

 On 21 June 2013 16:20, Paul Dragoonis dragoo...@gmail.com wrote:

 Lets have a graceful plan to move people over, in the event we've broken
 anything only a limited number of users will be affected by it.

 Look at the little bar I added on the top of beta
 (http://prototype.php.net)
 I'd like to add a similar one on the LIVE php.net website basically saying
 look at our new theme.

 Thoughts?


 That gets my vote.  It feels like prototype. has been 'coming soon' forever.

Shoot then!

I also think that it's a perfect timing to introduce such a banner as
many users might visit the website to look at PHP 5.5.0 info (adding
Julien to CC for this reason).

 On Fri, Jun 21, 2013 at 4:15 PM, Patrick ALLAERT
 patrickalla...@php.netwrote:

  2013/6/21 Derick Rethans der...@php.net:
   On Fri, 21 Jun 2013, Daniel P. Brown wrote:
  
   On Fri, Jun 21, 2013 at 6:50 AM, Patrick ALLAERT 
  patrickalla...@php.net wrote:
Hi!
   
The PHP.net alpha layout is already there since a long time.
What's remaining for having it beta?
   
Discussing it with some colleagues, it appears that most of them
were
not aware of its existence.
Shouldn't we put a small but visible button to let people switch to
the new layout from any page? It would increase the number of
alpha/beta-testers and, possibly, decrease the time to adopt the
new
layout.
  
   Actually, it's always been beta (even activation of the new
   layout
   requires adding the ?beta=1 query string).
  
   I'd say just turn on the beta by default, then people whine and stuff
   gets fixed quickly :-)
 
  Mhhh, I would not be opposed to that, but I think it is a bit brutal.
 
  If we provide an overlay, we could maybe do some stats about the
  growing adoption of the new layout.
 
  --
  PHP Webmaster List Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 




 --

 Mike Griffiths

 mgriffi...@gmail.com

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WEBMASTER] PHP.net alpha layout

2013-06-21 Thread Patrick ALLAERT
2013/6/21 Paul Dragoonis dragoo...@gmail.com:
 Should i prepare a new 'check out our new beta website' banner to be placed
 on the live site?

+1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Fixed typo

2021-06-10 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-06-10T18:12:17+02:00

Commit: 
https://github.com/php/web-php/commit/0004e1c6fc861218293ef077e94e0747e7b3ba51
Raw diff: 
https://github.com/php/web-php/commit/0004e1c6fc861218293ef077e94e0747e7b3ba51.diff

Fixed typo

Changed paths:
  M  bin/createNewsEntry


Diff:

diff --git a/bin/createNewsEntry b/bin/createNewsEntry
index bf843cd08..dd027d7c0 100755
--- a/bin/createNewsEntry
+++ b/bin/createNewsEntry
@@ -27,7 +27,7 @@ if ($_SERVER['argc'] > 1) {
 $entry->save()->updateArchiveXML();
 
 fwrite(STDOUT, "File saved.\nPlease git diff " . Entry::ARCHIVE_FILE_REL . " 
and sanity-check the changes before committing\n");
-fwrite(STDOUT, "NOTE: Remeber to git add " . Entry::ARCHIVE_ENTRIES_REL . 
$entry->getId() . ".xml !!\n");
+fwrite(STDOUT, "NOTE: Remember to git add " . Entry::ARCHIVE_ENTRIES_REL . 
$entry->getId() . ".xml !!\n");
 
 // Implementation functions
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0RC1

2021-09-02 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-09-02T17:14:07+02:00

Commit: 
https://github.com/php/web-php/commit/6e4bf3d0228ce113728d5f1a769ed42e0d63ca10
Raw diff: 
https://github.com/php/web-php/commit/6e4bf3d0228ce113728d5f1a769ed42e0d63ca10.diff

Announce 8.1.0RC1

Changed paths:
  A  archive/entries/2021-09-02-1.xml
  M  archive/archive.xml


Diff:

diff --git a/archive/archive.xml b/archive/archive.xml
index 15225423c..d7ba6843c 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-09-02-1.xml b/archive/entries/2021-09-02-1.xml
new file mode 100644
index 0..ffaf999cc
--- /dev/null
+++ b/archive/entries/2021-09-02-1.xml
@@ -0,0 +1,46 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.0 RC 1 available for testing
+  https://www.php.net/archive/2021.php#2021-09-02-1
+  2021-09-02T15:36:40+00:00
+  2021-09-02T15:36:40+00:00
+  https://www.php.net/index.php#id2021-09-02-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-09-02-1; rel="via" 
type="text/html"/>
+  
+  
+http://www.w3.org/1999/xhtml;>
+  
+The PHP team is pleased to announce the release of PHP 8.1.0, RC 1.
+This is the first release candidate, continuing the PHP 8.1 release 
cycle,
+the rough outline of which is specified in the
+https://wiki.php.net/todo/php81;>PHP Wiki.
+  
+  
+For source downloads of PHP 8.1.0, RC 1 please visit the
+https://downloads.php.net/~patrickallaert/;>download page.
+  
+  
+Please carefully test this version and report any issues found in the
+http://bugs.php.net;>bug reporting system.
+  
+  Please DO NOT use this version in production, it is an early test 
version.
+  
+For more information on the new features and other changes, you can 
read the
+https://github.com/php/php-src/blob/php-8.1.0RC1/NEWS;>NEWS file
+or the https://github.com/php/php-src/blob/php-8.1.0RC1/UPGRADING;>UPGRADING
+file for a complete list of upgrading notes. These files can also be
+found in the release archive.
+  
+  
+The next release will be the second release candidate (RC 2), planned
+for 16 September 2021.
+  
+  
+The signatures for the release can be found in
+https://gist.github.com/patrickallaert/8a2e494ab64b44395c9481a323c97b0a;>the
 manifest
+or on https://qa.php.net/;>the QA site.
+  
+  Thank you for helping us make PHP better.
+
+  
+

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0RC2

2021-09-16 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-09-16T20:13:35+02:00

Commit: 
https://github.com/php/web-php/commit/1ae95f4b686a5d614a94a664a7466ee0e5cd21eb
Raw diff: 
https://github.com/php/web-php/commit/1ae95f4b686a5d614a94a664a7466ee0e5cd21eb.diff

Announce 8.1.0RC2

Changed paths:
  A  archive/entries/2021-09-16-1.xml
  M  archive/archive.xml


Diff:

diff --git a/archive/archive.xml b/archive/archive.xml
index 8a8bf5576..d6c9154bb 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-09-16-1.xml b/archive/entries/2021-09-16-1.xml
new file mode 100644
index 0..e1bd98b8b
--- /dev/null
+++ b/archive/entries/2021-09-16-1.xml
@@ -0,0 +1,46 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.0 RC 2 available for testing
+  https://www.php.net/archive/2021.php#2021-09-16-1
+  2021-09-16T20:07:08+02:00
+  2021-09-16T20:07:08+02:00
+  https://www.php.net/index.php#id2021-09-16-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-09-16-1; rel="via" 
type="text/html"/>
+  
+  
+http://www.w3.org/1999/xhtml;>
+  
+The PHP team is pleased to announce the release of PHP 8.1.0, RC 2.
+This is the second release candidate, continuing the PHP 8.1 release 
cycle,
+the rough outline of which is specified in the
+https://wiki.php.net/todo/php81;>PHP Wiki.
+  
+  
+For source downloads of PHP 8.1.0, RC 2 please visit the
+https://downloads.php.net/~patrickallaert/;>download page.
+  
+  
+Please carefully test this version and report any issues found in the
+http://bugs.php.net;>bug reporting system.
+  
+  Please DO NOT use this version in production, it is an early test 
version.
+  
+For more information on the new features and other changes, you can 
read the
+https://github.com/php/php-src/blob/php-8.1.0RC2/NEWS;>NEWS file
+or the https://github.com/php/php-src/blob/php-8.1.0RC2/UPGRADING;>UPGRADING
+file for a complete list of upgrading notes. These files can also be
+found in the release archive.
+  
+  
+The next release will be the third release candidate (RC 3), planned
+for 30 September 2021.
+  
+  
+The signatures for the release can be found in
+https://gist.github.com/patrickallaert/7ddadb0704186367d33f7c7c61acb7ce;>the
 manifest
+or on https://qa.php.net/;>the QA site.
+  
+  Thank you for helping us make PHP better.
+
+  
+

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0RC3

2021-09-30 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-09-30T19:18:37+02:00

Commit: 
https://github.com/php/web-php/commit/3091246d77a3f445fcc593587597d0abcab8c373
Raw diff: 
https://github.com/php/web-php/commit/3091246d77a3f445fcc593587597d0abcab8c373.diff

Announce 8.1.0RC3

Changed paths:
  A  archive/entries/2021-09-30-1.xml
  M  archive/archive.xml


Diff:

diff --git a/archive/archive.xml b/archive/archive.xml
index 109d1ce52..eb95945ea 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-09-30-1.xml b/archive/entries/2021-09-30-1.xml
new file mode 100644
index 0..d0cef2b46
--- /dev/null
+++ b/archive/entries/2021-09-30-1.xml
@@ -0,0 +1,46 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.0 RC 3 available for testing
+  https://www.php.net/archive/2021.php#2021-09-30-1
+  2021-09-30T19:13:21+02:00
+  2021-09-30T19:13:21+02:00
+  https://www.php.net/index.php#id2021-09-30-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-09-30-1; rel="via" 
type="text/html"/>
+  
+  
+http://www.w3.org/1999/xhtml;>
+  
+The PHP team is pleased to announce the release of PHP 8.1.0, RC 3.
+This is the third release candidate, continuing the PHP 8.1 release 
cycle,
+the rough outline of which is specified in the
+https://wiki.php.net/todo/php81;>PHP Wiki.
+  
+  
+For source downloads of PHP 8.1.0, RC 3 please visit the
+https://downloads.php.net/~ramsey/;>download page.
+  
+  
+Please carefully test this version and report any issues found in the
+http://bugs.php.net;>bug reporting system.
+  
+  Please DO NOT use this version in production, it is an early test 
version.
+  
+For more information on the new features and other changes, you can 
read the
+https://github.com/php/php-src/blob/php-8.1.0RC3/NEWS;>NEWS file
+or the https://github.com/php/php-src/blob/php-8.1.0RC3/UPGRADING;>UPGRADING
+file for a complete list of upgrading notes. These files can also be
+found in the release archive.
+  
+  
+The next release will be the fourth release candidate (RC 4), planned
+for 14 October 2021.
+  
+  
+The signatures for the release can be found in
+https://gist.github.com/ramsey/e26a846ead09c6d19a5539fb2747bd4f;>the 
manifest
+or on https://qa.php.net/;>the QA site.
+  
+  Thank you for helping us make PHP better.
+
+  
+

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.1

2021-12-17 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-12-17T17:54:57+01:00

Commit: 
https://github.com/php/web-php/commit/807423f8e4ded01ba49fac48b621f844f795ed7e
Raw diff: 
https://github.com/php/web-php/commit/807423f8e4ded01ba49fac48b621f844f795ed7e.diff

Announce 8.1.1

Changed paths:
  A  archive/entries/2021-12-17-1.xml
  A  releases/8_1_1.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 84871a8cf..b86bd7126 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,27 @@
 ?>
 
 
+
+Version 8.1.1
+
+IMAP:
+
+   (imap_(un)delete accept sequences, not single 
numbers).
+
+PCRE:
+
+  Update bundled PCRE2 to 10.39.
+   (Out of bounds in php_pcre_replace_impl).
+
+Standard:
+
+   (stream_get_contents() may unnecessarily 
overallocate).
+
+
+
+
+
+
 
 Version 8.1.0
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 9c3c6eab2..f0f97dc11 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-12-17-1.xml b/archive/entries/2021-12-17-1.xml
new file mode 100644
index 0..a7e24a967
--- /dev/null
+++ b/archive/entries/2021-12-17-1.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.1 Released!
+  https://www.php.net/archive/2021.php#2021-12-17-1
+  2021-12-17T17:31:25+01:00
+  2021-12-17T17:31:25+01:00
+  https://www.php.net/index.php#id2021-12-17-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-12-17-1; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.1. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.1 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.1;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index af515678e..ac77c9899 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.0' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_0.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '25 Nov 2021',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.0.tar.gz',
+  'name' => 'PHP 8.1.0 (tar.gz)',
+  'sha256' => 
'848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125',
+  'date' => '25 Nov 2021',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.0.tar.bz2',
+  'name' => 'PHP 8.1.0 (tar.bz2)',
+  'sha256' => 
'0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61',
+  'date' => '25 Nov 2021',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.0.tar.xz',
+  'name' => 'PHP 8.1.0 (tar.xz)',
+  'sha256' => 
'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc',
+  'date' => '25 Nov 2021',
+),
+  ),
+  'museum' => false,
+),
 '8.0.13' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index b69e49a4b..28b48a7c6 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.0',
-'date'=> '25 Nov 2021',
+'version' => '8.1.1',
+'date'=> '16 Dec 2021',
 'tags'=> [], // Set to ['security'] for security releases.
 'sha256' => [
-'tar.gz'  => 
'848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125',
-'tar.bz2' => 
'0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61',
-'tar.xz'  => 
'a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc',
+'tar.gz'  => 
'4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d',
+'tar.bz2' => 
'8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e',
+'tar.xz'  => 
'33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856',
 ]
 ];
 
diff --git a/releases/8_1_1.php b/releases/8_1_1.php
new file mode 100644
index 0..b1a4bc316
--- /dev/null
+++ b/releases/8_1_1.php
@@ -0,0 +1,16 @@
+
+PHP 8.1.1 Release Announcement
+
+The PHP development team announces the imm

[PHP-WEBMASTER] [web-php] master: 8.1.0 tarballs

2021-11-23 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-23T20:39:56+01:00

Commit: 
https://github.com/php/web-php/commit/6a90ce128cd948583f507dbecfdfc03e95a261e2
Raw diff: 
https://github.com/php/web-php/commit/6a90ce128cd948583f507dbecfdfc03e95a261e2.diff

8.1.0 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index bbf5eecec..a07506607 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit bbf5eececea026017530b9b2454a692d5aeceab9
+Subproject commit a07506607c7a4bb9f2fac7b6822d77366caf94cb

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: 8.1.0 tarballs

2021-11-23 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-23T20:08:49+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/a07506607c7a4bb9f2fac7b6822d77366caf94cb
Raw diff: 
https://github.com/php/web-php-distributions/commit/a07506607c7a4bb9f2fac7b6822d77366caf94cb.diff

8.1.0 tarballs

Changed paths:
  A  php-8.1.0.tar.bz2
  A  php-8.1.0.tar.bz2.asc
  A  php-8.1.0.tar.gz
  A  php-8.1.0.tar.gz.asc
  A  php-8.1.0.tar.xz
  A  php-8.1.0.tar.xz.asc


Diff:

diff --git a/php-8.1.0.tar.bz2 b/php-8.1.0.tar.bz2
new file mode 100644
index 000..03ceb27
Binary files /dev/null and b/php-8.1.0.tar.bz2 differ
diff --git a/php-8.1.0.tar.bz2.asc b/php-8.1.0.tar.bz2.asc
new file mode 100644
index 000..0c5b300
--- /dev/null
+++ b/php-8.1.0.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmGdObkACgkQGZ+d/vb/
+uv2zAhAAh8XwQSAMOM86xbcTScnAyhHSSTtujaCH/vUMOEsdE1a/fc0a0lAwW4T1
+/IFF/0+GLpOBq827KtG8DrklNBnnc3wOwGWrBu55timNWuT5vuwFuOqExf2Nrlw3
+Pxz1rQ1CbCkEsBr8gF74/Tw5MS8fay+Oq0FXqHPLfL/8/oBBmpPsddR/0ycFB7PP
+K1OVnpRwfq3UanVOUxOQxfsR86sGsldNn6y8iv2N2D/Mq8Qxjeu1ZAy34gwytUW3
+g0XxcXAYA23KwWuDM9S4zdSTjh5cGCzbt3ueRXC59ar3wNkL8dAQlytlyWT1U8B+
+OCCp/Nc94ebNXZFe0TfltMgpepjOYkJw33MzJC3K3EgAeUI4zzgB38CS8ekYExDq
+VtTW9edUCt1SBXbsoX910QyU5O4HWA84qc80Jk2Qoiong7IRnotHDsf8pAzDeg3L
+MSCxU8syPieMRiS1eYaFXV+DRY8ByiGuOLtMeh00OSMkXGK6QP7x31XKs+SbVli9
+Pen4KR4X3mNQ3akAM5qSMiHkzitZXhjtcu9guuwgzinBhJENIEQlKbvmDVAUjWlF
+uPdHPby9Ip33sL8ZCRs3YQUofz3DaGbxZqDu801yUzYjWG/f2IXauU7QUkMiZ1yY
+rbRoO/YMLy8rz80rOK8tAS3GiyxVn5hR2Fcgsks9za0ZXx8oQA4=
+=7J12
+-END PGP SIGNATURE-
diff --git a/php-8.1.0.tar.gz b/php-8.1.0.tar.gz
new file mode 100644
index 000..b125454
Binary files /dev/null and b/php-8.1.0.tar.gz differ
diff --git a/php-8.1.0.tar.gz.asc b/php-8.1.0.tar.gz.asc
new file mode 100644
index 000..4ab8ce5
--- /dev/null
+++ b/php-8.1.0.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmGdObkACgkQGZ+d/vb/
+uv39wg//Yfy45SiTS/72gTQhZhX0ssSeMHuYh5Uv2GLtb5HrzpYmaJYfUKs5SS3r
+Ztik7sV8HclvRfy1wZGv4TkFPrptxjXXSpvrXaLKRb4qqN4XUtD1MpuX11BUrX9S
+J2izARb/OK9+NNn1zuQ0gPC3gjdE4RvUP9DOv3DcDktg91itaUWeM4/B4o1RCQlk
+H2UPmVE4ZX5QZrAY1TDjuxDpT5N32piLHPR6/oO/iTb5Y9vBLDH0qYVG1wlrwtH4
+B2JDLnvN1B1Ta4t4wbR3EgpKkMP4VTAbcnTbM7fm0kHB8at6RZCFbroLoz8BpLGi
+oHGPFIDrbswn26Vtgb7hH7SpaD3ZbXi3sc0x0kSbyPScS2LOpSoCH4xbTR090VAK
+1hbsZBMszTu3sI089EHzWaQ6FuPQONXONEKzSOG7WWk7Y1alfhjUMuRNTQHIxj0R
+xjIzHK8N71RWK3qJkPloQKZwCC83saNAWknj+w0oO5JNvt6NHobPJzBogfmZqFov
+VYqQFrvG/Vy0ff3tGrpvQkSyUvNtsvL50lY8CCj37OJ0H0XiVHbZxblvBU6hFGgN
+bU6+wN7fmm++iS9Jk39qsIGzsFB1MWKqwcUdrkvUo04U5HfFtpoko6hqGldYKpxh
+QUktAat9U2n/DtHAcscUzs8odrN9hRnvi2ENIURrsM3EWYYJZYU=
+=kUBK
+-END PGP SIGNATURE-
diff --git a/php-8.1.0.tar.xz b/php-8.1.0.tar.xz
new file mode 100644
index 000..52cb067
Binary files /dev/null and b/php-8.1.0.tar.xz differ
diff --git a/php-8.1.0.tar.xz.asc b/php-8.1.0.tar.xz.asc
new file mode 100644
index 000..564ba10
--- /dev/null
+++ b/php-8.1.0.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmGdOboACgkQGZ+d/vb/
+uv29OQ/+MTwutRkruh5cqqrfCsAHUq8zaIsb5e2aQnaOhVZ93S/tfEKxQjVaGLyQ
+6D0eZtToCr/yGE3LCl5514OpgF2yf6Nvpx1xtHlVcsYY94ULChBTDGyng7wlxRx3
+aAZRBNqUHtVCN/ZluzCndcbc32j05ukIjFLYM3OuEY9pK7DbrW+EAt4LA67uffSL
+0pdrFTVNVFvUsoykN40rixCR4vDyAGocHOq90MjYj/VBy/1I9wN87pV55qt3E9xw
+XnYX6M3ZZHeaqmiDv7EcN7vf47qtbmQM5XEn5iUnFDY6HCyLkvjgkTNJhY9FrXxp
+4ciRWzTbzHQ+8TF8SG3CVdFnTe1rTAtHvorq4A6VV7FB7zeAvkTJNLaIfs6/YULp
+hMLk6A/N/gGpM7qgJwgB2Cg2DGOYyHK0dxJ1l5CaRIFOT2xBSUI5O3YdC40o7UyD
+Zh3iN7X8aLCcfqCdGgBlVaIjLCMvhqtlJU3JKMlp3A3cgXlyRcr72eT3lBH3J/QE
+UZECfudsHFzNdE6FZu0sVTm+oDd7CHPJboS06CuwcuElxHZHhS9e6kfmNvNTBw6g
+8vHDS5tq8kqiox8R1sSGN9gCSH1EkI2Em+G0JFouTap2/UNl8/jCcvdKL+kdjydH
+TQs21fi59WE7BXJjymbnUozLRx3owLmDxo3U9IInUKwRLUnYmZU=
+=jy/h
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Reordering changelog based sorted NEWS

2021-11-27 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-27T13:21:43+01:00

Commit: 
https://github.com/php/web-php/commit/296def2afd842ae1a0f9bf1a337a03ff79ef8781
Raw diff: 
https://github.com/php/web-php/commit/296def2afd842ae1a0f9bf1a337a03ff79ef8781.diff

Reordering changelog based sorted NEWS

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 2a2955c94..a65dfdb1e 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -37,40 +37,27 @@
(__sleep allowed to return non-array).
(function scope static variables are not bound 
to a unique function).
(__callStatic fired in base class through a 
parent call if the method is private).
+   (incorrect debug info on Closures with implicit 
binds).
 
-FPM:
+CLI:
 
-  Added openmetrics status format.
-  Enable process renaming on macOS.
-  Added pm.max_spawn_rate option to configure max spawn child processes 
rate.
-   (Future possibility for heap overflow in FPM 
zlog).
-   (PHP-FPM oob R/W in root process leading to 
privilege escalation) (CVE-2021-21703).
-   (Events port mechanism).
+   (Server logs incorrect request method).
 
-Reflection:
+COM:
 
-  Implement ReflectionFunctionAbstract::getClosureUsedVariables 
(krakjoe)
-   (ArgumentCountError when getting default value 
from ReflectionParameter with new).
-   (PHP 8.1: ReflectionClass-getTraitAliases() 
crashes with Internal error).
-   (Enum: ReflectionMethod-getDeclaringClass() 
return a ReflectionClass).
-   (Make ReflectionEnum and related class 
non-final).
-   (ReflectionProperty::getDefaultValue() returns 
current value for statics).
-   (ReflectionProperty::__toString() renders 
current value, not default value).
-   (ReflectionAttribute is not a Reflector).
-   (no way to determine if Closure is static).
+  Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT.
 
-XML:
+Curl:
 
-   (special character is breaking the path in xml 
function). (CVE-2021-21707)
-   (XML_OPTION_SKIP_WHITE strips embedded 
whitespace).
+   (Support CURLOPT_SSLCERT_BLOB for cert 
strings).
 
 Date:
 
-  Speed up finding timezone offset information.
(Regression Incorrect difference after timezone 
change).
(Interval serialization regression since 7.3.14 
/ 7.4.2).
(Incorrect timezone transition details for POSIX 
data).
(Missing second with inverted interval).
+  Speed up finding timezone offset information.
(date_create_from_format misses leap year).
(DateTimeZone::getTransitions() truncated).
(Wrong diff between 2 dates in different 
timezones).
@@ -78,7 +65,7 @@
(DateTimeZone silently falls back to UTC when 
providing an offset with seconds).
(Regression in 8.1: add() now truncate 
-f).
(Date interval calculation not correct).
-   (Incorrect difference using DateInterval)
+   (Incorrect difference using DateInterval).
(date_diff() function returns false result).
(dst not handled past 2038).
(Wrong date diff).
@@ -94,7 +81,7 @@
(DateTime::add does only care about backward DST 
transition, not forward).
(DateTime-diff having issues with leap days 
for timezones ahead of UTC).
(Date difference varies according day time).
-   (DateTime's diff DateInterval incorrect in 
timezones from UTC+01:00 to UTC+12:00.
+   (DateTime's diff DateInterval incorrect in 
timezones from UTC+01:00 to UTC+12:00).
(diff makes wrong in hour for Asia/Tehran).
(DateTime::diff() generates months differently 
between time zones).
(timelib mishandles future timestamps (triggered 
by 'zic -b slim')).
@@ -103,200 +90,207 @@
(DateTime objects behave incorrectly around DST 
transition).
(DateTime(Immutable)::sub around DST yield 
incorrect time).
 
-GD:
-
-  Convert resourcegd font to object \GdFont.
-   (libpng warning from imagecreatefromstring).
-
-Standard:
-
-   (incorrect debug info on Closures with implicit 
binds).
-   (gethostbyaddr('::1') returns ip instead of name 
after calling some other method).
-   (Incorrectly using libsodium for argon2 
hashing).
-   (SplFileObject::fgetcsv incorrectly returns a 
row on premature EOF).
-   (PHP 7.3+ memory leak when unserialize() is used 
on an associative array).
-   (Serialization is unexpectedly allowed on 
anonymous classes with __serialize()).
-   (hrtime breaks build on OSX before Sierra).
-
 DBA:
 
(TokyoCabinet driver leaks memory).
 
-JSON:
-
-   (Change of $depth behaviour in json_encode() on 
PHP 8.1).
-
-MBString:
+DOM:
 
-   (mbstring may use pointer from some previous 
request).
-   (mb_detect_encoding() regression).
+   (DOMElement::setIdAttribute() called twice may 
remove ID).
 
-CLI:
+FFI:
 
-   (Server logs incorrect request method).
+   ("TYPE *" shows unhelpful message when type is 
not defined).
 
-PCRE:
+Filter:
 
-   (PCRE2 10.35 JIT performance regression).
-  Bundled PCRE2 is 10.37.
+   (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE 
failing).
 
-PgSQL:
+FPM:
 
-  Convert resourcepgsql link to object \PgSql\Connection.

[PHP-WEBMASTER] [web-php] master: Fixed invalid HTML

2021-11-26 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-26T12:43:32+01:00

Commit: 
https://github.com/php/web-php/commit/5eb615c888bb7af3a2f79365df5d27daeea7a12f
Raw diff: 
https://github.com/php/web-php/commit/5eb615c888bb7af3a2f79365df5d27daeea7a12f.diff

Fixed invalid HTML

Changed paths:
  M  index.php


Diff:

diff --git a/index.php b/index.php
index 84dd7e3d3..929ab536e 100644
--- a/index.php
+++ b/index.php
@@ -183,7 +183,7 @@
 $announcements
 User Group Events
 Special Thanks
-
+
   Social media
   
 
@@ -195,7 +195,7 @@
   
 
   
-
+
 
 SIDEBAR_DATA;
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Fixed DPC21 news entry missing xmlns change

2021-11-26 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-26T13:06:32+01:00

Commit: 
https://github.com/php/web-php/commit/5c7eeea2acd67efc62063e7b940bec89a848f272
Raw diff: 
https://github.com/php/web-php/commit/5c7eeea2acd67efc62063e7b940bec89a848f272.diff

Fixed DPC21 news entry missing xmlns change

As a result, it was generating invalid HTML reported with errors:
Bad value http://www.w3.org/2005/Atom for the attribute xmlns (only 
http://www.w3.org/1999/xhtml permitted here).

In the HTML we could see multiple:
```
http://www.w3.org/2005/Atom;>
```

Changed paths:
  M  archive/entries/2021-04-04-1.xml


Diff:

diff --git a/archive/entries/2021-04-04-1.xml b/archive/entries/2021-04-04-1.xml
index 166d91f0e..04e785410 100644
--- a/archive/entries/2021-04-04-1.xml
+++ b/archive/entries/2021-04-04-1.xml
@@ -9,13 +9,15 @@
   http://php.net/ns/news;>2021-06-17
   
   http://php.net/ns/news; 
link="https://www.phpconference.nl; title="DPC21 
Schedule">dpc21-schedule.png
-  
-Join us for 2 full days of Insights, Inspiration  Exclusive 
talks around PHP and Web Technology!
-June 17 and 18, 2021 - DPC Online edition
-In light of health and safety recommendations from public health 
authorities, and our assessment of the duration of this pandemic, we will be 
organising the DPC conference as an 100% online event on June 17  18, 
2021.
-Master Classes  Exclusive talks
-Join our pre-conference Workshop day Thursday June 17 with master 
classes from the PHP  Web Tech community. These online workshops are in 
small groups and provide an opportunity to spend time with an expert, going 
in-depth on a specific topic.
-Followed by the main Conference day Friday June 18 full of interesting 
brand new live streamed talks!
-https://www.phpconference.nl; 
title="DPC21">https://www.phpconference.nl
-
+  
+http://www.w3.org/1999/xhtml;>
+  Join us for 2 full days of Insights, Inspiration  Exclusive 
talks around PHP and Web Technology!
+  June 17 and 18, 2021 - DPC Online edition
+  In light of health and safety recommendations from public health 
authorities, and our assessment of the duration of this pandemic, we will be 
organising the DPC conference as an 100% online event on June 17  18, 
2021.
+  Master Classes  Exclusive talks
+  Join our pre-conference Workshop day Thursday June 17 with master 
classes from the PHP  Web Tech community. These online workshops are in 
small groups and provide an opportunity to spend time with an expert, going 
in-depth on a specific topic.
+  Followed by the main Conference day Friday June 18 full of 
interesting brand new live streamed talks!
+  https://www.phpconference.nl; 
title="DPC21">https://www.phpconference.nl
+
+  
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.0 is a minor release

2021-11-27 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-27T10:43:38+01:00

Commit: 
https://github.com/php/web-php/commit/5655f6285ca46f5168dc0ed80de5e41317bbea09
Raw diff: 
https://github.com/php/web-php/commit/5655f6285ca46f5168dc0ed80de5e41317bbea09.diff

8.1.0 is a minor release

related to 2d1dca45fe6a8f0d100c901b626509318c84828c

Changed paths:
  M  releases/8_1_0.php


Diff:

diff --git a/releases/8_1_0.php b/releases/8_1_0.php
index 9813c56c8..051b37701 100644
--- a/releases/8_1_0.php
+++ b/releases/8_1_0.php
@@ -5,7 +5,7 @@
 ?>
 PHP 8.1.0 Release Announcement
 
-The PHP development team announces the immediate availability of PHP 8.1.0. 
This release marks the latest major release of the PHP language.
+The PHP development team announces the immediate availability of PHP 8.1.0. 
This release marks the latest minor release of the PHP language.
 
 PHP 8.1 comes with numerous improvements and new features such as:
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0

2021-11-25 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-25T18:55:41+01:00

Commit: 
https://github.com/php/web-php/commit/70d91087d73012f49b5e66b6d2ca218b4dd3e66c
Raw diff: 
https://github.com/php/web-php/commit/70d91087d73012f49b5e66b6d2ca218b4dd3e66c.diff

Announce 8.1.0

Changed paths:
  A  archive/entries/2021-11-25-1.xml
  A  releases/8_1_0.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index ad5feb7ad..2a2955c94 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -3,9 +3,306 @@
 include_once __DIR__ . '/include/prepend.inc';
 include_once __DIR__ . '/include/changelogs.inc';
 
-$MINOR_VERSIONS = ['8.0'];
+$MINOR_VERSIONS = ['8.1', '8.0'];
 changelog_header(8, $MINOR_VERSIONS);
 ?>
+
+
+
+Version 8.1.0
+
+Core:
+
+  Fixed inclusion order for phpize builds on Windows.
+  Added missing hashtable insertion APIs for arr/obj/ref.
+   (Relative file path is removed from 
uploaded file).
+   (CE_CACHE allocation with concurrent 
access).
+   (Fiber does not compile on AIX).
+   (SEGFAULT in 
zend_do_perform_implementation_check).
+   (Header injection via default_mimetype / 
default_charset).
+   (Fix compile failure on Solaris with clang).
+   (Observer may not be initialized properly).
+   (Using Enum as key in WeakMap triggers GC + 
SegFault).
+   (TEST_PHP_CGI_EXECUTABLE badly set in 
run-tests.php).
+   (unset() of $GLOBALS sub-key yields 
warning).
+   (New ampersand token parsing depends on new line 
after it).
+   (Unicode characters in cli.prompt causes 
segfault).
+   ("Declaration should be compatible with" gives 
incorrect line number with traits).
+   (CLI server: insufficient cleanup if request 
startup fails).
+   (match error message improvements).
+   (Fiber support missing for Solaris Sparc).
+   (Comparison of fake closures doesn't work).
+   (powerpc64 build fails on fibers).
+   (Cyclic unserialize in TMPVAR operand may 
leak).
+   (__sleep allowed to return non-array).
+   (function scope static variables are not bound 
to a unique function).
+   (__callStatic fired in base class through a 
parent call if the method is private).
+
+FPM:
+
+  Added openmetrics status format.
+  Enable process renaming on macOS.
+  Added pm.max_spawn_rate option to configure max spawn child processes 
rate.
+   (Future possibility for heap overflow in FPM 
zlog).
+   (PHP-FPM oob R/W in root process leading to 
privilege escalation) (CVE-2021-21703).
+   (Events port mechanism).
+
+Reflection:
+
+  Implement ReflectionFunctionAbstract::getClosureUsedVariables 
(krakjoe)
+   (ArgumentCountError when getting default value 
from ReflectionParameter with new).
+   (PHP 8.1: ReflectionClass-getTraitAliases() 
crashes with Internal error).
+   (Enum: ReflectionMethod-getDeclaringClass() 
return a ReflectionClass).
+   (Make ReflectionEnum and related class 
non-final).
+   (ReflectionProperty::getDefaultValue() returns 
current value for statics).
+   (ReflectionProperty::__toString() renders 
current value, not default value).
+   (ReflectionAttribute is not a Reflector).
+   (no way to determine if Closure is static).
+
+XML:
+
+   (special character is breaking the path in xml 
function). (CVE-2021-21707)
+   (XML_OPTION_SKIP_WHITE strips embedded 
whitespace).
+
+Date:
+
+  Speed up finding timezone offset information.
+   (Regression Incorrect difference after timezone 
change).
+   (Interval serialization regression since 7.3.14 
/ 7.4.2).
+   (Incorrect timezone transition details for POSIX 
data).
+   (Missing second with inverted interval).
+   (date_create_from_format misses leap year).
+   (DateTimeZone::getTransitions() truncated).
+   (Wrong diff between 2 dates in different 
timezones).
+   (Missing second with inverted interval).
+   (DateTimeZone silently falls back to UTC when 
providing an offset with seconds).
+   (Regression in 8.1: add() now truncate 
-f).
+   (Date interval calculation not correct).
+   (Incorrect difference using DateInterval)
+   (date_diff() function returns false result).
+   (dst not handled past 2038).
+   (Wrong date diff).
+   (DateTime. diff returns negative values).
+   (date_diff on two dates with timezone set 
localised returns wrong results).
+   (Incorrect date from timestamp).
+   (Extra day on diff between begin and end of 
march 2016).
+   (DateTime::diff confuse on timezone 
'Asia/Tokyo').
+   (Datetime add not realising it already applied 
DST change).
+   (DateTimeImmutable::getTimestamp() triggers DST 
switch in incorrect time).
+   (Handling DST transitions correctly).
+   (Date diff is bad calculated, in same time 
zone).
+   (DateTime::add does only care about backward DST 
transition, not forward).
+   (DateTime-diff having issues with leap days 
for timezones ahead of UTC).
+   (Date difference varies according day time).
+   (DateTime's diff DateInterval incorrect in 
timezones from UTC+01:00 to UTC+12:00.
+   (diff makes wrong in hour fo

[PHP-WEBMASTER] [web-php] master: Fixed: no announcement addendum (yet?)

2021-11-25 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-11-25T19:09:22+01:00

Commit: 
https://github.com/php/web-php/commit/6c04898705b85479189c6fbd41c95b8af7ae7aba
Raw diff: 
https://github.com/php/web-php/commit/6c04898705b85479189c6fbd41c95b8af7ae7aba.diff

Fixed: no announcement addendum (yet?)

Changed paths:
  M  archive/entries/2021-11-25-1.xml


Diff:

diff --git a/archive/entries/2021-11-25-1.xml b/archive/entries/2021-11-25-1.xml
index bf17e79ea..8f20dc994 100644
--- a/archive/entries/2021-11-25-1.xml
+++ b/archive/entries/2021-11-25-1.xml
@@ -14,7 +14,6 @@
 
 PHP 8.1 comes with numerous improvements and new features such as:
 
-Take a look at the https://www.php.net/releases/8.1/;>PHP 8.1 
Announcement Addendum for more information.
 
   https://www.php.net/manual/en/language.enumerations.php;>Enumerations
   https://wiki.php.net/rfc/readonly_properties_v2;>Readonly 
properties

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0RC5

2021-10-28 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-10-28T20:45:25+02:00

Commit: 
https://github.com/php/web-php/commit/46473fb5f7fedc3f169c55fb7c22a596b55d
Raw diff: 
https://github.com/php/web-php/commit/46473fb5f7fedc3f169c55fb7c22a596b55d.diff

Announce 8.1.0RC5

Changed paths:
  A  archive/entries/2021-10-28-2.xml
  M  archive/archive.xml


Diff:

diff --git a/archive/archive.xml b/archive/archive.xml
index 9077c532e..df8e1dcc3 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-10-28-2.xml b/archive/entries/2021-10-28-2.xml
new file mode 100644
index 0..a04c5f1d8
--- /dev/null
+++ b/archive/entries/2021-10-28-2.xml
@@ -0,0 +1,46 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.0 RC 5 available for testing
+  https://www.php.net/archive/2021.php#2021-10-28-2
+  2021-10-28T20:39:10+02:00
+  2021-10-28T20:39:10+02:00
+  https://www.php.net/index.php#id2021-10-28-2; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-10-28-2; rel="via" 
type="text/html"/>
+  
+  
+http://www.w3.org/1999/xhtml;>
+  
+The PHP team is pleased to announce the release of PHP 8.1.0, RC 5.
+This is the fifth release candidate, continuing the PHP 8.1 release 
cycle,
+the rough outline of which is specified in the
+https://wiki.php.net/todo/php81;>PHP Wiki.
+  
+  
+For source downloads of PHP 8.1.0, RC 5 please visit the
+https://downloads.php.net/~patrickallaert/;>download page.
+  
+  
+Please carefully test this version and report any issues found in the
+http://bugs.php.net;>bug reporting system.
+  
+  Please DO NOT use this version in production, it is an early test 
version.
+  
+For more information on the new features and other changes, you can 
read the
+https://github.com/php/php-src/blob/php-8.1.0RC5/NEWS;>NEWS file
+or the https://github.com/php/php-src/blob/php-8.1.0RC5/UPGRADING;>UPGRADING
+file for a complete list of upgrading notes. These files can also be
+found in the release archive.
+  
+  
+The next release will be the sixth and last release candidate (RC 6), 
planned
+for 11 November 2021.
+  
+  
+The signatures for the release can be found in
+https://gist.github.com/patrickallaert/5a15116a09411fe85ca880f0f66b1898;>the
 manifest
+or on https://qa.php.net/;>the QA site.
+  
+  Thank you for helping us make PHP better.
+
+  
+

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: 8.1.1 tarballs

2021-12-14 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-12-15T03:07:24+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/50bbe60988a148a8686147215d7052c91c8c1f9f
Raw diff: 
https://github.com/php/web-php-distributions/commit/50bbe60988a148a8686147215d7052c91c8c1f9f.diff

8.1.1 tarballs

Changed paths:
  A  php-8.1.1.tar.bz2
  A  php-8.1.1.tar.bz2.asc
  A  php-8.1.1.tar.gz
  A  php-8.1.1.tar.gz.asc
  A  php-8.1.1.tar.xz
  A  php-8.1.1.tar.xz.asc


Diff:

diff --git a/php-8.1.1.tar.bz2 b/php-8.1.1.tar.bz2
new file mode 100644
index 000..342235e
Binary files /dev/null and b/php-8.1.1.tar.bz2 differ
diff --git a/php-8.1.1.tar.bz2.asc b/php-8.1.1.tar.bz2.asc
new file mode 100644
index 000..22ff5c3
--- /dev/null
+++ b/php-8.1.1.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmG5TK8ACgkQGZ+d/vb/
+uv2vuhAAnXP4WyDeds27/KBTR0qP+LCxdOx3ajJgXpyhEgf3b6G7jQA0fhu3XAA5
+bm4xvynsfPmYr9RlnS60rmpUK5P3bAdNCCaK9qu3f5C8WF7NWXetl2kbzZr5aZVf
+/iL9iduVvKQ0rvEOhFPB/AuxeBVasTLR4A9A0YjNJEzDiWxIL4CfLNaiLguDT0Ia
+zhX1EDahF/chenmTJwrwtIFoegW7S9ztYjFJBV3rjl/nknutRBaHQX+bgiKJRd5w
+63bsm/W/lxcOHORmK7w2bdUZegb9Htcwt4SRCG1/bEVfX47BsmKmiXtJUzGcNfqR
+fUYMihqsMXX95+ht/LQkTIJFlRprzZEO6Cccl0E9hiZ818gl5ehAbT4l+cdcsTxM
+xrQlcjR27cK+pK5DCgToZJICmWi1SZI8OYCzB/AijaS/sfCwdl55Yg7jvcyCzv7J
+UjnfUKi9WN6is89B6P0VpMlggAfE6L/NXVauN6LNklRW2Y3VT6i6OKAGCONUYPEQ
+s7ZE+hkKW4sNhsQbkaLS7IwzHKpS6aIUSd1MS6iGGeHCHZdobaUW7wMVmNqXMErN
+9Y/QDPpWQ5cgHRwS6HfgHK4Ac1IzUSOwNf8YnuH9WgXV9ZiMUnGA1MMHDwB/4nmL
+/54NbybIT0LluySsG/EloQJm4TshhpWP37IVpU5fTeKUBclS/2Y=
+=+0UC
+-END PGP SIGNATURE-
diff --git a/php-8.1.1.tar.gz b/php-8.1.1.tar.gz
new file mode 100644
index 000..fb8ad95
Binary files /dev/null and b/php-8.1.1.tar.gz differ
diff --git a/php-8.1.1.tar.gz.asc b/php-8.1.1.tar.gz.asc
new file mode 100644
index 000..591e490
--- /dev/null
+++ b/php-8.1.1.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmG5TLAACgkQGZ+d/vb/
+uv13YQ/+KaUeDvD7dSrF+8KJSBjr8W5Nww11emvO15XGY3MPchpSZiEp7sPRMf6l
+e39AFe8OkcdKeTrbXS0vczJR0NC51DJMoOZahVLj8/QiupHapS9InXB8voSjZGT5
+IS3umyX82BXq4VfNPUrpKU3IvbgNpruC+l+BacWk9Q/XwnP17lbRRofyh4w7bbgw
+ruEbNIEojucpGbb71cwKMk6PBw6rMtID8xBjoyKIHl8ZWmhLTM2cKQ90jdwZdyIt
+uIwwayLDmxZ0d2QzzJ5S2SgjINXY75KixFnroEaB7Go5b0DaWl3+jFi2mpleqOpb
+mKCY6TLIgc2w1fEJcjyyaNvVmvj3bOpPWN0bBfitbkGB4RqwzFyWstJ+xG47X29+
+fX0GJsfTPjJ234Ejia0JSxutRWVuNgt32r046m7lVjX857rlisEC5XPYhitGMDM3
+1BspuOpV1tMKzB3rDxzo8ex6XXest1JktZlEoTdeDrf0qpZuINhpYiJoO7ydX+vw
+OKgHQS2e2TZWFfrg64ywEJnEnoJcmmkY+yVdQ7WDjyLjDmpYGxxdIqlx0Ht/FAGk
+i84gubjOsLSsNuFJLJ3LfQTPb9yf6yiKhVXBACzpEcJoiIFSdN2Cp2/hvRANGS48
+Jgfq4DfOlJ5N5dnUIwOg6ej51U59fNs6WR6/LI0JfjH549n1zN0=
+=6tTC
+-END PGP SIGNATURE-
diff --git a/php-8.1.1.tar.xz b/php-8.1.1.tar.xz
new file mode 100644
index 000..55b8028
Binary files /dev/null and b/php-8.1.1.tar.xz differ
diff --git a/php-8.1.1.tar.xz.asc b/php-8.1.1.tar.xz.asc
new file mode 100644
index 000..1231460
--- /dev/null
+++ b/php-8.1.1.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmG5TLAACgkQGZ+d/vb/
+uv0MWRAAvExd3AEpYYO4s3NExVCEO+QXZWYXPFhLcBgQ60OMKgE0EfRiKsoonjaB
+RFB1wKvZ6WCyyzaPtVkrcRJUUxO1Tn1dYOd0sd4N2yUhDqzEXorDmwbheSXIjaNd
+eoR/YwI5HOxR+ap1HZHe+iAwadKYveZVV5xy5jJk3/UjY7TH5J9g19SMVmn1C2JN
+A2QQjgaJLy4bj2UQ51noBJkt6FfDDWgU+dGvMxV9AO2lcm0MO+4UZ3rQk/5io1kL
+ee3JnP6OUMCfQc3g36LO9JKIT7Xc7PaPoZevMKbimzhfrgIvKH9hGMAbY35zz8Z2
+8TjaABEK7psQmn7hCqEtFuUzYjAbIju4Hu8r1Bozjmgqf+EG//lqyld9Z2oY806m
+Vw6XdRWriKdM2sjHFUXXzSC2NuFNUN46k/z58037rkhuyygB4UCy8Sez7zYz48xf
+7PMvg83tEHZ0ElyKI3kVKWUSQyKbpOZRQhf+M5E46u3ISFisT7LyEz9jZjKbD1eB
+z7zAfSbopYnebL8SFsq6J2g71DUUmJgo0kBi/5ikWTXvGK0VWDagaZ7b/haQscJx
+pVuVC1p66W/iTTGuQoVL96C5tkoIBIJ41KFiRhRtlgg3Ub7RIlZIUQ2ufqvIvnUI
+hrlJz76sj103X0VUTKlZMWo+a1eJO0hhdNVUwa3WvJe9+iM6dow=
+=lXCs
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.1 tarballs

2021-12-15 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-12-15T03:18:43+01:00

Commit: 
https://github.com/php/web-php/commit/f04f6e04d5bb2616a0b364c531d9e9c634214d3d
Raw diff: 
https://github.com/php/web-php/commit/f04f6e04d5bb2616a0b364c531d9e9c634214d3d.diff

8.1.1 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 84f75be53..50bbe6098 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 84f75be53391c96156a2783da2cdd30a4f521897
+Subproject commit 50bbe60988a148a8686147215d7052c91c8c1f9f

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.0beta1

2021-07-22 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2021-07-22T17:43:50+02:00

Commit: 
https://github.com/php/web-php/commit/40840e3c3f89d6dd95baa4b8cdf22d6f206f86c2
Raw diff: 
https://github.com/php/web-php/commit/40840e3c3f89d6dd95baa4b8cdf22d6f206f86c2.diff

Announce 8.1.0beta1

Changed paths:
  A  archive/entries/2021-07-22-1.xml
  M  archive/archive.xml


Diff:

diff --git a/archive/archive.xml b/archive/archive.xml
index 3593c202f..116934829 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2021-07-22-1.xml b/archive/entries/2021-07-22-1.xml
new file mode 100644
index 0..207888277
--- /dev/null
+++ b/archive/entries/2021-07-22-1.xml
@@ -0,0 +1,31 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.0 Beta 1 available for testing
+  https://www.php.net/archive/2021.php#2021-07-22-1
+  2021-07-22T17:22:51+02:00
+  2021-07-22T17:22:51+02:00
+  https://www.php.net/index.php#id2021-07-22-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2021.php#2021-07-22-1; rel="via" 
type="text/html"/>
+  
+  
+http://www.w3.org/1999/xhtml;>
+  
+The PHP team is pleased to announce the first beta release of PHP 
8.1.0, Beta 1.
+This continues the PHP 8.1 release cycle, the rough outline of which 
is specified in the
+https://wiki.php.net/todo/php81;>PHP Wiki.
+  
+  For source downloads of PHP 8.1.0 Beta 1 please visit the https://downloads.php.net/~ramsey;>download page.
+  Please carefully test this version and report any issues found in the 
http://bugs.php.net;>bug reporting system.
+  Please DO NOT use this version in production, it is an early test 
version.
+  
+For more information on the new features and other changes, you can 
read the
+https://github.com/php/php-src/blob/php-8.1.0beta1/NEWS;>NEWS file,
+or the https://github.com/php/php-src/blob/php-8.1.0beta1/UPGRADING;>UPGRADING
+file for a complete list of upgrading notes. These files can also be 
found in the release archive.
+  
+  The next release will be Beta 2, planned for Aug 5 2021.
+  The signatures for the release can be found in https://gist.github.com/ramsey/01daaa0d42d3cf002f64d51d21fd8789;>the 
manifest or on https://qa.php.net/;>the QA site.
+  Thank you for helping us make PHP better.
+
+  
+

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce 8.1.3

2022-02-17 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-02-18T01:03:54+01:00

Commit: 
https://github.com/php/web-php/commit/2f4fcfb23f6b67bda22bd9d141aee8754f687dc0
Raw diff: 
https://github.com/php/web-php/commit/2f4fcfb23f6b67bda22bd9d141aee8754f687dc0.diff

Announce 8.1.3

Changed paths:
  A  archive/entries/2022-02-17-3.xml
  A  releases/8_1_3.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 3153f5789..d06df399e 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,54 @@
 ?>
 
 
+
+Version 8.1.3
+
+Core:
+
+   (Attribute instantiation leaves dangling 
pointer).
+  Fixed bug  (Environment vars 
may be mangled on Windows).
+  Fixed bug  (Segfault when INI 
file is not readable).
+
+FFI:
+
+  Fixed bug  (FFI::cast() from 
pointer to array is broken).
+
+Filter:
+
+  Fix #81708: UAF due to php_filter_float() failing for ints. 
(CVE-2021-21708)
+
+FPM:
+
+  Fixed memory leak on invalid port.
+  Fixed bug  (Invalid 
OpenMetrics response format returned by FPM status page.
+
+MBString:
+
+  Fixed bug  (mb_send_mail may 
delimit headers with LF only).
+
+MySQLnd:
+
+  Fixed bug  (MariaDB version 
prefix 5.5.5- is not stripped).
+
+pcntl:
+
+  Fixed pcntl_rfork build for DragonFlyBSD.
+
+Sockets:
+
+  Fixed bug  (sockets extension 
compilation errors).
+
+Standard:
+
+  Fixed bug  (Regression in 
unpack for negative int value).
+  Fixed bug  (mails are sent 
even if failure to log throws exception).
+
+
+
+
+
+
 
 Version 8.1.2
 
diff --git a/archive/archive.xml b/archive/archive.xml
index f17357da9..4fded951a 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2022-02-17-3.xml b/archive/entries/2022-02-17-3.xml
new file mode 100644
index 0..8798e5615
--- /dev/null
+++ b/archive/entries/2022-02-17-3.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.3 Released!
+  https://www.php.net/archive/2022.php#2022-02-17-3
+  2022-02-17T23:59:59+01:00
+  2022-02-17T23:59:59+01:00
+  https://www.php.net/index.php#id2022-02-17-3; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2022.php#2022-02-17-3; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.3. This is a security 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.3 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.3;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 5f264b781..6bc8690db 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.2' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_2.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '20 Jan 2022',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.2.tar.gz',
+  'name' => 'PHP 8.1.2 (tar.gz)',
+  'sha256' => 
'9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde',
+  'date' => '20 Jan 2022',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.2.tar.bz2',
+  'name' => 'PHP 8.1.2 (tar.bz2)',
+  'sha256' => 
'913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9',
+  'date' => '20 Jan 2022',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.2.tar.xz',
+  'name' => 'PHP 8.1.2 (tar.xz)',
+  'sha256' => 
'6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd',
+  'date' => '20 Jan 2022',
+),
+  ),
+  'museum' => false,
+),
 '8.0.15' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 597a4b3ce..b7ea6c4d5 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.2',
-'date'=> '20 Jan 2022',
-'tags'=> [], // Set to ['security'] for security releases.
+'version' => '8.1.3',
+'date'=> '17 Feb 2022',
+'tags'=> ['security'], // Set to ['security'] for security 
releases.
 'sha256' => [
-'tar.gz'  => 
'9992409c0543e0c8e89

[PHP-WEBMASTER] [web-php-distributions] master: 8.1.3 tarballs

2022-02-15 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-02-16T02:09:40+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/9811ec7d4429e8ea6750672ae26c32a5a10b07bc
Raw diff: 
https://github.com/php/web-php-distributions/commit/9811ec7d4429e8ea6750672ae26c32a5a10b07bc.diff

8.1.3 tarballs

Changed paths:
  A  php-8.1.3.tar.bz2
  A  php-8.1.3.tar.bz2.asc
  A  php-8.1.3.tar.gz
  A  php-8.1.3.tar.gz.asc
  A  php-8.1.3.tar.xz
  A  php-8.1.3.tar.xz.asc


Diff:

diff --git a/php-8.1.3.tar.bz2 b/php-8.1.3.tar.bz2
new file mode 100644
index 000..2d8ed7a
Binary files /dev/null and b/php-8.1.3.tar.bz2 differ
diff --git a/php-8.1.3.tar.bz2.asc b/php-8.1.3.tar.bz2.asc
new file mode 100644
index 000..45fc59c
--- /dev/null
+++ b/php-8.1.3.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmIMTZ4ACgkQGZ+d/vb/
+uv3YvhAAv7fJAE/ZjYL9sNuF8q2UZz1P3Sxd2PX1FHeadLnX1RWkQFv+pCdD/+rR
+b+HrD6mnzJYjzT/9EGL3+rLP4byWOGWX46jVWvdyWWluGRz4sP9kUjvVYmMRIRtF
+4joY3HqxLaKqlKPo+9gFYJo2NZ5H4QRAB0Eg/1RDn5VS/NVXcYVUUoE/E5u0zv8u
+CsPR14mD59jkON/qYzSswoK1V4QwKNr3sW5+feziJM1mBl9d7lcc0E5wqNQES0+V
+qZoOZE/KsfThdbDnEd3m27Ar5UdKj/yptrcDq8YrCbumbdt3KRDV+wVhWzV1KFO5
+RynOKmxcId17RfatB3/d8SheyZivyQiHtI8utwtEGthyPSFGQE2ml42ilAOMLgdi
+y/V6oxYHaNhmEhyXGiCOGZY3PyxyyDzMsNgMD/1XjnzPH3Gr8Ar/bS8PVFyfJvY4
+aFf55Tm8piQegkcMz34d2MpdRa8Pu0HXFscl/zxc6xoPogw/rkEsBA8zR7V/YC+T
+mzKErjM66Gpf2Cl5NoeOVo61y8dpyWR60ysgQIkhUjheJA3E0d4LtsQ3LLdOAL8l
+UlJeBOvWu16MloHqNJ4+AjVaBu+HMIWSqWjMuZGcQ/N+4DS2hJ97s2yPru15tCw5
+aK0B+TUrXtswjyPSQ6Ytt2ybBz848z4C17EFtGHAs/+/mPmiX5I=
+=1Mik
+-END PGP SIGNATURE-
diff --git a/php-8.1.3.tar.gz b/php-8.1.3.tar.gz
new file mode 100644
index 000..ea37e68
Binary files /dev/null and b/php-8.1.3.tar.gz differ
diff --git a/php-8.1.3.tar.gz.asc b/php-8.1.3.tar.gz.asc
new file mode 100644
index 000..a2cb623
--- /dev/null
+++ b/php-8.1.3.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmIMTZ4ACgkQGZ+d/vb/
+uv2rYhAAtQkhJqSuFBhanVGjvS0kxhXpVwJBxi0wRiuBwCvK8zBrlTUDp4MBzNlC
+TieTkokk1TYnUiEM0WpOUrmOVC+kJTZHB1waf+6D9Rl93CtEnyHI/Joy/cXCl1QX
+qS0UZztFAaZNaUfyXGA2+vvlpu228p5eg7DW72rzeScYTwPXjWzKWaClTK+kZppL
+PEF484Y6FtTEy9uHFPc4AIA/nUq336Uj3ZPl5Aa7yCp9WwRl925obWXGXJeZ4w25
+nkQvi8BGz7ZLmiauLeW24CAd+KN0+8z5UtU08uTxzk/LY2X5qGhVKFOxoiCpgQnf
+s13x9dpQiLbx4ZC9bd8bVkbqMAjsNDar3AjpVwjlTf4alQd6rzABFeDstqJJZp3P
+GHM6MiYxt8rGic2rW+zwlwfWyp3KY4qynbqmIzbKc7TUSkTw0+r6SLLnnAUInHsp
+9LNMGXXGtIK15O90N7uuMIon5EWYpB663R58u1h6TYk81cf/1h7p+rJTqlRMpgbY
+xi/fNMVvAxzaZLZbdXoDnHbr6AcM17YglohJNkPER4eczI5db5eKaFk+WiZvzuNn
+ms7PwQzpgnM7QfvFlxUH/dwkhEBUW/nbMwxUXCWAsRUP6Xy3C0JKThfZSWZ7vvIq
+Z7IEOV8nTbS3SiEKY8WD3Z1TGk63FSBfKNy1pS1UdGQDunukI9g=
+=Xnlz
+-END PGP SIGNATURE-
diff --git a/php-8.1.3.tar.xz b/php-8.1.3.tar.xz
new file mode 100644
index 000..c34da83
Binary files /dev/null and b/php-8.1.3.tar.xz differ
diff --git a/php-8.1.3.tar.xz.asc b/php-8.1.3.tar.xz.asc
new file mode 100644
index 000..ec3b3c2
--- /dev/null
+++ b/php-8.1.3.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmIMTZ4ACgkQGZ+d/vb/
+uv3qwA/+IqaKf1tx9WIg3n9Jw9UPBz6UMWU4wYX4fCm1u118vyLJEDvPOn6fhJTV
+3GiJf+qJ7/vGBsCtbIIc7SbunDUqsYhgfNPOzn0X4034bY7lSFHoC4DZX/+4XqWO
+NfCa0+5hfclwB6EIMyUdaiAHPdgT56TXEIJ2/u4ku8va7c3Ykk9u+YYcYE51yPlA
+5wxpy9Y4avukX7pJ+1ekFvRR66Bmt4lCNCg91NIQHdXcv7xqssyMuN+xtAY4S8b3
+s6X9frQsa7vQU5hrFT1vsJFRVCYljGU65xeo27Mu0kGWkkvjqp+SDZTJsZ/Cvpy6
+os7/OeagvPakhrsy2T+yfelkHwWh8B82buS6xp0T/opYI2ruEN6PyTr7czbOk0r+
++F4DXoGfaALL3C9K2jQTWrA2a578VpjTBk/MHIANKg3iDrGPAspOykb5xk+6Lnn8
+cOxfE7EiYqVP0veWnCYPfCo6Ol97xkCfqmKExw6QWK6iIKQo5Djvu10DNtPW68+K
+P+lw44l77OhoBestMBY7n1BJVP2ARuEETw75t+tFpSBsM8WKSo7wNTUOKqi17d7B
+HB7aQsNBj5DH3riEA+g7y0er1zSuqPkdScNh3DKZfLjNxWq8PoIj2waYsGdFbq12
+2HQIGf2OcvQjpfg51nB2nL0sLtoZsgZ+bNSAml+5zI4grqiikb0=
+=zl9q
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.3 tarballs

2022-02-15 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-02-16T02:15:24+01:00

Commit: 
https://github.com/php/web-php/commit/224b7349467a5566cfc3d60f44b52deec75c6c84
Raw diff: 
https://github.com/php/web-php/commit/224b7349467a5566cfc3d60f44b52deec75c6c84.diff

8.1.3 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 96f513064..9811ec7d4 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 96f51306481192cd1b921eae73f0976107416bc3
+Subproject commit 9811ec7d4429e8ea6750672ae26c32a5a10b07bc

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.5 tarballs

2022-04-12 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-04-12T18:57:45+02:00

Commit: 
https://github.com/php/web-php/commit/568ec367950868d7bb324feef643118e36b36fe1
Raw diff: 
https://github.com/php/web-php/commit/568ec367950868d7bb324feef643118e36b36fe1.diff

8.1.5 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 70d971566..ccdaf4af9 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 70d971566a4528ee4e0f5c94c5ce3ad48258c4f2
+Subproject commit ccdaf4af9db9e16a2e194b23fd3a61e1056cb1da

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: 8.1.5 tarballs

2022-04-12 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-04-12T18:50:33+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/ccdaf4af9db9e16a2e194b23fd3a61e1056cb1da
Raw diff: 
https://github.com/php/web-php-distributions/commit/ccdaf4af9db9e16a2e194b23fd3a61e1056cb1da.diff

8.1.5 tarballs

Changed paths:
  A  php-8.1.5.tar.bz2
  A  php-8.1.5.tar.bz2.asc
  A  php-8.1.5.tar.gz
  A  php-8.1.5.tar.gz.asc
  A  php-8.1.5.tar.xz
  A  php-8.1.5.tar.xz.asc


Diff:

diff --git a/php-8.1.5.tar.bz2 b/php-8.1.5.tar.bz2
new file mode 100644
index 000..d50852d
Binary files /dev/null and b/php-8.1.5.tar.bz2 differ
diff --git a/php-8.1.5.tar.bz2.asc b/php-8.1.5.tar.bz2.asc
new file mode 100644
index 000..abe3cd1
--- /dev/null
+++ b/php-8.1.5.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmJVqXQACgkQGZ+d/vb/
+uv2/pBAAnLsN+qFS2EKrSXiWeQO80rVNUntWgqudFt9Ul5zRqMMDsUK9U5p3Tz8z
+nrQS1vbc8CuVA/ZUOf43sdEyWpSo2DgmZBfMUMk/NSpobpxSxFN6y/3mpZS+WIYW
+MLMO1toeFOtxRwrbi2DVUTXzrwoRnpr1QRh64sK6tP10SUQVKhsT0TOzOA8PKm56
+3PvXhYPsOMTTOsnOHuefNn030wC33ogkiacFcxO5qwhoQ0cujr4qIpdRJeQNrPGz
+FrzLVTWLeeD3bZ05iPfYfQ+9jCtBb0qRqBx0rdOubwIa9NXuU3GEeKjJqHviZmOq
+k04CoGqWCFj3Jy+iYLddHYgn4tAUGDfxhoDDJmSloQB/y+sTLYa08EWOR4qccrDw
+XRupc4Nz+Ady5FkTRgslgxMSqkqtKn0Bn5M6qkFuZ3RI2ZzkFxWzWt1AoV3ON74f
+HeRWaCS/OyUq5dpS6yqmpBTf8KAenDMAjJ8U6+PJnNpUGx4ssnFZe1URQM4evL7m
+rjIaA9FdgSeYDH8ScU3bn0IrWazaGuQxmbCyYfZm/hB+nD0bR63cYWZaJK4jKOo0
+8nLAyj0oYsTfq4Kz5iXtlzh3ddxrTahI55UGO/V7lKUgLwoo8YOI7MmopJK+8i64
+Ai3ZoV9tjfz4I+y8fz78yicHWQux3lBEt/pmGzEvhOghg5TmYfk=
+=Y8PU
+-END PGP SIGNATURE-
diff --git a/php-8.1.5.tar.gz b/php-8.1.5.tar.gz
new file mode 100644
index 000..1b016b9
Binary files /dev/null and b/php-8.1.5.tar.gz differ
diff --git a/php-8.1.5.tar.gz.asc b/php-8.1.5.tar.gz.asc
new file mode 100644
index 000..046fd5e
--- /dev/null
+++ b/php-8.1.5.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmJVqXgACgkQGZ+d/vb/
+uv1dsRAAraxVLncGoJp5cDS6+HtvDK6Uewe6/AAlqORdJ/9y2tmhy9bRh93rcrdj
+JMgvwJZu9tvXYN+PMCVlMC4nUbPNAT2b4l2hIUZBckCl1nemmUrGf3chSmbXCyip
+y7DmZwyOSfrAS8/YBIJo9Mzng8Ky8jS6JwvDPjYZZDV9YkT3dzD7xwm2N0IFg2FC
+u8CXz6SFAAMvZEcQ4lLXXF+cjueyglmKZDeciVSCTjMjrcZtKe3QNNw3e8lSolGl
+k3lxl9gH5iq30vdNpTSGfLVzYHSMOS/oyxqujc5ppYmRGsdN5a7kC5ZKmC2dBbhB
+yCecM9enZRzcI54aLR968Wtidlyb+vKZlePtVbXD6EEt2K2bzXnU31dEsb8MVbA9
+/wfaqGhdKdyJ94Nw4ioJkZqWKbl+AxABg8Qtq6SVwAYqwuhs6Dmwr5JgmInPfiFH
+Uuf2DAZuiLXDHgGd+U8mr8qhuINnEHE98Zw6u+E0rAsNSV8BdeTk8RobW2+C3OKf
+gMhYzzxQa2Bb2iq7JCrjoWEDh9MAMYsKoZy3cuCXa3bAjPWg6RReOyb05QwiODBT
+ORrrbEsUGrqXGv0SkzXPUhjqJMzBrTdXKLdH82B1zY32/m0sFEx5dyck0e1wtDWz
+/feth2QSopjgjBkbyeSXqgaTao8AvZeQ05LpHrbZRHXNcLEXUx8=
+=Diqt
+-END PGP SIGNATURE-
diff --git a/php-8.1.5.tar.xz b/php-8.1.5.tar.xz
new file mode 100644
index 000..7ef55f5
Binary files /dev/null and b/php-8.1.5.tar.xz differ
diff --git a/php-8.1.5.tar.xz.asc b/php-8.1.5.tar.xz.asc
new file mode 100644
index 000..1d9c5ee
--- /dev/null
+++ b/php-8.1.5.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmJVqXgACgkQGZ+d/vb/
+uv3f6xAAihcXulu1gJpoHhKOVkvfucM9V9aID2rvCBSNQFqhnurzfWpTi+RlrNPf
+gs1PRlMuMvlY8PSYQupuNKPrsrtenwbQPnHIvtV0bAGVGHgyM0FI4u2PE0oUPiM3
+AYVqIE3QkMEnVEusa4LwKw0cUczM869mSphGfZR7yiVFTiiOBKXSbf9Rg+akvVnj
+9KLkj5+QEQaLhDahQwWVvYQTdFDH8/tELXKAGGPYG6AcZcwdLAk8NqYmO5KdLdAl
+3EnP7nHo1BRiVp6a3gIjvUmSx3tNiZiwKDxRnKxU3I8GwosJPRqLLNYTr9fljPd+
+KbUdR9rdLxm5DpTbbzBTjft8eWkJ6QEOeVMTej3UbAX9TLeSNU0/0dGiUIW0Tbzl
++hbCIP7y40ImJ0NaNkio7/rJtiO14jb1Pg0N+mCOpCAmNnu2C9MurzWyjWMHHCPN
+bWRe/R1a1YnGfCE2IED0wWv3wVavEBwuQJiiU1r7IFkEKZfg7lxFtph+Gx6XJniN
+G3miYIpYXV0Vvi3Unj/RQAEYfX2ngX/cZ6kv2DBejQcV1yraE84FnsGyZBQHgIo7
+5LuqjxJcF38Psu5pMcI9JTacMSFum89wxbaj9u219TWfMhlqhX5u9kzDKB5+sIs2
+9coNxEj6YzCgIBZ/a4TFmiQdcQa3vERqcay0shq/0fHWv1LztlE=
+=N5BQ
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.5

2022-04-14 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-04-14T18:00:55+02:00

Commit: 
https://github.com/php/web-php/commit/560616aca64d8d9d7e1ee3c538493e0c53bb7f75
Raw diff: 
https://github.com/php/web-php/commit/560616aca64d8d9d7e1ee3c538493e0c53bb7f75.diff

Announce PHP 8.1.5

Changed paths:
  A  archive/entries/2022-04-14-2.xml
  A  releases/8_1_5.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index d75e845c0..2406588e9 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,61 @@
 ?>
 
 
+
+Version 8.1.5
+
+Core:
+
+  Fixed bug  (Enum values in 
property initializers leak).
+  Fixed freeing of internal attribute arguments.
+  Fixed bug  (memory leak of 
internal function attribute hash).
+  Fixed bug  (ZTS support on 
Alpine is broken).
+
+Filter:
+
+  Fixed signedness confusion in php_filter_validate_domain().
+
+Intl:
+
+  Fixed bug  (Can't catch arg 
type deprecation when instantiating Intl classes).
+  Fixed bug  (Compilation error 
on cygwin).
+  Fixed bug  (Fix 
IntlPartsIterator key off-by-one error and first key).
+
+MBString:
+
+  Fixed bug  
(mb_encode_mimeheader: $indent functionality broken).
+
+MySQLi:
+
+  Fixed bug  
(mysqli_fetch_object creates inaccessible properties).
+
+Pcntl:
+
+  Fixed bug  (Compilation error 
on cygwin).
+
+PgSQL:
+
+  Fixed result_type related stack corruption on LLP64 architectures.
+  Fixed bug  (pg_insert() fails 
for references).
+
+Sockets:
+
+  Fixed Solaris builds.
+
+SPL:
+
+  Fixed bug  (SplFileObject - 
seek and key with csv file inconsistent).
+  Fixed bug  (Cannot override 
DirectoryIterator::current() without return typehint in 8.1).
+
+Standard:
+
+  Fixed bug  (Force macOS to use 
statfs).
+
+
+
+
+
+
 
 Version 8.1.4
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 8e6a88802..7d7b7bad6 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2022-04-14-2.xml b/archive/entries/2022-04-14-2.xml
new file mode 100644
index 0..5901ea887
--- /dev/null
+++ b/archive/entries/2022-04-14-2.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.5 Released!
+  https://www.php.net/archive/2022.php#2022-04-14-2
+  2022-04-14T17:49:29+02:00
+  2022-04-14T17:49:29+02:00
+  https://www.php.net/index.php#id2022-04-14-2; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2022.php#2022-04-14-2; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.5. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.5 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.5;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 0762100e5..8e7f0fa85 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.4' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_4.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '17 Mar 2022',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.4.tar.gz',
+  'name' => 'PHP 8.1.4 (tar.gz)',
+  'sha256' => 
'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde',
+  'date' => '17 Mar 2022',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.4.tar.bz2',
+  'name' => 'PHP 8.1.4 (tar.bz2)',
+  'sha256' => 
'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76',
+  'date' => '17 Mar 2022',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.4.tar.xz',
+  'name' => 'PHP 8.1.4 (tar.xz)',
+  'sha256' => 
'05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b',
+  'date' => '17 Mar 2022',
+),
+  ),
+  'museum' => false,
+),
 '8.1.3' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 691f4628b..8f6f8c5f2 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.4',
-'date'=> '17 Mar 2022',
+'version' => '8.1.5',
+   

[PHP-WEBMASTER] [web-php] master: 8.1.23 tarballs

2023-08-30 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-08-30T11:46:56+02:00

Commit: 
https://github.com/php/web-php/commit/bd160d89cf3e41f5f95719231709b99ebf56b0e5
Raw diff: 
https://github.com/php/web-php/commit/bd160d89cf3e41f5f95719231709b99ebf56b0e5.diff

8.1.23 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 47326cbeb..4c0d3638f 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 47326cbeb10760d70427ee42608d0866eedab157
+Subproject commit 4c0d3638f85bfd36be50acd96fe2fa9698b4e560

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.23

2023-08-31 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-08-31T18:41:15+02:00

Commit: 
https://github.com/php/web-php/commit/cb3bb5b744c6c3be2ea8bfdd4e1ba780689833ff
Raw diff: 
https://github.com/php/web-php/commit/cb3bb5b744c6c3be2ea8bfdd4e1ba780689833ff.diff

Announce PHP 8.1.23

Changed paths:
  A  archive/entries/2023-08-31-3.xml
  A  releases/8_1_23.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 6d55c2114a..cd7c842415 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1100,6 +1100,71 @@
 
 
 
+
+Version 8.1.21
+
+CLI:
+
+  Fixed bug  
(cli/get_set_process_title fails on MacOS).
+
+Core:
+
+  Fixed build for the riscv64 architecture/GCC 12.
+
+Curl:
+
+  Fixed bug  (Unable to set 
CURLOPT_ACCEPT_ENCODING to NULL).
+
+DOM:
+
+  Fixed bugs  and  and  and  (DOMExceptions and 
segfaults with replaceWith).
+  Fixed bug  (Setting 
DOMAttr::textContent results in an empty attribute value).
+  Fix return value in stub file for DOMNodeList::item.
+  Fix spec compliance error with '*' namespace for 
DOMDocument::getElementsByTagNameNS.
+  Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
+  Fixed bug  (Memory leak when 
calling a static method inside an xpath query).
+   (append_node of a DOMDocumentFragment does not 
reconcile namespaces).
+   (DOMChildNode::replaceWith() bug when replacing 
a node with itself).
+   (Removed elements are still returned by 
getElementById).
+   (print_r() on DOMAttr causes Segfault in 
php_libxml_node_free_list()).
+   (Crash in DOMNameSpace debug info handlers).
+  Fix lifetime issue with getAttributeNodeNS().
+  Fix "invalid state error" with cloned namespace declarations.
+   and #47530 and #47847 (various namespace 
reconciliation issues).
+   (Completely broken array access functionality 
with DOMNamedNodeMap).
+
+Opcache:
+
+  Fix allocation loop in zend_shared_alloc_startup().
+  Access violation on smm_shared_globals with ALLOC_FALLBACK.
+  Fixed bug  (php still tries 
to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was 
never locked).
+
+OpenSSL:
+
+  Fixed bug  Incomplete 
validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub 
Zelenka).
+
+PGSQL:
+
+  Fixed intermittent segfault with pg_trace.
+
+Phar:
+
+  Fix cross-compilation check in phar generation for FreeBSD.
+
+SPL:
+
+  Fixed bug  (SplFileInfo 
empty getBasename with more than one slash).
+
+Standard:
+
+  Fix access on NULL pointer in array_merge_recursive().
+  Fix exception handling in array_multisort().
+
+
+
+
+
+
 
 Version 8.1.22
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 9d359207d5..098d8aad3e 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-08-31-3.xml b/archive/entries/2023-08-31-3.xml
new file mode 100644
index 00..8f6c33c6db
--- /dev/null
+++ b/archive/entries/2023-08-31-3.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.23 Released!
+  https://www.php.net/archive/2023.php#2023-08-31-3
+  2023-08-31T16:37:56+00:00
+  2023-08-31T16:37:56+00:00
+  https://www.php.net/index.php#2023-08-31-3; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-08-31-3; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.23. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.23 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.23;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index d5e7daeabc..36fcd8a2d4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.22' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_22.php',
+  ),
+  'tags' => 
+  array (
+0 => 'security',
+  ),
+  'date' => '03 Aug 2023',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.22.tar.gz',
+  'name' => 'PHP 8.1.22 (tar.gz)',
+  'sha256' => 
'f5140e94b139b4adec4b29c337537b7b6f1ef023197eb32be909e724e3da157a',
+  'date' => '03 Aug 2023',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.22.tar.bz2',
+  'name' => 'PHP 8.1.22 (tar.bz2)',
+  'sha256' => 
'992

[PHP-WEBMASTER] [web-php] master: Fixed publishing news of PHP 8.1.21 instead of 8.1.23

2023-08-31 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-08-31T18:59:30+02:00

Commit: 
https://github.com/php/web-php/commit/61eaa0cbf963d9d6389eea553789ddd3d29d6d79
Raw diff: 
https://github.com/php/web-php/commit/61eaa0cbf963d9d6389eea553789ddd3d29d6d79.diff

Fixed publishing news of PHP 8.1.21 instead of 8.1.23

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index cd7c842415..24fbe94854 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1100,65 +1100,62 @@
 
 
 
-
-Version 8.1.21
-
+
+Version 8.1.23
+
 CLI:
 
-  Fixed bug  
(cli/get_set_process_title fails on MacOS).
+  Fixed bug  (cli server 
crashes on SIGINT when compiled with ZEND_RC_DEBUG=1).
+  Fixed bug  (Improve man page 
about the built-in server).
 
 Core:
 
-  Fixed build for the riscv64 architecture/GCC 12.
+  Fixed strerror_r detection at configuration time.
 
-Curl:
+Date:
 
-  Fixed bug  (Unable to set 
CURLOPT_ACCEPT_ENCODING to NULL).
+  Fixed bug : Crash with 
DatePeriod when uninitialised objects are passed in.
 
 DOM:
 
-  Fixed bugs  and  and  and  (DOMExceptions and 
segfaults with replaceWith).
-  Fixed bug  (Setting 
DOMAttr::textContent results in an empty attribute value).
-  Fix return value in stub file for DOMNodeList::item.
-  Fix spec compliance error with '*' namespace for 
DOMDocument::getElementsByTagNameNS.
-  Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
-  Fixed bug  (Memory leak when 
calling a static method inside an xpath query).
-   (append_node of a DOMDocumentFragment does not 
reconcile namespaces).
-   (DOMChildNode::replaceWith() bug when replacing 
a node with itself).
-   (Removed elements are still returned by 
getElementById).
-   (print_r() on DOMAttr causes Segfault in 
php_libxml_node_free_list()).
-   (Crash in DOMNameSpace debug info handlers).
-  Fix lifetime issue with getAttributeNodeNS().
-  Fix "invalid state error" with cloned namespace declarations.
-   and #47530 and #47847 (various namespace 
reconciliation issues).
-   (Completely broken array access functionality 
with DOMNamedNodeMap).
+  Fix DOMEntity field getter bugs.
+  Fix incorrect attribute existence check in 
DOMElement::setAttributeNodeNS.
+  Fix DOMCharacterData::replaceWith() with itself.
+  Fix empty argument cases for DOMParentNode methods.
+  Fixed bug  (Wrong default 
value of DOMDocument::xmlStandalone).
+  Fix json_encode result on DOMDocument.
+  Fix manually calling __construct() on DOM classes.
+  Fixed bug  (ParentNode 
methods should perform their checks upfront).
+  Fix segfault when DOMParentNode::prepend() is called when the child 
disappears.
 
-Opcache:
+FFI:
 
-  Fix allocation loop in zend_shared_alloc_startup().
-  Access violation on smm_shared_globals with ALLOC_FALLBACK.
-  Fixed bug  (php still tries 
to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was 
never locked).
+  Fix leaking definitions when using FFI::cdef()-new(...).
 
-OpenSSL:
+MySQLnd:
 
-  Fixed bug  Incomplete 
validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub 
Zelenka).
+  Fixed bug  (authentication 
to a sha256_password account fails over SSL).
+  Fixed bug  (mysqlnd fails to 
authenticate with sha256_password accounts using passwords longer than 19 
characters).
+  Fixed bug  (MySQL Statement 
has a empty query result when the response field has changed, also Segmentation 
fault).
+  Fixed invalid error message "Malformed packet" when connection is 
dropped.
 
-PGSQL:
+Opcache:
 
-  Fixed intermittent segfault with pg_trace.
+  Fixed bug  
(opcache.interned_strings_buffer either has no effect or opcache_get_status() / 
phpinfo() is wrong).
+  Avoid adding an unnecessary read-lock when loading script from shm if 
restart is in progress.
 
-Phar:
+PCNTL:
 
-  Fix cross-compilation check in phar generation for FreeBSD.
+  Revert behaviour of receiving SIGCHLD signals back to the behaviour 
before 8.1.22.
 
 SPL:
 
-  Fixed bug  (SplFileInfo 
empty getBasename with more than one slash).
+   (SplFixedArray::setSize() causes 
use-after-free).
 
 Standard:
 
-  Fix access on NULL pointer in array_merge_recursive().
-  Fix exception handling in array_multisort().
+  Prevent int overflow on $decimals in number_format.
+  Fixed bug  (Fix off-by-one 
bug when truncating tempnam prefix) (athos-ribeiro)
 
 
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.25

2023-10-27 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-10-27T10:20:18+02:00

Commit: 
https://github.com/php/web-php/commit/0df37baa1400bffea32842a2120ace6c08cd0333
Raw diff: 
https://github.com/php/web-php/commit/0df37baa1400bffea32842a2120ace6c08cd0333.diff

Announce PHP 8.1.25

Changed paths:
  A  archive/entries/2023-10-26-3.xml
  A  releases/8_1_25.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index a5c4cc7a4a..be801ab9ea 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1228,6 +1228,88 @@
 
 
 
+
+Version 8.1.25
+
+Core:
+
+  Fixed bug  (memory leak when 
class using trait with doc block).
+  Fixed bug  (Module entry 
being overwritten causes type errors in ext/dom).
+  Fixed bug  
(__builtin_cpu_init check).
+   (ZTS + preload = segfault on shutdown).
+
+CLI:
+
+  Ensure a single Date header is present.
+
+CType:
+
+  Fixed bug  (ctype_alnum 5 
times slower in PHP 8.1 or greater).
+
+DOM:
+
+  Restore old namespace reconciliation behaviour.
+  Fixed bug  (DOMNode 
serialization on PHP ^8.1).
+
+Fileinfo:
+
+  Fixed bug  (fileinfo returns 
text/xml for some svg files).
+
+Filter:
+
+  Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)
+
+Hash:
+
+  Fixed bug  (segfault 
copying/cloning a finalized HashContext).
+
+Intl:
+
+  Fixed bug  (segfault on 
IntlDateFormatter::construct).
+  Fixed bug  
(IntlDateFormatter::construct should throw an exception on an invalid 
locale).
+
+MySQLnd:
+
+  Fixed bug  (PHP Startup: 
Invalid library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line).
+
+Opcache:
+
+  Fixed opcache_invalidate() on deleted file.
+  Fixed bug  (JIT+private 
array property access inside closure accesses private property in child 
class).
+
+PCRE:
+
+  Fixed bug  (Backport 
upstream fix, PCRE regular expressions with JIT enabled gives different 
result).
+
+SimpleXML:
+
+  Fixed bug  (Can't use xpath 
with comments in SimpleXML).
+  Fixed bug  (Entity reference 
produces infinite loop in var_dump/print_r).
+  Fixed bug  (Unable to get 
processing instruction contents in SimpleXML).
+  Fixed bug  (Unable to get 
comment contents in SimpleXML).
+
+Streams:
+
+  Fixed bug  (binding ipv4 
address with both address and port at 0).
+
+XML:
+
+  Fix return type of stub of xml_parse_into_struct().
+  Fix memory leak when calling xml_parse_into_struct() twice.
+
+XSL:
+
+  Fix type error on XSLTProcessor::transformToDoc return value with 
SimpleXML.
+
+Sockets:
+
+  Fix socket_export_stream() with wrong protocol (twosee)
+
+
+
+
+
+
 
 Version 8.1.24
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 52c446e85c..85c9b99832 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-10-26-3.xml b/archive/entries/2023-10-26-3.xml
new file mode 100644
index 00..5b368ac65e
--- /dev/null
+++ b/archive/entries/2023-10-26-3.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.25 Released!
+  https://www.php.net/archive/2023.php#2023-10-26-3
+  2023-10-26T23:49:55+00:00
+  2023-10-26T23:49:55+00:00
+  https://www.php.net/index.php#2023-10-26-3; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-10-26-3; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.25. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.25 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.25;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index d294391b4c..fd8a076281 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.24' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_24.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '28 Sep 2023',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.24.tar.gz',
+  'name' => 'PHP 8.1.24 (tar.gz)',
+  'sha256' => 
'd6001a5c16765cd1897609fc71ff083e35db9a28c8874a1ff191cdebe80a6460',
+  'date' => '28 Sep 2023',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.24.tar.bz2',
+  'name' => 'PHP 8.1.24 (tar.bz2)',
+  'sha256' => 
'b0ae5804a9ad53a7e28d0a32629495f816f935b10830c71f4ec15827185a73c9',
+  

[PHP-WEBMASTER] [web-php] master: 8.1.25 tarballs

2023-10-24 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-10-25T00:04:01+02:00

Commit: 
https://github.com/php/web-php/commit/9c412e96d15b0793e6603eaab84175d4ccc29d3a
Raw diff: 
https://github.com/php/web-php/commit/9c412e96d15b0793e6603eaab84175d4ccc29d3a.diff

8.1.25 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 9c6015993f..9301a93226 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 9c6015993facc5ab7c285c42bdfb40a59379cb56
+Subproject commit 9301a93226ff5b425e67d2e17b61675ec60ce69d

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.11

2022-09-28 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-09-28T11:11:53+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/37c7b0d97d0218937a3d97ea1b6ea699955cf32a
Raw diff: 
https://github.com/php/web-php-distributions/commit/37c7b0d97d0218937a3d97ea1b6ea699955cf32a.diff

Add tarballs for php-8.1.11

Changed paths:
  A  php-8.1.11.tar.bz2
  A  php-8.1.11.tar.bz2.asc
  A  php-8.1.11.tar.gz
  A  php-8.1.11.tar.gz.asc
  A  php-8.1.11.tar.xz
  A  php-8.1.11.tar.xz.asc


Diff:

diff --git a/php-8.1.11.tar.bz2 b/php-8.1.11.tar.bz2
new file mode 100644
index 000..3b01820
Binary files /dev/null and b/php-8.1.11.tar.bz2 differ
diff --git a/php-8.1.11.tar.bz2.asc b/php-8.1.11.tar.bz2.asc
new file mode 100644
index 000..3f82ba1
--- /dev/null
+++ b/php-8.1.11.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmM0D00ACgkQGZ+d/vb/
+uv3H2Q/6Ayd3kKlpe5rkkjOrEAo330bdw4x20kIcHiTHqZCmzn01+z4kPtq1ceR+
+hCfvZyTxQHtTgRQkSPbnQ7Pdfv7bxRRT1a99lcpUfD+tZvIw+NWQerU2N7WketPB
+WsQrZQDPRPnuzf3P3idH5+fFfKjpwX2BqV+72t4ps5aCihc/kRFYT9VRvyEUwWPo
+oHkyohkEnRoMcSlTby8x2XadAEb4XDgEkS3t22DsXHiIuX3HRaeear9VfbP3yzoM
+J0PS+qNd8TVJiyLkZvOXIaARiiZC6T3VNB4tMBYfbq0b+pVGJVr5CdVxldJOeHli
+FK5wtIko+vmMC67IImayEsvUQL2WT8gJg9R1bbeKraGhGSb8Wl08wrecM5vqC9LG
+G8Djn1qUsxgIRTHdI2lz4lSgNxaPriRbcN9EPzyBsZgBMU9akM7ZaQo2Kn1pJHqO
+mph3aiaE7WM09agbNHefyJfQajI3OXV5X1XIEbK2HiVbBU8RsU8qOBGP5CNQfOK5
+zzaCJJT1edk0unPEvW/KJ87NxuI8dg+zQDG71Vzcr8UaMK1FG21eF0KazeuZVzbQ
+GRPNxZ4XBpDBSnBAThVNYbf5QdKu8TO66hNJ6pcdaC7Jvx4/+WTfX5MYZl9T5+RH
+zAK2o02zjurlElsWPRogPxsQbe2sqcmMNi2Las3LCCxkPu7uDvM=
+=EQwp
+-END PGP SIGNATURE-
diff --git a/php-8.1.11.tar.gz b/php-8.1.11.tar.gz
new file mode 100644
index 000..e7bce4b
Binary files /dev/null and b/php-8.1.11.tar.gz differ
diff --git a/php-8.1.11.tar.gz.asc b/php-8.1.11.tar.gz.asc
new file mode 100644
index 000..0417a9c
--- /dev/null
+++ b/php-8.1.11.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmM0D00ACgkQGZ+d/vb/
+uv0sgQ//ZXPpDUNFThSyoNV9ff5YsmdV+eyxgDydmRi77RxnD3KhZ+fxELss2q3u
+4VIlsLqSK0OxujOKe3hlgkwO9aJ6ENQZa7HaDhHD/aLC6AtPjgpleUC3kNxUJOZw
+7qkYCzyGO6UPkH4816hCSBEsKgBiX67JkZ0NLtS/AjSc1iuaVPInW8A0tJ0JkU5l
+nbrIprhAvscH0P1sOiNSwcRvYDRhwCLVgniT/dbqj3aqP0EcYPg9tBa6a0ZEAe+2
+w6Xm8SAZnDvs1xBbxzFSGNYGu/70D+kjfmZ5IZrpWT4MTDL6DIw0OPG6QlrLHpY+
+SUQxJFhv8T/BtYCVThFD833/HX35kz5uiAy5ROyGV3mj8g7osxkM9yWMKyDcXfMj
+P7257KUzBuFFlpTU5qusO8Ad/TjizkG5aHibOXBe1PKoo+dTQuUK9Ll0na9//XkI
+CuIVBJrqoMyM8F7vpv5BTDXUYyS8TQddsg6vC+lDJqiGyCJMKnWiVwvnMdIsOfHG
+xHcVFWtnSoQonpMwf9OL9aYQEZ3SPsbZ6DJng/13Nk4tsyqByf3jOK+fAsaDKjTO
+wySSeZ0cfemUf9TKS2tzgehNAouchu+SJTKA1o4nms/uOaBCswWvIlw9uXfanPio
+Djfff7hdH6J3ARX0DTKQNeBe6k2lKpGSWmShZlonrONrspFVv7I=
+=fgQb
+-END PGP SIGNATURE-
diff --git a/php-8.1.11.tar.xz b/php-8.1.11.tar.xz
new file mode 100644
index 000..534241e
Binary files /dev/null and b/php-8.1.11.tar.xz differ
diff --git a/php-8.1.11.tar.xz.asc b/php-8.1.11.tar.xz.asc
new file mode 100644
index 000..0f0746e
--- /dev/null
+++ b/php-8.1.11.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmM0D00ACgkQGZ+d/vb/
+uv26uBAAkdZmvHNMNh41rzURDLpId335z5A1M5V6mZjXr2xwB2noXs9cLqv0zgGe
+KKMlwUZqWP0CoHEKai/NfkrIJSIKIKznB0HITEBHCkHGNRs5g3W/bMVHBb+n07tN
+LyMWBeJ3Agz99lptQW4zJyMRi6hqAStiYwlpJutiiIgEtG9UEM8BI8fYLPyZs8Dj
+Q9waCVucewcny13QYWk6DWHpBmzHSuRn0FTa3k2ULTfjGl+9XOPTWTGcjNehlBu8
+9NGBxCfHH0G6rDTZPfDfEGDsU2qvqMxr8k+6gfb1mmzyze34a9Aqdlr9KW0pu51c
+eDkJrEV1BTiweT2RBR6x0OkmnHB/Ns1UTcZ9yZVTFvF/ZPxnugcRFRAzoGzzWjar
+CcY2ttJF0g9F4sG8Em3kds2DcUAYCimPG7tM3m66FnoteRPa58ZX5TbOBMpgypAD
+RnGnDSRy//OglE1EG/bFLF4RPgJhPOn3a5n6prW0b2ugujt0+dfgalyGyZvFlaLH
+2Dw6G8Cbf4VExDDxyAH950CYVBTovvnCkKduwFuHhFAcKlV2Mg+eVxkRZs3VAmUU
+zwRphlnVCvKFbXIkC8qZ+vwJ/GnHonDhE9ozuMyWtlOIacqF6RyJnLo8Cll2j4js
+/kpkejJXMnECezlCo0ktUnnsoljHT5aTewdrafLVgBpiifcOlZ8=
+=WZBK
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.11 tarballs

2022-09-28 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-09-28T11:14:15+02:00

Commit: 
https://github.com/php/web-php/commit/bb33cb370c292be0f3219673e6be3b5f9d319834
Raw diff: 
https://github.com/php/web-php/commit/bb33cb370c292be0f3219673e6be3b5f9d319834.diff

8.1.11 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index a2ec878e0..37c7b0d97 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit a2ec878e0bbcc5d444e9da95a0f0aeae16390551
+Subproject commit 37c7b0d97d0218937a3d97ea1b6ea699955cf32a

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.11

2022-09-29 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-09-29T17:34:03+02:00

Commit: 
https://github.com/php/web-php/commit/b1191376aee911374d91b5bf1bec905166f8b842
Raw diff: 
https://github.com/php/web-php/commit/b1191376aee911374d91b5bf1bec905166f8b842.diff

Announce PHP 8.1.11

Changed paths:
  A  archive/entries/2022-09-29-2.xml
  A  releases/8_1_11.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index b3fd23b71..ca9fb4474 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,55 @@
 ?>
 
 
+
+Version 8.1.11
+
+Core:
+
+  : phar wrapper: DOS when using quine gzip 
file.
+  : Don't mangle HTTP variable names that clash 
with ones that have a specific semantic meaning.
+  Fixed bug  (Crash in 
ZEND_RETURN/GC/zend_call_function) (Tim Starling)
+  Fixed bug  (Segmentation 
fault on script exit #9379).
+  Fixed bug  (Invalid class FQN 
emitted by AST dump for new and class constants in constant expressions).
+
+DOM:
+
+   (DOMDocument-replaceChild on doctype causes 
double free).
+
+FPM:
+
+  Fixed bug  (FPM access.log 
with stderr begins to write logs to error_log after daemon reload).
+   ("Headers already sent..." when previous 
connection was aborted).
+
+GMP:
+
+  Fixed bug  (GMP throws the 
wrong error when a GMP object is passed to gmp_init()).
+
+Intl:
+
+  Fixed bug  (Incorrect 
argument number for ValueError in NumberFormatter).
+
+PCRE:
+
+  Fixed pcre.jit on Apple Silicon.
+
+PDO_PGSQL:
+
+  Fixed bug  (PgSQL large 
object resource is incorrectly closed).
+
+Reflection:
+
+  Fixed bug  
(ReflectionFunction provides no way to get the called class of a Closure).
+
+Streams:
+
+  Fixed bug  
($http_response_header is wrong for long status line).
+
+
+
+
+
+
 
 Version 8.1.10
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 5f3c0f735..764429741 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2022-09-29-2.xml b/archive/entries/2022-09-29-2.xml
new file mode 100644
index 0..b3ba73d08
--- /dev/null
+++ b/archive/entries/2022-09-29-2.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.11 Released!
+  https://www.php.net/archive/2022.php#2022-09-29-2
+  2022-09-29T15:28:59+00:00
+  2022-09-29T15:28:59+00:00
+  https://www.php.net/index.php#2022-09-29-2; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2022.php#2022-09-29-2; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.11. This is a security 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.11 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.11;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 69506afb3..8305d1e41 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.10' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_10.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '01 Sep 2022',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.10.tar.gz',
+  'name' => 'PHP 8.1.10 (tar.gz)',
+  'sha256' => 
'3ea4f323109dfbc8d2631d08aa0e08602c1f713678e9dc6c750f081ef49eab0f',
+  'date' => '01 Sep 2022',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.10.tar.bz2',
+  'name' => 'PHP 8.1.10 (tar.bz2)',
+  'sha256' => 
'2de8e0402285f7c56887defe651922308aded58ba60befcf3b77720209e31f10',
+  'date' => '01 Sep 2022',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.10.tar.xz',
+  'name' => 'PHP 8.1.10 (tar.xz)',
+  'sha256' => 
'90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162',
+  'date' => '01 Sep 2022',
+),
+  ),
+  'museum' => false,
+),
 '8.0.22' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index d637816e3..f401d3eb6 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.10',
-'date' => '01 Sep 2022',
-'tags' => [], // Set to ['security'] for secu

[PHP-WEBMASTER] [web-php] master: Manually added CVE info

2022-09-29 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-09-29T17:50:07+02:00

Commit: 
https://github.com/php/web-php/commit/eed0a19115e16f914f67b12dade8ff26c1fa9c5b
Raw diff: 
https://github.com/php/web-php/commit/eed0a19115e16f914f67b12dade8ff26c1fa9c5b.diff

Manually added CVE info

Changed paths:
  M  ChangeLog-8.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index ca9fb4474..4a4eef07c 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -13,8 +13,8 @@
 
 Core:
 
-  : phar wrapper: DOS when using quine gzip 
file.
-  : Don't mangle HTTP variable names that clash 
with ones that have a specific semantic meaning.
+  : phar wrapper: DOS when using quine gzip file. 
(CVE-2022-31628)
+  : Don't mangle HTTP variable names that clash 
with ones that have a specific semantic meaning. (CVE-2022-31629)
   Fixed bug  (Crash in 
ZEND_RETURN/GC/zend_call_function) (Tim Starling)
   Fixed bug  (Segmentation 
fault on script exit #9379).
   Fixed bug  (Invalid class FQN 
emitted by AST dump for new and class constants in constant expressions).

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.9

2022-08-02 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-08-02T15:17:56+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/3016a9c9bdcc839009fd9a2bb89ccb016ad53fee
Raw diff: 
https://github.com/php/web-php-distributions/commit/3016a9c9bdcc839009fd9a2bb89ccb016ad53fee.diff

Add tarballs for php-8.1.9

Changed paths:
  A  php-8.1.9.tar.bz2
  A  php-8.1.9.tar.bz2.asc
  A  php-8.1.9.tar.gz
  A  php-8.1.9.tar.gz.asc
  A  php-8.1.9.tar.xz
  A  php-8.1.9.tar.xz.asc


Diff:

diff --git a/php-8.1.9.tar.bz2 b/php-8.1.9.tar.bz2
new file mode 100644
index 000..b0536fb
Binary files /dev/null and b/php-8.1.9.tar.bz2 differ
diff --git a/php-8.1.9.tar.bz2.asc b/php-8.1.9.tar.bz2.asc
new file mode 100644
index 000..f66f684
--- /dev/null
+++ b/php-8.1.9.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmLpIKgACgkQGZ+d/vb/
+uv2Aiw//f6ohhpgTucfKhYkFt+20CStp44wu1FM8Qexf0P0q2EVKTl+SiqaJE5IN
+RUlAgro7rX3KZD7n6ElBWL7UFGUAJDo3OHvG/mcYXBbJkm+PkHwHYf3agGJe2Ja4
+PqolpK3lT7O0rXqlPcAV/UEF9lUswPstG3siXQe/B32fhCrC65GWQAOM4/XUFaLq
+iaBEO+oEd+UIlbTOOGk1SCXgUEyDAdsHK9kV4XogQ8eoA/+x93LGPk1cdtK/t74O
+KUfbPzFe39+2k0UrcH/ik2pcNTZrULSm4hulSM/7q/91w53ELT/Ii2bGnKw4hgnn
+ZQh7DLPzGyNlbHUO/AEDOHk0oy39M5FcoulbS9pJkFr/0dZ+bXZU7sRWFQ0o4oWU
+fFzXcnaB4OUZXRIoxYBrryExoqy6sSxnBFywKNXJ67SgYYLE5X6kd7wNhFtzvsCQ
++BN2sCxIS1VamiGwW0/32Ft45FrVseIQiK5RfrFQ/q17df/qReuxHNyWxkiHq2vW
+LvpnSFx6GFciPl2ya95HSEFTO4n5K9sPvFbMEYrsf5BD4wYtaipSxszq1pAMMdS+
+SU0aw4brEA1604+chusTAzfN11+zCmgvLThtZX/B74wzmKQ0Ed/BZROgGoU6/lOD
++mJeQs5IR/Q+eFHU3K9hIzYSuZmNXiM4cOTkYuyEEFmJYy7eX1Y=
+=ucrq
+-END PGP SIGNATURE-
diff --git a/php-8.1.9.tar.gz b/php-8.1.9.tar.gz
new file mode 100644
index 000..df9f893
Binary files /dev/null and b/php-8.1.9.tar.gz differ
diff --git a/php-8.1.9.tar.gz.asc b/php-8.1.9.tar.gz.asc
new file mode 100644
index 000..980714e
--- /dev/null
+++ b/php-8.1.9.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmLpIKgACgkQGZ+d/vb/
+uv0LyBAAupZuu+TTvWmN0IfedPcxM6eSizIeyyDCbmvgpfwFL00otXDN6KPns1++
+a6WgCyPfkGn4rXP+wmGrRRfqSa+3HuH4Y1l9eb9DQe8uHIB87VUNEQQfd/vM9lRB
+ahNPsaynJMLf62pzkMkL2lxd1j/ejDpTULzG+K69ZTfpeNX6ISUBgla4vGubrF+S
+YdondTwvIQSzaBa9p0zANTHbf18Le9sLBGqNln/evO7tF+a/vsPmYxYBRr18roGu
+T7EgnbbPEMCk78DD1UNjKYnkNQZj5wx9NeO7Ony+gyFSgsjgyh7OIhOomiJ9Pxxj
+pqAqX6W/hv/uSpY3aWipD7csqN0IxGT/EdC2ryzxBU1jm77iC63GvfQhJXFwrZ0V
+kQtjUdl0UwOCEs2lvVo1M4KD4xX8OdJlRGIj7MNF+upxKnzp+RXX6SecxBvG+4DX
+revVyKPOHesvGDQGUaBhHobCvi+51TvJ5FxxZHZkQE+rFOZnnflZKYJ9THSZP1u1
+0kgZqSUkB99pAiaVivykV4aIXFjnR6q2jhIjNdGYFbbGoetNyclLG8uywZS0ejQV
+G+cCWbIyZ5reHqEJHCuMoMgmy6MiNa6Y3RP6kSC6TG4fBfSUo8RBnjHR9avhFkZ5
+7e3EgNAToTgr8N3ha9oV5CqrAgmcWF4a0Xbe4DKgmZzOxsyyONs=
+=T2eC
+-END PGP SIGNATURE-
diff --git a/php-8.1.9.tar.xz b/php-8.1.9.tar.xz
new file mode 100644
index 000..051b1b0
Binary files /dev/null and b/php-8.1.9.tar.xz differ
diff --git a/php-8.1.9.tar.xz.asc b/php-8.1.9.tar.xz.asc
new file mode 100644
index 000..6d7ebd0
--- /dev/null
+++ b/php-8.1.9.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmLpIKgACgkQGZ+d/vb/
+uv0EGxAAn8Yv9kKqhWMjt8RdovuS6JLduRL3kSLBvXNaCS6Ysva7iTpeKMqZMXLE
+q0xIctq4uH1w9j/qZ4iqthzKqOtuLtQMt42YPR4sVuZM2yEeaHTVthCcA7NqvavG
+31JuHtqpOAxn/2QIokuSG2CIZUY4t6euz7vdEC2S7g59Au5HJqdkW1eH1gMx92Ge
+KZNs65ycfGK09bcXEkugSVWNu8dTOTVWhIbawnFD5NDtg/IeKyM9ZQJBwUk2b0Xl
+Wph6B08DN3fuQ9YPR8COQjCo72vFjKisRQ5yF8rXhe/MDl8Xx3vNDDDfEOuo6DG3
+Ssp3UjR5a8+3MztiNmJv6H8KUX159P9HvPNbry9y2F3DTiTxQxiEwo2qvvajYTpG
+O1P7ZYHPyLbvj3hgpimNtndIRDS0xXqZZZGt/axwv5KeI0tD+MEDhZ/9TktzSydc
+GzOkTgzs15Cz2r+BR36p7pFZBwvY1e92/wxwcVUSWxgH9pbzvT0qxDsaYAvh3Grs
+5nC5PmAHDBPHv/q0C/xtiHZn4D898R1goriQGOu2IsShk+ikRLFV14ymoH1rTwuh
+uLamO0xTJIHlHviwCCRLcwkm+I0z82SAPb8ogQUzWJkxthdVTfkkIxEiny/0mkmF
+syd2+JbOfq6LnennS4WTAQP/gYBhZedtwx2HQII0Dy9+mMtVc2o=
+=6ZO/
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Updating distributions

2022-08-02 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-08-02T15:54:36+02:00

Commit: 
https://github.com/php/web-php/commit/7a25d9006819b6da88f489732afd7c2cbdc1d7b5
Raw diff: 
https://github.com/php/web-php/commit/7a25d9006819b6da88f489732afd7c2cbdc1d7b5.diff

Updating distributions

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 1d2e38ae6..3016a9c9b 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 1d2e38ae68de6d868611267ee2b89cae6a34498e
+Subproject commit 3016a9c9bdcc839009fd9a2bb89ccb016ad53fee

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.9

2022-08-04 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-08-04T14:41:09+02:00

Commit: 
https://github.com/php/web-php/commit/cefb40f5dfd3068517ca8a717438d5b636ca70f7
Raw diff: 
https://github.com/php/web-php/commit/cefb40f5dfd3068517ca8a717438d5b636ca70f7.diff

Announce PHP 8.1.9

Changed paths:
  A  archive/entries/2022-08-04-3.xml
  A  releases/8_1_9.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index f8180b63f..ef47e5359 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,56 @@
 ?>
 
 
+
+Version 8.1.9
+
+CLI:
+
+  Fixed potential overflow for the builtin server via the 
PHP_CLI_SERVER_WORKERS environment variable.
+  Fixed  (Intentionally closing 
std handles no longer possible).
+
+Core:
+
+  Fixed bug  (error_log on 
Windows can hold the file write lock).
+  Fixed bug  (WeakMap object 
reference offset causing TypeError).
+
+Date:
+
+   (DatePeriod doesn't warn with custom 
DateTimeImmutable).
+
+FPM:
+
+  Fixed zlog message prepend, free on incorrect address.
+  Fixed possible double free on configuration loading failure. (Heiko 
Weber).
+
+GD:
+
+  Fixed bug  
(imagecopyresized() error refers to the wrong argument).
+
+Intl:
+
+  Fixed build for ICU 69.x and onwards.
+
+OPcache:
+
+  Fixed bug  (PHP hanging 
infinitly at 100% cpu when check php syntaxe of a valid file).
+  Fixed bug  (Segfault with JIT 
and large match/switch statements).
+
+Reflection:
+
+  Fixed bug  (Fixed 
Reflection::getModifiersNames() with readonly modifier).
+
+Standard:
+
+  Fixed the crypt_sha256/512 api build with clang  12.
+  Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David 
Carlier).
+  Fixed bug  
(php_stream_sock_open_from_socket could return NULL).
+
+
+
+
+
+
 
 Version 8.1.8
 
diff --git a/archive/archive.xml b/archive/archive.xml
index bb37f6b09..bd8954e0c 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2022-08-04-3.xml b/archive/entries/2022-08-04-3.xml
new file mode 100644
index 0..b1c34ea0c
--- /dev/null
+++ b/archive/entries/2022-08-04-3.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.9 Released!
+  https://www.php.net/archive/2022.php#2022-08-04-3
+  2022-08-04T14:33:51+02:00
+  2022-08-04T14:33:51+02:00
+  https://www.php.net/index.php#2022-08-04-3; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2022.php#2022-08-04-3; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.9. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.9 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.9;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index b3408421f..46c49610d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.8' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_8.php',
+  ),
+  'tags' => 
+  array (
+0 => 'security',
+  ),
+  'date' => '07 Jul 2022',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.8.tar.gz',
+  'name' => 'PHP 8.1.8 (tar.gz)',
+  'sha256' => 
'889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d',
+  'date' => '07 Jul 2022',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.8.tar.bz2',
+  'name' => 'PHP 8.1.8 (tar.bz2)',
+  'sha256' => 
'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01',
+  'date' => '07 Jul 2022',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.8.tar.xz',
+  'name' => 'PHP 8.1.8 (tar.xz)',
+  'sha256' => 
'04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c',
+  'date' => '07 Jul 2022',
+),
+  ),
+  'museum' => false,
+),
 '8.0.21' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 02cb5d731..786852b17 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.8',
-'date'=> '07 Jul 2022',
-'tags'=> ['security'], // Set to 

[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.13

2022-11-22 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-11-22T15:52:42+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/e004a0725f56211c9c041f76cef4dfa4e0624061
Raw diff: 
https://github.com/php/web-php-distributions/commit/e004a0725f56211c9c041f76cef4dfa4e0624061.diff

Add tarballs for php-8.1.13

Changed paths:
  A  php-8.1.13.tar.bz2
  A  php-8.1.13.tar.bz2.asc
  A  php-8.1.13.tar.gz
  A  php-8.1.13.tar.gz.asc
  A  php-8.1.13.tar.xz
  A  php-8.1.13.tar.xz.asc


Diff:

diff --git a/php-8.1.13.tar.bz2 b/php-8.1.13.tar.bz2
new file mode 100644
index 000..c572424
Binary files /dev/null and b/php-8.1.13.tar.bz2 differ
diff --git a/php-8.1.13.tar.bz2.asc b/php-8.1.13.tar.bz2.asc
new file mode 100644
index 000..988aa75
--- /dev/null
+++ b/php-8.1.13.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmN84bAACgkQGZ+d/vb/
+uv13dw//dX7DGb3tlnDH700/5Oykv6cBppOB9e6DD1Sm/pIjSPjt9JEZf8KqcCXT
+EiCGQHxEQ/UrpVkCcc1FeVzLj6Y7m99epKPltCRntPO3Es2ts5pgZoEvgha6+5M+
+S29kQRQbpTeA9bfXQasgWvZ1aCUe57853yEMOADLMDSNWK+ahtcsGiW9lUukZgJ5
+BRzsL5Xwha71y8kslctYbPdxYZysD6/zE6de8PjNQ1TPSXifXsskQY8GTblDv6Ga
+5mi5MyaPWDYCeKTN+q+IlD66oUozuUyk2QLiOacffVrKXoGFLi+01fg2lXy3qY+/
+UzrHgs25XhmFP7oIzASsw5bOQtuJKx5mDlVTDXU0pQco5xl/YNWV2fb0puqMusVA
+P+Xjlb/toS+oJEJotEm1bM9Yx+WRyFCGtOmVV5x5pr4St15f7zPTJCWuUtOyzlzY
+ZDOsXB6Jlh9Ij0kR0JRP8KJqRgRP51Y57C1N7vPl0ipT124FDjlpbGEe1Z46VSkD
+VzW6hD9T4n7pTD4Elp+E0x0UCCQA98YbJyBQ2Ecvvc27BDpCZic4Du6QQt+2BCdM
+qTZkUgR4W22YAdSFgpCZ8BDRlVyVSQSg6yEaoP37sbFTXzNsIxfZsOBO6kBQA0a3
+e5NoF28HlcmByNXLjYpeU+5ZSrVB2rDxHsZJp5WiEBCX3YDIT2E=
+=TZWE
+-END PGP SIGNATURE-
diff --git a/php-8.1.13.tar.gz b/php-8.1.13.tar.gz
new file mode 100644
index 000..dddc88f
Binary files /dev/null and b/php-8.1.13.tar.gz differ
diff --git a/php-8.1.13.tar.gz.asc b/php-8.1.13.tar.gz.asc
new file mode 100644
index 000..df2626e
--- /dev/null
+++ b/php-8.1.13.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmN84bUACgkQGZ+d/vb/
+uv1iIw//SLWkVXfI+a81cT8a0ZgVe0T1+dH903h15ZhU1kKlmBDVi3UUhl1HRS6c
+eBGl4YxWXRCRGt767GAw88hwiWl2kQ8JIVBzKYpQWk9f6ljT+LR08+N+tbjIu879
+dmMU4QU38/3YK3XK3uFovXF1Isu3IGhCwl99JWL2LjvvPADMThtLA3Vpj6Lwxy68
+xYeruoZ4x6THzDVW523IMMpeIV40m/p2mrCMLoPzCWXGrMDtCGZlXjaRwhNUG1Fy
+V3QditPdYTnw1UiI522WjdJshAPq7Sma5DiDJi56S4vvDZnvmCPe5zQK225Fwfw1
+IeJakTrHyhYJD16J2mzbkwiFO5lgI4rPgE0LAwI3Lx4xzrHPagJ0BiR8QmKH+P5r
+s+fH5OHLy497627k2dsZPhtXvFWVcD1x2l+zrMA0JRB7FxwY3ogrRyr0uaBcny1S
+Fba87PTZO6R9r+8ynF8JXTR6YW0PZ31l9f02DnpiZcHs4ikzlWsZIEldHncYdLBQ
+Hk/8i4qxoFUMBgcr17WptLegfzDyg4DcBUIjiMSM/o/1CZ4/40bbAtNOOLlb50AC
+4HIMNxiHH+gGFFfDlQzpwFIuqIQVzbAIv+P8Cz52CSYce3Y61bu4mk6ggIiPCKd8
+LeNJMHZZFYTGrvQC9gwqa9yGzMgYTR3npGC3XKKVilZynCN2Zyg=
+=Hlp9
+-END PGP SIGNATURE-
diff --git a/php-8.1.13.tar.xz b/php-8.1.13.tar.xz
new file mode 100644
index 000..ed806d8
Binary files /dev/null and b/php-8.1.13.tar.xz differ
diff --git a/php-8.1.13.tar.xz.asc b/php-8.1.13.tar.xz.asc
new file mode 100644
index 000..7becbcb
--- /dev/null
+++ b/php-8.1.13.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmN84bYACgkQGZ+d/vb/
+uv12Cg//UbNczd3x2nz3vqzjovQ8IobpQQjy7L7fiFREGJnYew4DrNxHCM9luv6w
+ihyGfQXECl0lksSzJSSAIHw7Z5pNefJDYzG7yoXXNClh+LuXNCvwWCE6WZVL9agS
+CFp40vs6/bkGsjJdj5p794YxTHZojq5469EJwWFcuWBYrulS6v6QjapEIYXeiwYU
+vNBncGkTm6foczryAV1JfXLATp3uXoGfeHU/RcubVa4sBlF1vpWytdwrYyBeABP8
+lFf8fEeqHCegS4qN2Xas3JJo65cCaWRZ1jBUqw3o2eR4Eyq6MRGzNOoEUsY4PF7r
+XPLOQ89iUNPQ3Uqu96v0oYHWGWQBIdCNuaGrVBZoPmpP39N1WH4zk0M3bGpkGlsi
+HEDRaCRhuuxsB6KYs0UlJMc12k1upp644aVr1GfvOoAwgdiDKn2InLkvlR5swXAR
+ctq+GWmSXwwyBPK/398H3syZpGaIOsQ1XQa0am2yZKxzkyDQeGHUjdss6FOsfU2d
+KeZs7itIXaLHzuEy6X3TgZWR1McgUUUfP4adgquriiyf5eeJfARH67cZt0A2RXaF
+ADY92RMzWi9A0VFX0Dj6Z1NWB92lk09rE4XsJYearyaDoDKJ6jpqAgVnnoOD4+cl
+1e6eSDj3efNGgHejQRY9mtIWXqzEXsQhFwZSgGL0hBD2EjyySXk=
+=Pc/z
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.13 tarballs

2022-11-22 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-11-22T15:58:35+01:00

Commit: 
https://github.com/php/web-php/commit/1c5213e810276753d57400d9f30c8eb548a0063a
Raw diff: 
https://github.com/php/web-php/commit/1c5213e810276753d57400d9f30c8eb548a0063a.diff

8.1.13 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 328230153..e004a0725 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 32823015312b0a0c3b22cbb601dd86a62af50314
+Subproject commit e004a0725f56211c9c041f76cef4dfa4e0624061

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.13

2022-11-24 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2022-11-24T15:27:36+01:00

Commit: 
https://github.com/php/web-php/commit/fcd3950d9a183728de68eba59b5141ad2970
Raw diff: 
https://github.com/php/web-php/commit/fcd3950d9a183728de68eba59b5141ad2970.diff

Announce PHP 8.1.13

Changed paths:
  A  archive/entries/2022-11-24-1.xml
  A  releases/8_1_13.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index ba7307e50..afae45b87 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,49 @@
 ?>
 
 
+
+Version 8.1.13
+
+CLI:
+
+  Fixed bug  (Null pointer 
dereference with -w/-s options).
+
+Core:
+
+  Fixed bug  (Generator crashes 
when interrupted during argument evaluation with extra named params).
+  Fixed bug  (Generator crashes 
when memory limit is exceeded during initialization).
+  Fixed potential NULL pointer dereference Windows shm*() functions.
+  Fixed bug  (Generator memory 
leak when interrupted during argument evaluation.
+
+Date:
+
+  Fixed bug  (DateTimeZone ctr 
mishandles input and adds null byte if the argument is an offset larger than 
100*60 minutes).
+
+FPM:
+
+  Fixed bug  (SaltStack (using 
Python subprocess) hangs when running php-fpm 8.1.11).
+
+mysqli:
+
+  Fixed bug  (mysqli_query 
throws warning despite using silenced error mode).
+
+MySQLnd:
+
+  Fixed potential heap corruption due to alignment mismatch.
+
+OpenSSL:
+
+  Fixed bug  (OpenSSL compiled 
with no-md2, no-md4 or no-rmd160 does not build).
+
+SOAP:
+
+  Fixed  (Null pointer 
dereference while serializing the response).
+
+
+
+
+
+
 
 Version 8.1.12
 
diff --git a/archive/archive.xml b/archive/archive.xml
index af4c867e7..ba48d4ac4 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2022-11-24-1.xml b/archive/entries/2022-11-24-1.xml
new file mode 100644
index 0..96558a99b
--- /dev/null
+++ b/archive/entries/2022-11-24-1.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.13 Released!
+  https://www.php.net/archive/2022.php#2022-11-24-1
+  2022-11-24T14:21:02+00:00
+  2022-11-24T14:21:02+00:00
+  https://www.php.net/index.php#2022-11-24-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2022.php#2022-11-24-1; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.13. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.13 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.13;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index be6fed226..628ced195 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.12' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_12.php',
+  ),
+  'tags' => 
+  array (
+0 => 'security',
+  ),
+  'date' => '27 Oct 2022',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.12.tar.gz',
+  'name' => 'PHP 8.1.12 (tar.gz)',
+  'sha256' => 
'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf',
+  'date' => '27 Oct 2022',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.12.tar.bz2',
+  'name' => 'PHP 8.1.12 (tar.bz2)',
+  'sha256' => 
'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03',
+  'date' => '27 Oct 2022',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.12.tar.xz',
+  'name' => 'PHP 8.1.12 (tar.xz)',
+  'sha256' => 
'08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab',
+  'date' => '27 Oct 2022',
+),
+  ),
+  'museum' => false,
+),
 '8.1.11' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 3bcee9312..806f53b74 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.12',
-'date' => '27 Oct 2022',
-'tags' => ['security'], // Set to ['security'] for security releases.
+'version' => '8.1.13',
+'date' => '24 Nov 2022',
+'tags' => [], 

[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.17

2023-03-14 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-03-14T20:57:34+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/6aff8403dbecdab31cd841187c0cec482de94c94
Raw diff: 
https://github.com/php/web-php-distributions/commit/6aff8403dbecdab31cd841187c0cec482de94c94.diff

Add tarballs for php-8.1.17

Changed paths:
  A  php-8.1.17.tar.bz2
  A  php-8.1.17.tar.bz2.asc
  A  php-8.1.17.tar.gz
  A  php-8.1.17.tar.gz.asc
  A  php-8.1.17.tar.xz
  A  php-8.1.17.tar.xz.asc


Diff:

diff --git a/php-8.1.17.tar.bz2 b/php-8.1.17.tar.bz2
new file mode 100644
index 000..90679d0
Binary files /dev/null and b/php-8.1.17.tar.bz2 differ
diff --git a/php-8.1.17.tar.bz2.asc b/php-8.1.17.tar.bz2.asc
new file mode 100644
index 000..9963375
--- /dev/null
+++ b/php-8.1.17.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmQQ0JEACgkQGZ+d/vb/
+uv3efg/+PHI8YrE5huFqAbWHu4nCO6OMG+stSu3Rt+AUWO24nnl7697uXjeTt+Su
+oPYAsPKHkCNRRsVREF69FRLMDALVtANdrA5HxL/dBzGzqZXNWJJ28AF3MYIT5mtu
+GqNNgKEDyEQ5Re6gGKWL0MijoHUdSOJgvnanif0vPSEH5A3GnxbBl92OOkVKRPbI
+I9P+Pz+p6ibDmTG1jU6E4bgR5FMbBx4XguwoFpyi1M5EOWsps1wYbWL/6ztaZHDh
+UIcqvQqYDgSUZO1pMv+2L+Ltuxh2sj2S16gbKoDRQEjFtJtnIXjVxjzH+Eqr3g8k
+rlDbS1RAzVVtdl6wDcpCcZbNDg9V9djCi6EqcS+phbRJVFDU5YxmMWE3jc0jpqrM
+GqgeYFi+VaJnR8KcrdXueiR4e9XQv0FuoIla47M/xZUlz0Kb3xhb5UoSc4i63/Hv
+zbZLspouyzt4MHOgPRHu3E96IA14nbcLC1Nt5TfBsupBcBoAwX4dBoJzi1s/d6zx
+ITZGqIqm3KjI2uLw+eaGO4rFOeK1y0Uut7VvdpzlF+Kaf0LQOXmDs2434Ef8m1Vc
+ijK+7cTZ/LS2hFdlWsPUIhN0FpMsnHA+AKOwxYJeyPutTySMmezhDi1LIbJamDxP
+Bx+ETi3DAUZnIdyTSrC7DVok6f2yfMTX9MAdC+QMnem1OqARLF0=
+=N0gn
+-END PGP SIGNATURE-
diff --git a/php-8.1.17.tar.gz b/php-8.1.17.tar.gz
new file mode 100644
index 000..5e80255
Binary files /dev/null and b/php-8.1.17.tar.gz differ
diff --git a/php-8.1.17.tar.gz.asc b/php-8.1.17.tar.gz.asc
new file mode 100644
index 000..32ccfef
--- /dev/null
+++ b/php-8.1.17.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmQQ0JEACgkQGZ+d/vb/
+uv2xPQ/+Iv1f/npbVRmlMyIzcnfWahYiXLsMD+xpEJjtkSTZ/7tPdE+UpzvD+sBT
+YO+5KgakJuU/xTwcwaluHHwtbomXYZAUl2jHtDpC4OPLUOyBZNAclweXV+iRqdyH
+fHJ+dFTX7fF6dua57vRYLsey056t/RSh5e71yYJH0haKKgETsuGw5KFqq9qmF2j2
+h+H6qmdWpHuBJmivk24T9yhqECySOrgnm9L3H+7x1tPn6tap48qW0OIg+bNp0L6F
+MGRUyMJNiAd2S1QwPT2nwWYs+0T3gxloXfEItZxOWSLGvrdArMIO3CN6pDKt/Iw5
+xzB/4Qa0vWXRb+LiBMq09f3k2AMUC6v8wm72IYZ/46BuFCWsxKlE4ojD7LNSvbFP
+6sgY/YKb9CWEM7jimzDL4+CywxJa4kdYeoc8xNJQWTmY03oRljIFYiI5ypqv+vTV
+d4uEw61I+OU59etUSvUW/teWttay6mDqqVJHK5G8i1s3wpxB/MZVrWS1NnB/R5/1
+hcCHTqd6amnDeGLNBbiUkL5h3+C1Ih+j1JbM9vtlGE29FQM8FsQALPabd4HJeyok
+kcS6TRO9pWO+kjw3N/Z11TPC1FJodjGDCVXVQtYs9T01fmn+qmMsfNAE5FZwzP3q
+wQeoS8Vp05rHZ9YyPDWpjgT7N8kuhbAgNS9XXVj2Jb7e4jcq/EI=
+=FehN
+-END PGP SIGNATURE-
diff --git a/php-8.1.17.tar.xz b/php-8.1.17.tar.xz
new file mode 100644
index 000..9fa668f
Binary files /dev/null and b/php-8.1.17.tar.xz differ
diff --git a/php-8.1.17.tar.xz.asc b/php-8.1.17.tar.xz.asc
new file mode 100644
index 000..1b1a1ed
--- /dev/null
+++ b/php-8.1.17.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmQQ0JEACgkQGZ+d/vb/
+uv0W0g/8CmhAjRWfxTO7jKoDJjcsUCSgvEvR0ho9MaPAqTVc8ZiKdbDSoUhWcmAs
+duXuhdTlepUl3NLfVYSvf3kDqzEuEk9965ZkZ3d9fTi3QfRAbE04NitXNdLR7jUZ
+YSCQb2Hshv7aiocd8SnAO8+jKyvd8jBKhMGE2l1OBMxcc2MTXjEC4Dvl/qKMylAt
+pN/cGFjlgL3rHLs02xrRiiSstoQQ+IaEOVR0enenh/ei4F3+F76uBlgRM/5czrQW
+di/ZzyXYxsu/sr4+jSae7SDV5qDh1lzDOodBpmtboYhKQdLhZKOeOEG5tNd8sRP+
+2vpdfq7/r4EU3ihKSVWi4/lN3GzeVB95YhwzYVJL6YFv6vbUKqOaOM7HSe0dg2qm
+jph68Qx3WApPLwMV70ClNfdrvYRL5EufLhWrSN7ZQkb+1NJLGyxi1CxXBGlBcVzz
+gBonJcJAJzz0hWFeNjAz1sn/gyRQ5eiXeqatlU9kI9JfkIHm76y8SrAj5VN1XBc4
+GIfjDjqCwDa3NVr3nobcZAPONqsz8mwALRnI0PlfBHLcMvXKPwH8uoD2iR6YmBcV
+bbdkJYe7A0E378zsfqb3YpfUi+RHVGXsmlvImwy4ZMr1MdvELbWczNdEIP1PvmEJ
+pSUP47JJqvlFct3XgJPN6K1YXi0S/GI/WbLmIj56Sxl+FiK9pMo=
+=8V52
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.17 tarballs

2023-03-14 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-03-14T21:00:08+01:00

Commit: 
https://github.com/php/web-php/commit/48eb7105854e79bbf3712de4d6daffd797d393c0
Raw diff: 
https://github.com/php/web-php/commit/48eb7105854e79bbf3712de4d6daffd797d393c0.diff

8.1.17 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 46664e017..6aff8403d 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 46664e017bbc599afbc73c945970ff9822184631
+Subproject commit 6aff8403dbecdab31cd841187c0cec482de94c94

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.17

2023-03-16 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-03-16T13:14:59+01:00

Commit: 
https://github.com/php/web-php/commit/f5aa571bdbb6b6e93bf4d788c110ce3f6264cbc9
Raw diff: 
https://github.com/php/web-php/commit/f5aa571bdbb6b6e93bf4d788c110ce3f6264cbc9.diff

Announce PHP 8.1.17

Changed paths:
  A  archive/entries/2023-03-16-1.xml
  A  releases/8_1_17.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index bd7a60a26..b526ebd6a 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -500,6 +500,112 @@
 
 
 
+
+Version 8.1.17
+
+Core:
+
+  Fixed incorrect check condition in ZEND_YIELD.
+  Fixed incorrect check condition in type inference.
+  Fixed overflow check in OnUpdateMemoryConsumption.
+  Fixed bug  (Entering shutdown 
sequence with a fiber suspended in a Generator emits an unavoidable fatal error 
or crashes).
+  Fixed bug  
(Segfault/assertion when using fibers in shutdown function after bailout).
+  Fixed SSA object type update for compound assignment opcodes.
+  Fixed language scanner generation build.
+  Fixed zend_update_static_property() calling 
zend_update_static_property_ex() misleadingly with the wrong return type.
+  Fix bug  (Fixed unknown 
string hash on property fetch with integer constant name).
+  Fixed php_fopen_primary_script() call resulted on 
zend_destroy_file_handle() freeing dangling pointers on the handle as it was 
uninitialized.
+
+Curl:
+
+  Fixed deprecation warning at compile time.
+  Fixed bug  (Unable to return 
CURL_READFUNC_PAUSE in readfunc callback).
+
+Date:
+
+  Fix  ('p' format specifier 
does not yield 'Z' for 00:00).
+
+FFI:
+
+  Fixed incorrect bitshifting and masking in ffi bitfield.
+
+Fiber:
+
+  Fixed assembly on alpine x86.
+  Fixed bug  (segfault when 
garbage collector is invoked inside of fiber).
+
+FPM:
+
+  Fixed bug  (FPM unknown 
child alert not valid).
+  Fixed bug  (FPM successful 
config test early exit).
+
+Intl:
+
+  Fixed bug  (Spoolchecker 
isSuspicious/areConfusable methods error code's argument always returning 
NULL0.
+
+JSON:
+
+  Fixed JSON scanner and parser generation build.
+
+MBString:
+
+  ext/mbstring: fix new_value length check.
+  Fix bug  
(mb_convert_encoding crashes PHP on Windows).
+
+Opcache:
+
+  Fix incorrect page_size check.
+
+OpenSSL:
+
+  Fixed php_openssl_set_server_dh_param() DH params errors handling.
+
+PDO OCI:
+
+   (Reading a multibyte CLOB caps at 8192 
chars).
+
+PHPDBG:
+
+  Fixed bug  (heap buffer 
overflow on --run option misuse).
+
+PGSQL:
+
+  Fix  (pg_lo_open segfaults 
in the strict_types mode).
+
+Phar:
+
+  Fix incorrect check in phar tar parsing.
+
+Reflection:
+
+  Fixed bug  
(Reflection::getClosureUsedVariables opcode fix with variadic arguments).
+  Fix Segfault when using ReflectionFiber suspended by an internal 
function.
+
+Session:
+
+  Fixed ps_files_cleanup_dir() on failure code paths with -1 instead of 0 
as the latter was considered success by callers. (nielsdos).
+
+Standard:
+
+  Fixed bug  (Made the default 
value of the first param of srand() and mt_srand() unknown).
+  Fix incorrect check in cs_8559_5 in map_from_unicode().
+  Fix bug  for 
reset/end/next/prev() attempting to move pointer of properties table for 
certain internal classes such as FFI classes
+  Fix incorrect error check in browsecap for pcre2_match().
+
+Tidy:
+
+  Fix memory leaks when attempting to open a non-existing file or a file 
over 4GB.
+  Add missing error check on tidyLoadConfig.
+
+Zlib:
+
+  Fixed output_handler directive value's length which counted the string 
terminator.
+
+
+
+
+
+
 
 Version 8.1.16
 
diff --git a/archive/archive.xml b/archive/archive.xml
index e0649bd5b..d00d3ee48 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-03-16-1.xml b/archive/entries/2023-03-16-1.xml
new file mode 100644
index 0..8400fe938
--- /dev/null
+++ b/archive/entries/2023-03-16-1.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.17 Released!
+  https://www.php.net/archive/2023.php#2023-03-16-1
+  2023-03-16T12:01:57+00:00
+  2023-03-16T12:01:57+00:00
+  https://www.php.net/index.php#2023-03-16-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-03-16-1; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.17. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.17 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net

[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.15

2023-01-31 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-01-31T21:41:28+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/25d42400f8a06c808c8a1498eacfae9f97340ec0
Raw diff: 
https://github.com/php/web-php-distributions/commit/25d42400f8a06c808c8a1498eacfae9f97340ec0.diff

Add tarballs for php-8.1.15

Changed paths:
  A  php-8.1.15.tar.bz2
  A  php-8.1.15.tar.bz2.asc
  A  php-8.1.15.tar.gz
  A  php-8.1.15.tar.gz.asc
  A  php-8.1.15.tar.xz
  A  php-8.1.15.tar.xz.asc


Diff:

diff --git a/php-8.1.15.tar.bz2 b/php-8.1.15.tar.bz2
new file mode 100644
index 000..a8d1ba5
Binary files /dev/null and b/php-8.1.15.tar.bz2 differ
diff --git a/php-8.1.15.tar.bz2.asc b/php-8.1.15.tar.bz2.asc
new file mode 100644
index 000..37a5f77
--- /dev/null
+++ b/php-8.1.15.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmPZMHgACgkQGZ+d/vb/
+uv2W9Q/9HR/CbCBbYsQS9a+6sTi4M0qJhOzUoO8Nfsq3S4LD2C8LeHClIPzcL1mw
+Jw46R/9KcUC5fGhmKR4p/gMRjdtOPhaJoxoj1aEDNX0qM3wFnkwRd4wxYIBIGgey
+j9lRP94PEJ2aO5dcy2H3xtDLFsRZSCWp6t9i5+an8fInOy74rCn18kVkteh1VqUg
+Pso7knnjoJQXCwAbAKPlwKp2SgKUJtCfX26nP+CW/gIJ7Rr8cbazbYfC66nQMlLR
+l1JOqug7PB05lrwtYP2NqjXwhfxP4imLDDuX5XvzwGZc1Jgg0ubzPFe5N5UaAboE
+7GBxQ0QLze1meUVw2/d6iPszcat89o36aZGs39iH5bKvMZQCAHcCV5CizmKE0SRM
+ttKLFYLafghcqk21EB/R0LBD2KJ4okrr4zaElpujltNkORPfyhHXOyPccI6ncaHx
++itvu6LEFpXKyQ1zzI3JkVloJBeL7Px6Kvvum/kR71EySVx6Q1My7PDTvZfl7Mw3
+B0dDUS3WLAReLz4U8lN7p55GR0c6IJfuweevwQxJvUmZDkcDcKP/vgAvEV3sGyLb
+Patmw8DQ/53bhfrzSK1iIvx9VNIUXniNWo3VVoYBIHYq06tD5gwLEAy/8vKfbWNd
+Lf2gqkH0LKo+NUCZbfrzKinXnyrc8beIHwx5w/+fJAjhqpOAmzk=
+=SLEO
+-END PGP SIGNATURE-
diff --git a/php-8.1.15.tar.gz b/php-8.1.15.tar.gz
new file mode 100644
index 000..cdc9eaf
Binary files /dev/null and b/php-8.1.15.tar.gz differ
diff --git a/php-8.1.15.tar.gz.asc b/php-8.1.15.tar.gz.asc
new file mode 100644
index 000..09a962b
--- /dev/null
+++ b/php-8.1.15.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmPZMHkACgkQGZ+d/vb/
+uv0rIw/+Lfu2NIUpCDtSMbphSAngmEAQ8+57eJR0j7hBtu/aGk7hUqaDkJwZoQRR
+9F4Rs0AFo3lqANXxL2oneJcPub+MlfWeD59djLsVXgjG9cjtWqZFhC68ePhoUc81
+I/NwSFO1+7lNpllCXV75RXhPF/Zo6ghZXOToO5NnV94JNla/Ht1UV80OrzBi1ico
+0Ip/eH87gpLJc1F4XjNMAw0e4aR5SYShkMeC8yN/TrvK3TjffeNnP1wEA6+2h6LQ
+C4L/vEOIZv0qwWPOJfuXvCrqsI2ggDW8cCmG1WdXq8MG1koK8o/Cfnpo7ITerXDv
+b/1WegEtxJahugDTT21IoHCU/uOZWqJxWy8n941bowYXCJQVGLXPcV8srkfoOwgb
+zj1tkRjjSiD6V2A+MOf76YhXDnIG5izfBiUI+lb1UEDRKzj/guQbTXGjTxt819X0
+kh/eCXsi9SW8JFmnm+qpADCI79LcrbCcahajqFLRUnqwReLVBN0TqnNrqQLhO0/y
+ou2k/F5dXNvDwP19JVTh0EjiepGYBpDIWFD79c7zH4oT2R2Erujzh9Jy3zxk920D
+yHCMhk44uF5kmG0yPnmZSn0mk8GVkGTDlS4tePvz1o6ksuFhdZjAqdTs9s2l9z8l
+GPZxN6NW5lvrvPOSnCkVJ5Y0ZJuzGObGcm0FuGv15gFpc0SLSdI=
+=qQIf
+-END PGP SIGNATURE-
diff --git a/php-8.1.15.tar.xz b/php-8.1.15.tar.xz
new file mode 100644
index 000..69caf71
Binary files /dev/null and b/php-8.1.15.tar.xz differ
diff --git a/php-8.1.15.tar.xz.asc b/php-8.1.15.tar.xz.asc
new file mode 100644
index 000..b3d0a53
--- /dev/null
+++ b/php-8.1.15.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmPZMHkACgkQGZ+d/vb/
+uv0aWw/+JAoKzTBSPte3GINdwGX5SMlwIUrxLl0znhrvvxxIZ7BFfmJMSYerzHZs
+9Ed2mt92uc8krZj40QB12s0uSzcPuSKNJDTlZH2abLSQE32qZnikPsi95uYOZMnN
+y3kmUjA4yg/7HtEF0fYTDp4UU82qBsTXvWNBMycscqEjVcOFCWMu6B4pppGjDiwJ
+G6Lh6TgEICzMbnxpyi84ZVmxaxDKDV6voQtXNx6b4DHyFJxoFP3GvLc69vzZC9oU
+P8IF6b5SeUv6ylD1q4zN8tw61OIAB4H7qJnlV/TpmKJ/GoHvB6aAy4gUaJfoXitY
+KNPnfFGwicVlcS1iH/pMk5CQ4Po4CLgD9vCgxltyb8EDsQ7Hqk8+RmWKaqm/JcLz
+iL81n8Tlo1WiDGQL/XFbaGazOwAPLRTMtvi7rHdhLRZsFhQchY1/7f3aYyig84sD
+ZXLX/BtutUieyrgTSjAhVmiCi4PLDGFAxClG7y4WHQ7rI/63OEDe/Gf9DGTa3U6c
+U2SEKTaN4PvkzQNtWRjMDyQSqQAIdNXUoa0SjUk4q/8rrqW+SN08GrgbuouzzUKQ
+bxSc4VdGga/+F38CQ2ZTBK4pxx4/QqJ0KmmxOVTk2MAt0Ne/srsijhVLnTOlb3iz
+gIDmJwFgy3WGlx/IFvCCRtQ0nTZkLvCsV5Xek6MMm5ane+jWD/g=
+=51s4
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.15 tarballs

2023-01-31 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-01-31T21:44:18+01:00

Commit: 
https://github.com/php/web-php/commit/a9bcc20b5d610ee41540295d978b024ca041
Raw diff: 
https://github.com/php/web-php/commit/a9bcc20b5d610ee41540295d978b024ca041.diff

8.1.15 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 3d89e992d..25d42400f 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 3d89e992d8325eb921a36d9ab833d439d6a1be3b
+Subproject commit 25d42400f8a06c808c8a1498eacfae9f97340ec0

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: PHP 8.1.21 released

2023-07-06 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-07-06T16:52:24+02:00

Commit: 
https://github.com/php/web-php/commit/62aa3bb1fbbba828054ed89ef5c66334791c16e7
Raw diff: 
https://github.com/php/web-php/commit/62aa3bb1fbbba828054ed89ef5c66334791c16e7.diff

PHP 8.1.21 released

Changed paths:
  A  archive/entries/2023-07-06-3.xml
  A  releases/8_1_21.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index ddfec73f0..8233ae56f 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -920,6 +920,71 @@
 
 
 
+
+Version 8.1.21
+
+CLI:
+
+  Fixed bug  
(cli/get_set_process_title fails on MacOS).
+
+Core:
+
+  Fixed build for the riscv64 architecture/GCC 12.
+
+Curl:
+
+  Fixed bug  (Unable to set 
CURLOPT_ACCEPT_ENCODING to NULL).
+
+DOM:
+
+  Fixed bugs  and  and  and  (DOMExceptions and 
segfaults with replaceWith).
+  Fixed bug  (Setting 
DOMAttr::textContent results in an empty attribute value).
+  Fix return value in stub file for DOMNodeList::item.
+  Fix spec compliance error with '*' namespace for 
DOMDocument::getElementsByTagNameNS.
+  Fix DOMElement::append() and DOMElement::prepend() hierarchy checks.
+  Fixed bug  (Memory leak when 
calling a static method inside an xpath query).
+   (append_node of a DOMDocumentFragment does not 
reconcile namespaces).
+   (DOMChildNode::replaceWith() bug when replacing 
a node with itself).
+   (Removed elements are still returned by 
getElementById).
+   (print_r() on DOMAttr causes Segfault in 
php_libxml_node_free_list()).
+   (Crash in DOMNameSpace debug info handlers).
+  Fix lifetime issue with getAttributeNodeNS().
+  Fix "invalid state error" with cloned namespace declarations.
+   and #47530 and #47847 (various namespace 
reconciliation issues).
+   (Completely broken array access functionality 
with DOMNamedNodeMap).
+
+Opcache:
+
+  Fix allocation loop in zend_shared_alloc_startup().
+  Access violation on smm_shared_globals with ALLOC_FALLBACK.
+  Fixed bug  (php still tries 
to unlock the shared memory ZendSem with opcache.file_cache_only=1 but it was 
never locked).
+
+OpenSSL:
+
+  Fixed bug  Incomplete 
validation of IPv6 Address fields in subjectAltNames (James Lucas, Jakub 
Zelenka).
+
+PGSQL:
+
+  Fixed intermittent segfault with pg_trace.
+
+Phar:
+
+  Fix cross-compilation check in phar generation for FreeBSD.
+
+SPL:
+
+  Fixed bug  (SplFileInfo 
empty getBasename with more than one slash).
+
+Standard:
+
+  Fix access on NULL pointer in array_merge_recursive().
+  Fix exception handling in array_multisort().
+
+
+
+
+
+
 
 Version 8.1.20
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 1ab9107af..4bb103a07 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-07-06-3.xml b/archive/entries/2023-07-06-3.xml
new file mode 100644
index 0..2b36b2ba8
--- /dev/null
+++ b/archive/entries/2023-07-06-3.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.21 Released!
+  https://www.php.net/archive/2023.php#2023-07-06-3
+  2023-07-06T14:45:21+00:00
+  2023-07-06T14:45:21+00:00
+  https://www.php.net/index.php#2023-07-06-3; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-07-06-3; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.21. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.21 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.21;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 43c475669..ed3db1a21 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.20' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_20.php',
+  ),
+  'tags' => 
+  array (
+0 => 'security',
+  ),
+  'date' => '08 Jun 2023',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.20.tar.gz',
+  'name' => 'PHP 8.1.20 (tar.gz)',
+  'sha256' => 
'b7d3e2a0c5bed37bb39e4627550d0ee5a4a600042b83c63037b0f5f84793cbe6',
+  'date' => '08 Jun 2023',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.20.tar.bz2',
+  'name' => 'PHP 8.1.20 (tar.bz2)',
+  'sha256' => 
'55578587514a2707500f85

[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.21

2023-07-04 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-07-05T01:29:38+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/96341f74beb05553b9ebe31aaed27aad493da3df
Raw diff: 
https://github.com/php/web-php-distributions/commit/96341f74beb05553b9ebe31aaed27aad493da3df.diff

Add tarballs for php-8.1.21

Changed paths:
  A  php-8.1.21.tar.bz2
  A  php-8.1.21.tar.bz2.asc
  A  php-8.1.21.tar.gz
  A  php-8.1.21.tar.gz.asc
  A  php-8.1.21.tar.xz
  A  php-8.1.21.tar.xz.asc


Diff:

diff --git a/php-8.1.21.tar.bz2 b/php-8.1.21.tar.bz2
new file mode 100644
index 000..70c6a83
Binary files /dev/null and b/php-8.1.21.tar.bz2 differ
diff --git a/php-8.1.21.tar.bz2.asc b/php-8.1.21.tar.bz2.asc
new file mode 100644
index 000..60faee8
--- /dev/null
+++ b/php-8.1.21.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmSkqv4ACgkQGZ+d/vb/
+uv18Cg//VERa9wrqxm0hXdqdIHHSdaDNjbDsrD7u1oPBm2RfPpu1iQWtPqOdkG6q
+eHO6u9hzHtpIR7wE6jBdnixYyeo5hOL58H+SiZEXZmsudBUxPVNRVNgALvM4s4nf
+qO30XJDvCwpfFAkWG/zUpUqcqUbvi3AdB+S4QGV6d+/VicRPan2HhdRup4ABna59
+1lvQD78Jj6nz2WAPIV/wPjHsXD0Yfoka3lDaa3VovGWr3NR1fRyTFKX/06tn+4Gs
+fYVN+Pe2q82oZcFte3wtfMQQTn4l51roRy8y8OAia5+1G5dLW6UiPjCyqa03DIUA
+EZHRGbmwfVzaMZqMVdwxf10s0I/2PSnwGmNxjOan8Itg6kUe7hlcgKoMmbCinS7D
+Iua2H0jVV4AH6+lXmDL4hAyx40O7LW+1eT7Pp3ilkYFte9za0e+zvGKxb/UkBsvO
+bNBF0LlJixNR78kjQyOzipKjko3f4ha2BUmssLoUmagHybJsh5Jsu9VqSjB2oMJI
+147qdPtvB6mOf7zVpl5kk11HmdUluPjiACuJgn//tOvC2DVJ0tCklzCooF1B13Wg
+sbwohznMc3g7JazetATXFIoaNAE+S8QeFEv6P4Cbo8x+pH3URLg0j5qyuXQDH9RR
+bfCCKLU7ULJAs+IalDYHlu/D8q63LhuSBGcSivLBwxMDPLKFZgA=
+=9vta
+-END PGP SIGNATURE-
diff --git a/php-8.1.21.tar.gz b/php-8.1.21.tar.gz
new file mode 100644
index 000..5dd9529
Binary files /dev/null and b/php-8.1.21.tar.gz differ
diff --git a/php-8.1.21.tar.gz.asc b/php-8.1.21.tar.gz.asc
new file mode 100644
index 000..96fce2a
--- /dev/null
+++ b/php-8.1.21.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmSkqv8ACgkQGZ+d/vb/
+uv1FMA//YnMu6rMPBNveMSpN4AuSNPyo52qDcyqPQ9oKhrBSP81Y99PgmFaHUS+c
+O62aFbqTZe9BltgY3qJXIATJuktWvGGcgvK/D2wSSYu5778+IhpG3a9SnqDTpRQ1
+lml/dxXnMUlrOhPqlR75bjYWhTsnsVvf8XVS+/ICos2EsFKRepv0En3tOh4Ks0T5
+5wWdrznp5jEf1mzIyqDl7byanxJbNxN4Ldl3Us4rjU5ocyToiSkUQ6Kdq5v3FQ+/
+u/E4OC8dtlxMNLhHLIT6CoXMIzJkkF/EhhWwo1mt1uXcUaCf6lgHUdFxboxGsuPY
+FICDFfD+B7rAtbumTSw5VZwrl2ZysFppxTyqseUAjH0INms4VDQcY05oC/bhwpQW
+rG7w6eIFelaQmNjncu3x3uHKCivtTeZtDLCpf6rBfAul+Wl/ogUxWL5z3iTgtjCq
+vIDviEO3w3t/C6wppbGQoIW4Y1MbjbKdvZFjMF/LxB+91z0qrQErUCywGhs6A7NP
+4fv3hbwP5a2b0P06Nfsph8WPY0i82cBUb7cKbOY1GZorZ5w2uH0fiI+yGv7m2qRX
+L0vt7qfk5Y6g8i0ns3NEkdmCUPB93m4DZuXHehLx1z/LksWkVCXJAgF94NAPZshB
+MoRKyBFzGqLFDzHvgAYxBKeUWeL91vIGFcj/VU+er5C1Tbx81Tw=
+=2lZW
+-END PGP SIGNATURE-
diff --git a/php-8.1.21.tar.xz b/php-8.1.21.tar.xz
new file mode 100644
index 000..92e9c2f
Binary files /dev/null and b/php-8.1.21.tar.xz differ
diff --git a/php-8.1.21.tar.xz.asc b/php-8.1.21.tar.xz.asc
new file mode 100644
index 000..b6c74cf
--- /dev/null
+++ b/php-8.1.21.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmSkqv8ACgkQGZ+d/vb/
+uv2/OhAAgn5jUQaJP1ScnH78X1hoDUsUwJlUJs1jIVegxv6IUtO4CMnLWKIagqMr
+sC6fE6lJKcXwV5+6tH2KudC+pfyrOo4ciraPvIuRNyGS0KG6xyD0eiuepK1fkY6e
+ir4LRuxD5OUKz0MdBN/bIscGPtBkfY27Tv9V+UtkBDziolPrX1vVtndIixMVh4ve
+7ZNkyLTDqL/qsFJ5S4OSmOZDLDrHP9Uxmms2sragSK3Qb7y/AE0Wuhd/z+/pFI2r
+7GXSS9iJpb5f0ERYx5ijfHiPiKOiPUAmTscQItauBXKQ2di9PsApr3LfELanIz1b
+Erho81ipaeuk8q2TSR4O2l4fI0h0vqRnBdmdoxZ1765rc3aivI6XZOwvk4TPsxAs
+U1VOWZ+r+GtVv5I6xF3zpM04hLw6AoIsIxRn3S0Zo1N9w/W1UiAWP4UCbf1rIqNd
+WEAHn+FmctSM4hnTxndrvHM3xuSkDF486F/OAKhTEtVqg3Zc2bibN1NoW6UoCZ1h
+n2AH+B/B5DF9emVsuCEVCcYEMU87CCMAfWxHP4DF/KgUaB7wggxfiid53K8MGaK/
+FUXSEum8omf/cE0C5YJVS0h4V/zVkjDnVpj1PUDyTRY4ys1UoKk8l8i9QnWlogZU
+GWjgqk+NIktn5TGbb1Zs8sEIz1UaOXmKLjL38tMJi7GG+Yyft3A=
+=Za8s
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.21 tarballs

2023-07-04 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-07-05T01:31:56+02:00

Commit: 
https://github.com/php/web-php/commit/47c62c6ab9585e4c3ac029ffd0e63ab594829bb1
Raw diff: 
https://github.com/php/web-php/commit/47c62c6ab9585e4c3ac029ffd0e63ab594829bb1.diff

8.1.21 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index c0d410d3b..96341f74b 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit c0d410d3b6112600081ed955676681526c28fed7
+Subproject commit 96341f74beb05553b9ebe31aaed27aad493da3df

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.19 (new tag)

2023-05-10 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-05-10T15:48:33+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/a5e260ca530b9dc3ece794ba3150dd6ebba7c4aa
Raw diff: 
https://github.com/php/web-php-distributions/commit/a5e260ca530b9dc3ece794ba3150dd6ebba7c4aa.diff

Add tarballs for php-8.1.19 (new tag)

Changed paths:
  M  php-8.1.19.tar.bz2
  M  php-8.1.19.tar.bz2.asc
  M  php-8.1.19.tar.gz
  M  php-8.1.19.tar.gz.asc
  M  php-8.1.19.tar.xz
  M  php-8.1.19.tar.xz.asc


Diff:

diff --git a/php-8.1.19.tar.bz2 b/php-8.1.19.tar.bz2
index 16d874f..3e2bd44 100644
Binary files a/php-8.1.19.tar.bz2 and b/php-8.1.19.tar.bz2 differ
diff --git a/php-8.1.19.tar.bz2.asc b/php-8.1.19.tar.bz2.asc
index c403e60..ccb69f1 100644
--- a/php-8.1.19.tar.bz2.asc
+++ b/php-8.1.19.tar.bz2.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9sACgkQGZ+d/vb/
-uv0HhQ//Yjs9tF5PwZtbDh1VMxUCVpgzu4Fwbe8/adoowOtE8CDfmfrMpf2LCpHF
-PRhcbyScz0YxCDAv3YnxnSzEX7BzMp9qsvQiEKhAhnjWkNA/y28iZIY1bCCMiWak
-GjcASyzTtujaxQ0iQx6iUmW8z9A+indCwEhqwc/rlQ4m8gmquDrjExX+KDx//Aw2
-xstSwkgWVXUJWjnKuMKyXY+qw96gHRN/lkQCAFlWYBY7xLmDe7cx4CXC+BLDHu0y
-Wi6lo0zghL1XA6xlMjhU5iWuHm16OHv6v/egJkW/N8nbYBbzDsn3n5lPMA2WXDah
-m8KPrqinmCdHR9PYL8ubBVYzwEhVJ9yw5npnJJ2/E76Dm458mFedl4JVDJYA4aSq
-TCGBYlDiV4f2122Pnc6NQNmJVl4vj5e+YkYOSuzgpSk3MyvSiYLpKk3Kg04AbfuS
-jpARtWAi67cTJD0NHjigN9sDi1xXL0MZUYq3nFrYcnDZym67ob8lpUkAs40Sthk/
-Tq+hMGPYKIBJi6tyOmIelT1t5QLANnIp9fzZIJ3XVaPxUv2Gcd1dtlFWiTjDjkSr
-sFoxb3jthKSx2fKPZbUdQrTcLjYbKVM2voSyVw7kIhHtebaq86l55VTwWxc/u+Mr
-/h16Av0xeQhDIkab6nDt3haAy1pd2qWDZnS3a8PeHBDko/yWEgM=
-=J/4+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRbn8QACgkQGZ+d/vb/
+uv3o0g/7BRtS3JRyINjXGpHm1dz2HI9ebjCAP2whZu+mcBlEsRWuYJ/lgYwD4LGM
+Qorz1B5v7+MdPzkRNvBh0ysLbwEeO39KAPzm64u7gtQ3gNUjXNPlZWQCl+YLNZYF
+JVhYuBzF9Yk8QMOJDftr7/8m+r4Vnd50Yuv3ZGXr/NLbpQIRxy0Uhs1kJ0WErJNU
+Rn4EtgI4buzaruxhVfHQ6JDE1RxnSGt/eCa663OyYlpu0rdUu+o9l9oL9xhygo5l
+LxhQl3MHS5ubuIbAhTA5D3N/7TVU0a/RsxKVilUU85pJpNx+ABjFxa8Z/B2m2BoC
+WT0JxQKaerq1apJlm9TAE8mzS4v7pb1227vIS92wr6PtM/ODS5f7F+waI4ojHxwn
+H364M1uFYJ0PSY95dROSu7EKt4f4Z92FdnhsrElDHUXpfnyWI/kErPGIMAVZi7PS
+535ngb3yV90I5gLu8bpSpLvNxj/YhdFQ93DZ0o3fUActQgkRMGDgdMBwYXJkNhvB
+wF8jAYMdFxEhpQ9jIutKBDqqPCQKeIEWOkwFey1FM3rFi2r4cVntkEqjLnC3NggS
+cmnuw2OQKRO2ZKbz5ADptoC+BWzxlDBO/0CCa9PCUC3t+0ZdFys9UlunU7sSs2O0
+692BP3aoykuzjOPdFyOUAR4oGqOPtZ6z8Q2guD1iWuSmNZOUMrY=
+=EuNI
 -END PGP SIGNATURE-
diff --git a/php-8.1.19.tar.gz b/php-8.1.19.tar.gz
index 302ae7a..2a825f7 100644
Binary files a/php-8.1.19.tar.gz and b/php-8.1.19.tar.gz differ
diff --git a/php-8.1.19.tar.gz.asc b/php-8.1.19.tar.gz.asc
index 9cc6c05..67066a0 100644
--- a/php-8.1.19.tar.gz.asc
+++ b/php-8.1.19.tar.gz.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9wACgkQGZ+d/vb/
-uv0ZmRAAt/ABKbeff3I6x/EsDdoiATQXWwAqvZWs9zkesAD/WKf3EQuqlFfYVWRr
-oNxaOxDn15tNJt+Qx3895vOBiP/qMDtblxneqHVYR4KLeXee3lr3Z6BTVEZnxdP6
-NM3EEuWQX3ix1Ulwx3Ws3xGkQrcV//WKY0UVYFmX5TYBH4BrP/fbRccWZp7Xw4hr
-+THukOQ94j+34P8b+9MZgogcIAu+nAmW7x/mpjDa9YgSWoq6dq7wWJ2aRkqlVEd4
-WMiQ39gMAuU8JVeOAPQ644+7pEu6rQGeCKzAp8qC58fF2kcVVssm9x7L83+4g6Hl
-p47NWtWXvv74hw2ra+EYQVc3BkThCYwwLuX75I9AHZEnl0ioNuKITX/XXsTzLadT
-Lig02mronRYg1ae8SM9uKP44+ITsKlM/nVOZSGcc9DmpzP+273iq10f1qQs5EZYe
-EiEAp2xEswQSNwfcX8/kIg1kqLqIHhGnnvX+ez+Nid74FdrUUc8qmEF8urKP5cnX
-9MpJ8x7tk5qm78REIyI4UhLI4DnmhmmJ3VGkzzP48iCfb/iQpUxt5XEX57/yrjDo
-v+Cfach7+0GbbadqEzDQP0yhEJgQNLqPUSibfBSrH62cTPPpm0E9uc3vj/zVN03Y
-K3EJZujIXXsZVTDbgZ7bMViIq9gH3a89V6ySwg/Wj+G1Nu/Wz6E=
-=3Fsq
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRbn8QACgkQGZ+d/vb/
+uv0KxQ//VJF8T/fScPf6XSRpDmUu4z3gIZuVcj/jREf3419gLy73Y/on0JKsa56C
+4Gd88CTLnJQgH6DzzlNQq2pMtnW1W12Tm5N1Jq1I0nJQStBSC6Z508pMMUnT9d96
+2uYT423l6vMJGwnPC3NfUGNyNK0tLXRB8V9cj/SibCIRSC3GCDScx7vLI7ySKh/x
+V+0XYqtkVj0eOjFDTvi5iKCCex1Qhg3dnDOkwOUYtRpyc4CkHSj7n7nHfsDIaMpP
+373Ec3t0kA/TtUHHYazLCYmdPzoWAKKtv7YMOc6AXQOmxuJOcfolqTx2Hlw0zAVe
+ATFJ6Fim4DAtK52KqTsSSYCyNkMyJ8c466xmev+hDHQevT2TYbsn0UGd5HKuwrCO
+oK0AynPrS1daSyt9V2ugAIJCTucrxKnQuYMPebD5u08k62+ntEIJ1IuYlWjtqs17
+BbaFUqSJYOZL/koTOauG80zPn7CgAadrF8GjSZe3uWzg9CAN9FQorwiewtxbD+mk
+8R3P79tyNv69QR1vHLG/kk2oOakpiLHaNq6455Dmep3SOzDFLOCTmfhkrp+6ooHT
+Bt9z/H8ZcUumkyA86j+uSYZpqlvgwmQU8+rt9WMXkTfbepXP/hJ/n/koSBXzzl0Y
+XUkX7vXd3flmOTZC/CQ1rDvRHsWff5I0eeaZ/cCw34lJPM51hUo=
+=J+I4
 -END PGP SIGNATURE-
diff --git a/php-8.1.19.tar.xz b/php-8.1.19.tar.xz
index 9ed521f..2ec17fa 100644
Binary files a/php-8.1.19.tar.xz and b/php-8.1.19.tar.xz differ
diff --git a/php-8.1.19.tar.xz.asc b/php-8.1.19.tar.xz.asc
index 136204b..8f2546d 100644
--- a/php-8.1.19.tar.xz.asc
+++ b/php-8.1.19.tar.xz.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9wACgkQGZ+d/vb/
-uv3y4xAAmP1X6iSUdjMPOCZ1OwK3MjM58SGyOQIBCwukhrTS6JLrYM5BNTK8hV5G
-5l3AWIBLmY3UMFeBbzGyFYwXzqHOabamAundVdflahVvwA0mOigkBIrfmtavYLiB
-NEQzn5RjGMQpz93wDSjvi1

[PHP-WEBMASTER] [web-php] master: 8.1.19 tarballs (2nd tag)

2023-05-10 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-05-10T15:51:56+02:00

Commit: 
https://github.com/php/web-php/commit/2d2779346af2263b36cb6dda280102a6c8f2ba95
Raw diff: 
https://github.com/php/web-php/commit/2d2779346af2263b36cb6dda280102a6c8f2ba95.diff

8.1.19 tarballs (2nd tag)

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index bb98e0a61..a5e260ca5 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit bb98e0a61f5bf9197d97e2907f5a066af8396b25
+Subproject commit a5e260ca530b9dc3ece794ba3150dd6ebba7c4aa

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.19

2023-05-12 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-05-12T09:48:26+02:00

Commit: 
https://github.com/php/web-php/commit/f5878f9d8e496fdddbc9767e3c2b893c5119fa6c
Raw diff: 
https://github.com/php/web-php/commit/f5878f9d8e496fdddbc9767e3c2b893c5119fa6c.diff

Announce PHP 8.1.19

Changed paths:
  A  archive/entries/2023-05-11-2.xml
  A  releases/8_1_19.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 7f05daa61..c9d614f82 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -762,6 +762,44 @@
 
 
 
+
+Version 8.1.19
+
+Core:
+
+  Fix inconsistent float negation in constant expressions.
+  Fixed bug  (php-cli core dump 
calling a badly formed function).
+  Fixed bug  (PHP 8.1.16 
segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).
+  Fixed bug  (Heap Buffer 
Overflow in zval_undefined_cv.).
+  Fixed bug  (Incorrect 
CG(memoize_mode) state after bailout in ??=).
+
+DOM:
+
+   (Segfault when using 
DOMChildNode::before()).
+  Fixed incorrect error handling in dom_zvals_to_fragment().
+
+Exif:
+
+  Fixed bug  (exif read : 
warnings and errors : Potentially invalid endianess, Illegal IFD size and 
Undefined index).
+
+Intl:
+
+  Fixed bug  (TZData version 
not displayed anymore).
+
+PCRE:
+
+  Fixed bug  (Segfault in 
preg_replace_callback_array()).
+
+Standard:
+
+  Fixed bug  (mail() throws 
TypeError after iterating over $additional_headers array by reference).
+  Fixed bug  (Duplicates 
returned by array_unique when using enums).
+
+
+
+
+
+
 
 Version 8.1.18
 
diff --git a/archive/archive.xml b/archive/archive.xml
index de6b07a55..72ea8a2c7 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-05-11-2.xml b/archive/entries/2023-05-11-2.xml
new file mode 100644
index 0..9d2977111
--- /dev/null
+++ b/archive/entries/2023-05-11-2.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.19 Released!
+  https://www.php.net/archive/2023.php#2023-05-11-2
+  2023-05-11T23:40:59+00:00
+  2023-05-11T23:40:59+00:00
+  https://www.php.net/index.php#2023-05-11-2; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-05-11-2; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.19. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.19 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.19;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 7f2155a39..4c037bef3 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.18' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_18.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '13 Apr 2023',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.18.tar.gz',
+  'name' => 'PHP 8.1.18 (tar.gz)',
+  'sha256' => 
'8b6b12902e7d6bdf68668acc067b4d75a3c504722f768098c5f80c7d7bfd2563',
+  'date' => '13 Apr 2023',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.18.tar.bz2',
+  'name' => 'PHP 8.1.18 (tar.bz2)',
+  'sha256' => 
'd2ac30d6b574fca594fe0cc01c0693e23585b27443e342b0aab07274cde4416e',
+  'date' => '13 Apr 2023',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.18.tar.xz',
+  'name' => 'PHP 8.1.18 (tar.xz)',
+  'sha256' => 
'f3553370f8ba42729a9ce75eed17a2111d32433a43b615694f6a571b8bad0e39',
+  'date' => '13 Apr 2023',
+),
+  ),
+  'museum' => false,
+),
 '8.2.5' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index e27d716b0..3d8b84a51 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.18',
-'date' => '13 Apr 2023',
+'version' => '8.1.19',
+'date' => '11 May 2023',
 'tags' => [], // Set to ['security'] for security releases.
 'sha256' => [
-'tar.gz' => 
'8b6b12902e7d6bdf68668acc067b4d75a3c504722f768098c5f80c7d7bfd2563',
-'tar.bz2' => 

[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.19

2023-05-09 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-05-09T17:53:15+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/522d000b01c4cacac49048a7a93356bc747d2737
Raw diff: 
https://github.com/php/web-php-distributions/commit/522d000b01c4cacac49048a7a93356bc747d2737.diff

Add tarballs for php-8.1.19

Changed paths:
  A  php-8.1.19.tar.bz2
  A  php-8.1.19.tar.bz2.asc
  A  php-8.1.19.tar.gz
  A  php-8.1.19.tar.gz.asc
  A  php-8.1.19.tar.xz
  A  php-8.1.19.tar.xz.asc


Diff:

diff --git a/php-8.1.19.tar.bz2 b/php-8.1.19.tar.bz2
new file mode 100644
index 000..16d874f
Binary files /dev/null and b/php-8.1.19.tar.bz2 differ
diff --git a/php-8.1.19.tar.bz2.asc b/php-8.1.19.tar.bz2.asc
new file mode 100644
index 000..c403e60
--- /dev/null
+++ b/php-8.1.19.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9sACgkQGZ+d/vb/
+uv0HhQ//Yjs9tF5PwZtbDh1VMxUCVpgzu4Fwbe8/adoowOtE8CDfmfrMpf2LCpHF
+PRhcbyScz0YxCDAv3YnxnSzEX7BzMp9qsvQiEKhAhnjWkNA/y28iZIY1bCCMiWak
+GjcASyzTtujaxQ0iQx6iUmW8z9A+indCwEhqwc/rlQ4m8gmquDrjExX+KDx//Aw2
+xstSwkgWVXUJWjnKuMKyXY+qw96gHRN/lkQCAFlWYBY7xLmDe7cx4CXC+BLDHu0y
+Wi6lo0zghL1XA6xlMjhU5iWuHm16OHv6v/egJkW/N8nbYBbzDsn3n5lPMA2WXDah
+m8KPrqinmCdHR9PYL8ubBVYzwEhVJ9yw5npnJJ2/E76Dm458mFedl4JVDJYA4aSq
+TCGBYlDiV4f2122Pnc6NQNmJVl4vj5e+YkYOSuzgpSk3MyvSiYLpKk3Kg04AbfuS
+jpARtWAi67cTJD0NHjigN9sDi1xXL0MZUYq3nFrYcnDZym67ob8lpUkAs40Sthk/
+Tq+hMGPYKIBJi6tyOmIelT1t5QLANnIp9fzZIJ3XVaPxUv2Gcd1dtlFWiTjDjkSr
+sFoxb3jthKSx2fKPZbUdQrTcLjYbKVM2voSyVw7kIhHtebaq86l55VTwWxc/u+Mr
+/h16Av0xeQhDIkab6nDt3haAy1pd2qWDZnS3a8PeHBDko/yWEgM=
+=J/4+
+-END PGP SIGNATURE-
diff --git a/php-8.1.19.tar.gz b/php-8.1.19.tar.gz
new file mode 100644
index 000..302ae7a
Binary files /dev/null and b/php-8.1.19.tar.gz differ
diff --git a/php-8.1.19.tar.gz.asc b/php-8.1.19.tar.gz.asc
new file mode 100644
index 000..9cc6c05
--- /dev/null
+++ b/php-8.1.19.tar.gz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9wACgkQGZ+d/vb/
+uv0ZmRAAt/ABKbeff3I6x/EsDdoiATQXWwAqvZWs9zkesAD/WKf3EQuqlFfYVWRr
+oNxaOxDn15tNJt+Qx3895vOBiP/qMDtblxneqHVYR4KLeXee3lr3Z6BTVEZnxdP6
+NM3EEuWQX3ix1Ulwx3Ws3xGkQrcV//WKY0UVYFmX5TYBH4BrP/fbRccWZp7Xw4hr
++THukOQ94j+34P8b+9MZgogcIAu+nAmW7x/mpjDa9YgSWoq6dq7wWJ2aRkqlVEd4
+WMiQ39gMAuU8JVeOAPQ644+7pEu6rQGeCKzAp8qC58fF2kcVVssm9x7L83+4g6Hl
+p47NWtWXvv74hw2ra+EYQVc3BkThCYwwLuX75I9AHZEnl0ioNuKITX/XXsTzLadT
+Lig02mronRYg1ae8SM9uKP44+ITsKlM/nVOZSGcc9DmpzP+273iq10f1qQs5EZYe
+EiEAp2xEswQSNwfcX8/kIg1kqLqIHhGnnvX+ez+Nid74FdrUUc8qmEF8urKP5cnX
+9MpJ8x7tk5qm78REIyI4UhLI4DnmhmmJ3VGkzzP48iCfb/iQpUxt5XEX57/yrjDo
+v+Cfach7+0GbbadqEzDQP0yhEJgQNLqPUSibfBSrH62cTPPpm0E9uc3vj/zVN03Y
+K3EJZujIXXsZVTDbgZ7bMViIq9gH3a89V6ySwg/Wj+G1Nu/Wz6E=
+=3Fsq
+-END PGP SIGNATURE-
diff --git a/php-8.1.19.tar.xz b/php-8.1.19.tar.xz
new file mode 100644
index 000..9ed521f
Binary files /dev/null and b/php-8.1.19.tar.xz differ
diff --git a/php-8.1.19.tar.xz.asc b/php-8.1.19.tar.xz.asc
new file mode 100644
index 000..136204b
--- /dev/null
+++ b/php-8.1.19.tar.xz.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmRaa9wACgkQGZ+d/vb/
+uv3y4xAAmP1X6iSUdjMPOCZ1OwK3MjM58SGyOQIBCwukhrTS6JLrYM5BNTK8hV5G
+5l3AWIBLmY3UMFeBbzGyFYwXzqHOabamAundVdflahVvwA0mOigkBIrfmtavYLiB
+NEQzn5RjGMQpz93wDSjvi1+nEOTIVlp9bTpub3Xs1jcU1UtetbIRVnrCySATfXV/
+X4HUnK6MGpk6aU7aNH1h/0DzkgHXQXlITRluUA+Xjjdj8SW11VNkwo8C/J1+byWa
+VTFLAEmYLB9nPU2ZYz+/QrirVD5uCBSRtW+iJ0GwHye8BEANTenJXy1G4xcx6E0I
+KL4q1vwv6o8Ap83Emh/DLPGKWypkZjlDFRG3b0I3ZHo/fld7zkUJ+kIuTBZr5rOb
+oArQ7lMCw+zX9zsGiUdN+IAclo1GcOOorFP2YBGh0HbaAZ73na3x4NocusAE679L
+OGAXCFqA9yzlWwJkydjgqgIvpyf05PL2+XVXErS70yj+gQbwB3s2PdEGbAvtmGpH
+dnnl6i8cEe16++Ge+3vl9lvkM3FAGkiZu1s/kE05GpslR5gglgT4Np0hhi2h6VhO
+ei9zf6Kt5dDvtjGw9aCzdGzQ7zbSf+yvrtS3ZhhupYzA05sYgwBfCJ+Iww1jMhVy
+YQxUZU9wCTY9G6TzgURA/w70WFZ5t9kkc81EmDQpLBQ2+lj0ruo=
+=qMTA
+-END PGP SIGNATURE-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.19 tarballs

2023-05-09 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-05-09T17:55:20+02:00

Commit: 
https://github.com/php/web-php/commit/52d67da2e75a78dab2da2f6281980d6bff8bf09c
Raw diff: 
https://github.com/php/web-php/commit/52d67da2e75a78dab2da2f6281980d6bff8bf09c.diff

8.1.19 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index ec555c3b7..522d000b0 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit ec555c3b7e733bb591a8a651897c1ac1bf895deb
+Subproject commit 522d000b01c4cacac49048a7a93356bc747d2737

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php] master: 8.1.27 tarballs

2023-12-19 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-12-19T21:46:09+01:00

Commit: 
https://github.com/php/web-php/commit/f7efa4caefabf568902dca09f39fff3fdd5c3bea
Raw diff: 
https://github.com/php/web-php/commit/f7efa4caefabf568902dca09f39fff3fdd5c3bea.diff

8.1.27 tarballs

Changed paths:
  M  distributions


Diff:

diff --git a/distributions b/distributions
index 9d87c0b37e..c67fe5a67d 16
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit 9d87c0b37e95a28805eb9dda2825bd67288a5710
+Subproject commit c67fe5a67df790cfc43554bea55e53062a90f157

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WEBMASTER] [web-php-distributions] master: Add tarballs for php-8.1.27

2023-12-19 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-12-19T21:39:41+01:00

Commit: 
https://github.com/php/web-php-distributions/commit/c67fe5a67df790cfc43554bea55e53062a90f157
Raw diff: 
https://github.com/php/web-php-distributions/commit/c67fe5a67df790cfc43554bea55e53062a90f157.diff

Add tarballs for php-8.1.27

Changed paths:
  A  php-8.1.27.manifest
  A  php-8.1.27.tar.bz2
  A  php-8.1.27.tar.bz2.asc
  A  php-8.1.27.tar.gz
  A  php-8.1.27.tar.gz.asc
  A  php-8.1.27.tar.xz
  A  php-8.1.27.tar.xz.asc


Diff:

diff --git a/php-8.1.27.manifest b/php-8.1.27.manifest
new file mode 100644
index 000..d80b0e3
--- /dev/null
+++ b/php-8.1.27.manifest
@@ -0,0 +1,63 @@
+php-8.1.27.tar.bz2
+SHA256 hash: a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1
+PGP signature:
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmWB/wAACgkQGZ+d/vb/
+uv1W3xAAngadFWN+uceBHXPV7U/60YGetsb9MpjVHl/H0ZOTU4l9quP03pcjWmUS
+iQVpPzSUXdHKbnvuoKJBo8hbRq622yDz438zO8+6Yuv4itiDFsZtr4L7R61++FGr
+ifdtZNLKqyLHK6PMZth73hrl/vBW0U2L5teXPBEGP22CE4CRe831UtDxCbiTIACt
+ULSuZh+mcHYMNDY7VelLx96q+hoE9/W72/OP4v220cgjqrTVhyOJWeaSqU+TfSZx
+o1UFxAcDLEJdOEwiPhz3p0JnTl1IZXV4nQvmBrJ5QqjesrWxAYIs98v/t9CmqL7B
+kYmlqTDOEHRMJivHDZOw85hm3oPRAG+uX1o2FeYdtdCuxS2oXDLMWs2IjZYf8gz0
+iWU+v6xYDX8iE2/aEqilrOKVVal0fnl1cqdAI+MDkhN0aGu2BcN1OPJfZceQI2BS
+5vdlJvEXDjtaiFa0jZu3KlDpUWSdqd0Nimtjj+do33ewqy2yU+LxsMxfdTbDBRWL
+jMi9QvILUSD5kftNcE4c2ZgbyG5jxPNcskfbkHBidEhWO8yo3XyNpx/GhegpFutN
+GN5VDUpDsZNoOPJD7Z4TrAZkkWJD0Xr3z7ZgCEdNYGiGSMTEt0KnvTfEnwjrglTr
+b9PbzCMgMDYO4LByjCoKh9zStjk0FcnyX0AAjFQbLjmPQJ/bqaM=
+=ZZeQ
+-END PGP SIGNATURE-
+
+
+php-8.1.27.tar.gz
+SHA256 hash: 9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d
+PGP signature:
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmWB/wAACgkQGZ+d/vb/
+uv25gRAAlGCE7zUkS+SLhXell+csBspS0at64UeSQe9lStrFKMNfaaOyEUMoiHz8
+0sh7RKd6ghas0tOfr3Ps5YFpi5Fpng2i5X6gabu47JDpCP1pZgCp2I7uEhVZn5pA
+fZl89Vtm/p5piJyMwwPQzM4sTB4CyWyqYD3IuTEklX6KlF0U4ZmFrR3KZDD+Fwcb
+R5KZMnOQ119VGQ3IdUhkq5Cf8V4JE/g/4Agb62vaE73UKzWW7cY8BF8xHqsoU5za
+sCAUD7KVz4Kr7A/g9IGGtxbK/Q9bUmUy0enTRlT+IJguDRME+cbbr7yleHZN7NZ3
+m2GCBU62/NOsITZL3tK85s07feeGB0na7wzDVs3lNdcyKJPQIjd8yKNYSPmD5k+f
+zz5WvmOomuu2OaBtxz4bMM/fqffj/neMTdq9S/dw9M+QNXzrlEEn8HERRaCeWfxF
+KZV4eHGwyICM+AWYowzb8ygVBoLB19sGJ3kWVBzTdis9aP3wEllEy6BUMGj2TgCY
+j51D3CqesFqOwzeCX7W3I+d1UDmMNSImsEciR/taIyKcO2muG28uD0J5G5yMJB3j
+aDQ3yJWvmgVwmkty9zWOeUFHdryyQWqOYinvA2vMbhx55N+8ea2ijt9xSrxwbcr4
+bjGN+y4GSCmz+UmCx29nIziPikSomEXvNQ7WJRTjXH/0eEw5RBs=
+=XBcb
+-END PGP SIGNATURE-
+
+
+php-8.1.27.tar.xz
+SHA256 hash: 479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658
+PGP signature:
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmWB/wAACgkQGZ+d/vb/
+uv2Y0w//djvuIfCM5WOY3DdzUOhfizaXVN78csD1LEQQ9RrjqLhBZ6etCbcmKY6o
+JVvTUKzCBRzyvNICtoM9dZdw2z2/agUVC2X1yYl5StelTcv9VonJ1pg1FFmBKOZR
+bv8odAOYL4DE3tPziGidyMspj8qF2TM3pKka5aeIea+RSk+EjWVFPeKvsVsMbHAY
+O5oNDTg+yE90gfv6l+fPMeHtXkhsf6Eyf+zF+F6ZGlqWBG+YKJlxbKUnesn/1Gy0
+HbkChISCQbXmEixjZHg1hRu6ELZRoqkx86S+mj452CgeoU4Xt62r3TDiqjA92nAc
+qUb7jRzmZ6A44+23EjTHAY6IFJehqqcCfYyLxtTFSzQk5hlAegrr2BWZm9e7v0aK
+KbpS4WtY+yQ8aX/R5MKxJt5DXJqDRLLisXRNtcv/mludNvq48Y0QXELpJ9ZxqsWW
+9rTOLHtrQZrTy9Ql6eDx/hhhD7SSH/5xZPlNGPbpmxBdf8emT+HqVJu58X6XfPNm
+at69RyUBed99n9a36MVGfYyV+J/9IvDjT1erXLt8fNI4xEIqtq1U0EETUqIQc8Bo
+IVQ1OdNT3cGKWea/IRrJbnOnj7tiaE2BghZuFpMFg0qJMqzrnPhMmeGe0NNWYe7V
++rqp1PkIJ90PkcSlN8EvnZZEjuKK7tq+r6bKNQkNON8W1zJcwOs=
+=Smio
+-END PGP SIGNATURE-
+
+
diff --git a/php-8.1.27.tar.bz2 b/php-8.1.27.tar.bz2
new file mode 100644
index 000..631588c
Binary files /dev/null and b/php-8.1.27.tar.bz2 differ
diff --git a/php-8.1.27.tar.bz2.asc b/php-8.1.27.tar.bz2.asc
new file mode 100644
index 000..b4d7b80
--- /dev/null
+++ b/php-8.1.27.tar.bz2.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEE8faSI4+8FmblpczUGZ+d/vb/uv0FAmWB/wAACgkQGZ+d/vb/
+uv1W3xAAngadFWN+uceBHXPV7U/60YGetsb9MpjVHl/H0ZOTU4l9quP03pcjWmUS
+iQVpPzSUXdHKbnvuoKJBo8hbRq622yDz438zO8+6Yuv4itiDFsZtr4L7R61++FGr
+ifdtZNLKqyLHK6PMZth73hrl/vBW0U2L5teXPBEGP22CE4CRe831UtDxCbiTIACt
+ULSuZh+mcHYMNDY7VelLx96q+hoE9/W72/OP4v220cgjqrTVhyOJWeaSqU+TfSZx
+o1UFxAcDLEJdOEwiPhz3p0JnTl1IZXV4nQvmBrJ5QqjesrWxAYIs98v/t9CmqL7B
+kYmlqTDOEHRMJivHDZOw85hm3oPRAG+uX1o2FeYdtdCuxS2oXDLMWs2IjZYf8gz0
+iWU+v6xYDX8iE2/aEqilrOKVVal0fnl1cqdAI+MDkhN0aGu2BcN1OPJfZceQI2BS
+5vdlJvEXDjtaiFa0jZu3KlDpUWSdqd0Nimtjj+do33ewqy2yU+LxsMxfdTbDBRWL
+jMi9QvILUSD5kftNcE4c2ZgbyG5jxPNcskfbkHBidEhWO8yo3XyNpx/GhegpFutN
+GN5VDUpDsZNoOPJD7Z4TrAZkkWJD0Xr3z7ZgCEdNYGiGSMTEt0KnvTfEnwjrglTr
+b9PbzCMgMDYO4LByjCoKh9zStjk0FcnyX0AAjFQbLjmPQJ/bqaM=
+=ZZeQ
+-END PGP SIGNATURE-
diff --git a/php-8.1.27.tar.gz b/php-8.1.27.tar.gz
new file mode 100644
index 000..0d7b390
Binary files /dev/null and b/php-8.1.27.tar.gz differ
diff --git a/php-8.1.27.tar.gz.asc b/php-8.1.27.tar.gz.asc
new file mode 100644
index 000..09322cb

[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.27

2023-12-21 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2023-12-21T17:18:01+01:00

Commit: 
https://github.com/php/web-php/commit/f9f181ec42bda2fa285ce1b84f6353f0c85d4c19
Raw diff: 
https://github.com/php/web-php/commit/f9f181ec42bda2fa285ce1b84f6353f0c85d4c19.diff

Announce PHP 8.1.27

Changed paths:
  A  archive/entries/2023-12-21-2.xml
  A  releases/8_1_27.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 68993765dc..849c039056 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1651,6 +1651,74 @@
 
 
 
+
+Version 8.1.27
+
+Core:
+
+  Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious 
error handler).
+  Fixed oss-fuzz #64209 (In-place modification of filename in 
php_message_handler_for_zend).
+  Fixed bug  /  (Invalid opline in OOM handlers within 
ZEND_FUNC_GET_ARGS and ZEND_BIND_STATIC).
+
+DOM:
+
+  Fixed bug  (DOM: Removing 
XMLNS namespace node results in invalid default: prefix).
+
+FPM:
+
+  Fixed bug  (Segmentation 
fault in fpm_status_export_to_zval).
+
+Intl:
+
+  Fixed bug  (Test 
bug69398.phpt fails with ICU 74.1).
+
+LibXML:
+
+  Fixed bug  (libxml2 2.12.0 
issue building from src).
+
+MySQLnd:
+
+  Avoid using uninitialised struct.
+
+OpenSSL:
+
+   (openssl_pkcs7_verify() may ignore untrusted 
CAs).
+
+PCRE:
+
+  Fixed bug  (The gh11374 test 
fails on Alpinelinux).
+
+PGSQL:
+
+  Fixed bug  wrong argument 
type for pg_untrace.
+
+PHPDBG:
+
+  Fixed bug  (MEMORY_LEAK in 
phpdbg_prompt.c).
+
+SQLite3:
+
+  Fixed bug  
(sqlite3_defensive.phpt fails with sqlite 3.44.0).
+
+Standard:
+
+  Fix memory leak in syslog device handling.
+  Fixed bug  (browscap 
segmentation fault when configured in the vhost).
+  Fixed bug  (proc_open() does 
not take into account references in the descriptor array).
+
+Streams:
+
+   (Stream wrappers in imagecreatefrompng causes 
segfault).
+
+Zip:
+
+  Fixed bug  (Inconsistency in 
ZipArchive::addGlob remove_path Option Behavior).
+
+
+
+
+
+
 
 Version 8.1.26
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 4606cbdc0e..3cec6fc7eb 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2023-12-21-2.xml b/archive/entries/2023-12-21-2.xml
new file mode 100644
index 00..d222886e5f
--- /dev/null
+++ b/archive/entries/2023-12-21-2.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.27 Released!
+  https://www.php.net/archive/2023.php#2023-12-21-2
+  2023-12-21T16:12:41+00:00
+  2023-12-21T16:12:41+00:00
+  https://www.php.net/index.php#2023-12-21-2; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2023.php#2023-12-21-2; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.27. This is a bug fix 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.27 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.27;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 605dff07c8..bab3fac749 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.26' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_26.php',
+  ),
+  'tags' => 
+  array (
+  ),
+  'date' => '23 Nov 2023',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.26.tar.gz',
+  'name' => 'PHP 8.1.26 (tar.gz)',
+  'sha256' => 
'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb',
+  'date' => '23 Nov 2023',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.26.tar.bz2',
+  'name' => 'PHP 8.1.26 (tar.bz2)',
+  'sha256' => 
'83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0',
+  'date' => '23 Nov 2023',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.26.tar.xz',
+  'name' => 'PHP 8.1.26 (tar.xz)',
+  'sha256' => 
'17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f',
+  'date' => '23 Nov 2023',
+),
+  ),
+  'museum' => false,
+),
 '8.3.0' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 72a4c236eb..623c99e596 100644
--- a/include/version.inc
+++ b/include/ver

[PHP-WEBMASTER] [web-php] master: Announce PHP 8.1.29

2024-06-06 Thread Patrick Allaert
Author: Patrick Allaert (patrickallaert)
Date: 2024-06-06T16:18:00+02:00

Commit: 
https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f
Raw diff: 
https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f.diff

Announce PHP 8.1.29

Changed paths:
  A  archive/entries/2024-06-06-1.xml
  A  releases/8_1_29.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index f4793a1667..0f4abab968 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -2444,6 +2444,30 @@
 
 
 
+
+Version 8.1.29
+
+CGI:
+
+  Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument 
Injection in PHP-CGI). (CVE-2024-4577)
+
+Filter:
+
+  Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var 
FILTER_VALIDATE_URL). (CVE-2024-5458)
+
+OpenSSL:
+
+  The openssl_private_decrypt function in PHP, when using PKCS1 padding 
(OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin 
Attack unless it is used with an OpenSSL version that includes the changes from 
this pull request: https://github.com/openssl/openssl/pull/13817 
(rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have 
also been backported to stable versions of various Linux distributions, as well 
as to the PHP builds provided for Windows since the previous release. All 
distributors and builders should ensure that this version is used to prevent 
PHP from being vulnerable.
+
+Standard:
+
+  Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). 
(CVE-2024-5585)
+
+
+
+
+
+
 
 Version 8.1.28
 
diff --git a/archive/archive.xml b/archive/archive.xml
index 1f45981dd3..122cbeea98 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
 http://php.net/contact
 php-webmaster@lists.php.net
   
+  
   
   
   
diff --git a/archive/entries/2024-06-06-1.xml b/archive/entries/2024-06-06-1.xml
new file mode 100644
index 00..fafd20583d
--- /dev/null
+++ b/archive/entries/2024-06-06-1.xml
@@ -0,0 +1,21 @@
+
+http://www.w3.org/2005/Atom;>
+  PHP 8.1.29 Released!
+  https://www.php.net/archive/2024.php#2024-06-06-1
+  2024-06-06T14:12:51+00:00
+  2024-06-06T14:12:51+00:00
+  https://www.php.net/index.php#2024-06-06-1; rel="alternate" 
type="text/html"/>
+  https://www.php.net/archive/2024.php#2024-06-06-1; rel="via" 
type="text/html"/>
+  
+  
+  
+http://www.w3.org/1999/xhtml;>The PHP development team 
announces the immediate availability of PHP 8.1.29. This is a security 
release.
+
+All PHP 8.1 users are encouraged to upgrade to this version.
+
+For source downloads of PHP 8.1.29 please visit our https://www.php.net/downloads.php;>downloads page,
+Windows source and binaries can be found on https://windows.php.net/download/;>windows.php.net/download/.
+The list of changes is recorded in the https://www.php.net/ChangeLog-8.php#8.1.29;>ChangeLog.
+
+  
+
diff --git a/include/releases.inc b/include/releases.inc
index 5a60e354c6..e18d82f252 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+'8.1.28' => 
+array (
+  'announcement' => 
+  array (
+'English' => '/releases/8_1_28.php',
+  ),
+  'tags' => 
+  array (
+0 => 'security',
+  ),
+  'date' => '11 Apr 2024',
+  'source' => 
+  array (
+0 => 
+array (
+  'filename' => 'php-8.1.28.tar.gz',
+  'name' => 'PHP 8.1.28 (tar.gz)',
+  'sha256' => 
'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea',
+  'date' => '11 Apr 2024',
+),
+1 => 
+array (
+  'filename' => 'php-8.1.28.tar.bz2',
+  'name' => 'PHP 8.1.28 (tar.bz2)',
+  'sha256' => 
'8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee',
+  'date' => '11 Apr 2024',
+),
+2 => 
+array (
+  'filename' => 'php-8.1.28.tar.xz',
+  'name' => 'PHP 8.1.28 (tar.xz)',
+  'sha256' => 
'95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080',
+  'date' => '11 Apr 2024',
+),
+  ),
+  'museum' => false,
+),
 '8.3.6' => 
 array (
   'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 36668f9fc2..2297269620 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -44,13 +44,13 @@ $RELEASES = (function () {
 
 /* PHP 8.1 Release */
 $data['8.1'] = [
-'version' => '8.1.28',
-'date' => '11 Apr 2024',
+'version' => '8.1.29',
+'date' => '06 Jun 2024',
 'tags' => ['security'], // Set to ['security'] for security releases.
 'sha256' => [
-'tar.gz' => 

[PHP-WEBMASTER] [web-php-distributions] master: Add Patrick Allaert key in keyring

2021-04-27 Thread Patrick Allaert via Remi Collet
Author: Patrick Allaert (patrickallaert)
Committer: Remi Collet (remicollet)
Date: 2021-04-27T15:06:53+02:00

Commit: 
https://github.com/php/web-php-distributions/commit/77428ac30937316a152ad9103d26df11f1b74aaf
Raw diff: 
https://github.com/php/web-php-distributions/commit/77428ac30937316a152ad9103d26df11f1b74aaf.diff

Add Patrick Allaert key in keyring

Changed paths:
  M  php-keyring.gpg


Diff:

diff --git a/php-keyring.gpg b/php-keyring.gpg
index b5318b2..058c10d 100644
--- a/php-keyring.gpg
+++ b/php-keyring.gpg
@@ -1,320 +1,367 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
 
-mQINBFklYukBEAC9tCSjnoNs3ucOA9RPfKcuK87JD9jdet2UUsw4DHd/Hwmrt3T7
-WKoH1GwRp+ue5+vzXqdFRZ4gG+7tgvUsOtNb5rh22bTBsUIeGsvm/omJntXCFQhY
-cfjtk04p3qtgJ5PGjZahCRYg4aQ2tGp2Mb8auFuFPsHtOHLWQCL7vQShsN9mEkEz
-AQZnn9QYL+IvTQVSKsRy8XcHYZVk2uT2xQY2LvkAucWF0TrjU2LJ2IFdepc0+jz1
-xasBR0afT9YccHpQH5w8yOW+9o/n7BiMHfgT0sBMdKCfKVoQrQe0CsFnqc/+V4Ns
-nHkyUrbfKiIFm+NOupIMpL6/A+Iky5YpjIIUHPuVL6VAY6wm463WI8FPk+NtGekm
-9jqISxirkYWsIEoZtCrycC8N0iUbGq8eLYdC9ewU5dagCdLGwnDvYjOvzH156LTi
-E/Svrq2q0kBDAa7CTGRlT+2sgD89ol73QtAVUJst99lVHMmIL1cV4HUpvOlTJHRd
-sN6VhlPrw6ue+2vmYsF86bYni6vMH6KJnmiWa1wijYO0wiSphtTXAa0HE/HTV+hS
-b9bCRbyipwdqkEeaj8sKcx9+XyNxVOlUfo8pQZnLRTd61Fvj+sSTSEbo95a5gi0W
-DnyNtiafKEvLxal7VyatbAcCEcLDYAVHffNLg4fm4H35HN0YQpUt+SuVwQARAQAB
-tBpSZW1pIENvbGxldCA8cmVtaUBwaHAubmV0PokCPgQTAQIAKAUCWSVi6QIbAwUJ
-DShogAYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ3J/40+5a8n9OJQ/9HtuZ
-4BMPMDFGVPUZ9DP0d74DF/QcT0V101TrdIZ92R4up56Dv40djjQZc2W9BmpPVFr/
-v6qdjapdPH5vvmatnQDz/nIOfo1iwPWGzvmKnbDBQ4qJX7Jd6PdD/YorcD+0tOQN
-KLIGE9ZFQnS80iz9iaTGzvQKEQKEMugQSf3kG3NBEGqKQBsTTrBQOUJ3g8w6id2/
-qJtrDRbL9TuCU77Dpx9HUAnjj/Ixlvd4RQDa/BCYzGYJlCyTsaVW3qc7DIh/pRad
-qtswghSETtl6SSo9yHtoYOGTxXO6UikLEE8miOlaOPQrC9hCD+LSGc5QhNLBEKes
-0l79w9kw9qZ9Xfh4pw/hf1N4O3kPHyUg0q9QaX1XKtigjTUcpdf2Kq8LtlB60p40
-eZE2dV3T11X+rcn33pFSXMeTJeaNKHXoeGcva/gyZVtvi8iJhqtw9QOUkxRDvGB+
-FEUId3Z1yAu7ZAz6qiUCgxK/VJ6/kBb+YYR8K4FHLmNOd5KoiTerKQu423uuMYlY
-fBHpVZ9YuEJQnTEpizFEeOgaixx5RDLnoPsd/x59VS9eaaKotTPbW/rEp7SvbKj0
-dR5WMfGyd/OJrcWVZy8/Kh5Mc/4KOHD+JGAp0bE113TkEEoTZ8gNHFdLdv52V9eX
-UkeT5IxyThZBkUy6palDM8A5vaf6Eet8xOLy9XG5Ag0EWSVi6QEQAKujAODvsdbt
-5n1dO29Nj5htbmt6M2A7eOjt7yUj4UMtBaGOA08O0DVA8MJkvepMq9AJBXHZMi9D
-ycw3rxBHQDqHJJMwghu3RoQw1y5Wym7LiLhoWSU/wK0BrKOULBwh+kS6udKA4oWr
-V/gr0JGmfdL8dZjBF10kHCfCcjcjWtmIp2GRaoOKTlHCviNmRxzyqba7zE0Zc2ma
-Q/4w98BI83GqD1bT8gF/5qwSI1hecBwt9oS7EbZ1ZiE8SSE8Gr6OR3p5UNHbzqxU
-Wy8W4r3qulCLc6g1LPXP1V59cMxX9jQJ7lSdv0k8C6Lb6t9Wm8G63hNYgRCAmNW5
-EnqieTrx45K9vqoqfQK6Apfy0UoOquiuK7QClT3wBd7kmyKsCfV0bwRA/fV/sC1R
-niu8PV7CRk9ryudUXycKq33pSkrOfZjFIQhCqdJkVc2MPbAuj2pOMutKwGKRq/Mt
-3O8nEfGqWaJPa36C6dhlPqjEGTIEk5P493DzM7fj5VVIWyUrI8Vm9FslSvzILcON
-HMtKtRs2cRYA085NKDXGN7i5Am7L7ZONfqVs3V493ICwmALzeSULNLiMtX+ESQfd
-WCS3Hosnjbc6INDg9BRhFt5MEWJ/qchM3g4NQuukqtOYsiEUw8bCzepwJxXplvNY
-u0yQDxvP+0RzjMozruVz3VoHeyf6rSWvABEBAAGJAiUEGAECAA8FAlklYukCGwwF
-CQ0oaIAACgkQ3J/40+5a8n/8gg//a75gXQ4csiDUTsUndb94EXqraffmMcT5oCzf
-cP+Mecbuv3G8oQZeLRchsW2i4QecnvPwrXAJcF8kJuN/KZLyeh21PWBy55wo/2nb
-wOvQockXpK5yVeuc3DmdTaxDnW9u3QpSwbvkEyoCpeHH6rZ1wjqn8Qi1k7njC4qg
-XpRrLQdRsS5ULXpf3IM+vaxbQ5avVnNRu5zMA6M/0reL0RSjgMfnk+3AwLCtuMiy
-1aStCe8V7Y60/oauk+IZA1VJlSz2n3675YD7TkTZKkYIYZHTBw3ZPVJo08jdRUXt
-GJjpOyyWVjP7GMKvZuQVWqcFyc8QHHaIPDLkdi7B9YFPWqfwJPBfUXcdzjAXI7N4
-XsSEeMm8S8SC4FKCidioP/A+bamKcONHUuZ+AztvLh24ZTkqzA/sRRYpbMGUQzpc
-DbastuXG66s3e9pJa0R14011A4bofy6Ureh9q6TQNOkNegUUdjbGSd1bfNIdQXRH
-0+LBV1oaY//v+aBjswy4hJ5oXmQj5jQKFitRCP9jzueyDdMJZ0j0Hhh4ItCzFV5z
-IKtWiy7pRp1DXq9LjoyWeeLfKu+HrEGjMwyTGJiMjcL7oCHeiV/a+fY92wpUrY1/
-mRVLqKqDIA6/iEL2DVf21U7rXY26xxvf4QFImZaYLwKQYLe8TOOjDA/I9bR1JJmh
-54yw10CZAg0EXP+o8QEQAOt/faLOy1ltLfFcIRJo0o/tS9eEcofNUDxDNeT9Q61F
-2oMXi7uxRpnnJu69/9AgN5urM4aSL/amfIn5NSmT2JCkFHhcSb367UX3Hw3sNWJ6
-eGp7JePowEb9OhnTsJBuxIslZLUj8n9IRqi2snkIZqg5dnMTybjzvCTkgyEoJN96
-1PeP0AVgNkUS0ibQdzGbqWPWekb2DLMMkW3GClkJamdPYmeCA6nnjqZf2LiFhApf
-/fW6RBKKhQ/bTZaWmPpg8tooU+kVnvuLnn20lnxRI8aRnfsdXHAiiqlYmIIBJdG8
-PkutEWkvucRDhvcJ7ka1UZ1XvRG02MNvsTHQ7AWhZdKryz2P+ugX3g/omaQP3Tdg
-a7Diy1pOwifcgoKB8S9fORjC20DcuvO2wnlVBgyAReejisxgQO2yYlumfl1ZFV9e
-pYvdPEwZy8ugyLWCKmBZkoBggGL4gJrKtb/3VTnXaXQMw1uEXx+RawTaKWDPdhbM
-BfDbQzflbLcFgFEANiA1932MD4piFfsRvHm4FQC8u51pAHbBRj6GZFCWvseS5/Fl
-Dhd+5DGzbYXf7gXpcng2djFOvxG/s+eBjloo58Npe255U8rGrSfPJdHXs5jdDkPG
-J90mg4zCjVbPpIn6lZQIUoqd/3iAOP9z9waf0VrWpMzfZ1f31FVoHOobuhczOqM3
-ABEBAAG0JURlcmljayBSZXRoYW5zIDxncGdAZGVyaWNrcmV0aGFucy5ubD6JAlQE
-EwEKAD4WIQRaUogHgfdVYIv4FfyRDetG9T6jEgUCXP+peQIbAwUJEswDAAULCQgH
-AgYVCgkICwIEFgIDAQIeAQIXgAAKCRCRDetG9T6jEjUFD/9pntL8QAV66p/blK/9
-PQs/h1oqO1t2/dNWpQ9WpiCkuFvHCrNbzXuahxECh+TXfy5WCrsirmoCliq3yxu3
-YLjQBFQsmt81KhYk+9coewQ/Er71FE6oKU3reHx1vLK/qyGIL611FT62+FOQ781X
-zDgQTtUARTNWUuiewPBHlZpssrGHN+gj6GG/wgesjHuxtaZxPbaqKAOIYh8H6297
-fU3ksyiGyk3Lh7RoGsSKLKf3t/3hWVItMz1QECiwQNa51B3o1W/XAEWUEiBaSwW1
-GhhgSUozbmpaEDlj5xwrk8vchevvgeE6C1iwea/Z0Lu9HHaHdtbS7adgTKa8iopK
-TejiKuSqY+trgBg7uW/5YYW0FebaeYMWm4SMn6ApywuiTB8FbKaSBtV7A7XDOCGh
-Zd25eTpdPhtL7ja7ttXvcnRjB0ded4T5eX7M1gpFkIR18O9vPryGV