Commit:    b79ffdbb2a03a581c6b1af586e48f498e2f3f7da
Author:    Ferenc Kovacs <tyr...@gmail.com>         Thu, 4 Jan 2018 21:24:12 
+0100
Parents:   43331b537c2d62e8e38024073fa4069b9e8db823
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b79ffdbb2a03a581c6b1af586e48f498e2f3f7da

Log:
5.6.33

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2018-01-04-4.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_33.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 2aade0e..ee3f394 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,20 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.33"><!-- {{{ 5.6.33 -->
+<h3>Version 5.6.33</h3>
+<b><?php release_date('04-Jan-2018'); ?></b>
+<ul><li>GD:
+<ul>
+  <li><?php bugfix(75571); ?> (Potential infinite loop in 
gdImageCreateFromGifCtx).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.32"><!-- {{{ 5.6.32 -->
 <h3>Version 5.6.32</h3>
 <b><?php release_date('26-Oct-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 510ad74..e9b1cfa 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2018-01-04-4.xml"/>
   <xi:include href="entries/2018-01-04-3.xml"/>
   <xi:include href="entries/2018-01-04-2.xml"/>
   <xi:include href="entries/2018-01-04-1.xml"/>
diff --git a/archive/entries/2018-01-04-4.xml b/archive/entries/2018-01-04-4.xml
new file mode 100644
index 0000000..820abb9
--- /dev/null
+++ b/archive/entries/2018-01-04-4.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.33 Released</title>
+  <id>http://php.net/archive/2018.php#id2018-01-04-4</id>
+  <published>2018-01-04T12:21:10-08:00</published>
+  <updated>2018-01-04T12:21:10-08:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2018-01-04-4"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2018.php#id2018-01-04-4"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.33. This is a security release. Several security bugs were fixed in
+     this release.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.</p>
+
+     <p>For source downloads of PHP 5.6.33 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+     The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.33";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 8945ad3..8ef5d7a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -1424,6 +1424,39 @@ $OLDRELEASES = array (
   ),
   5 => 
   array (
+    '5.6.32' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_32.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.32.tar.bz2',
+          'name' => 'PHP 5.6.32 (tar.bz2)',
+          'sha256' => 
'3ee44e7a5fa42b563652b3ea0d3487bc236fcc9e5ea74b583775cab867abcb51',
+          'date' => '26 Oct 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.32.tar.gz',
+          'name' => 'PHP 5.6.32 (tar.gz)',
+          'sha256' => 
'7bef1ae8cd633df5b9c5964262d276d2dc21acbfcd94022d1e2084d199315df4',
+          'date' => '26 Oct 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.32.tar.xz',
+          'name' => 'PHP 5.6.32 (tar.xz)',
+          'sha256' => 
'8c2b4f721c7475fb9eabda2495209e91ea933082e6f34299d11cba88cd76e64b',
+          'date' => '26 Oct 2017',
+        ),
+      ),
+      'date' => '26 Oct 2017',
+      'museum' => false,
+    ),
     '5.6.31' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 56e2488..91cc4b3 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -56,12 +56,12 @@ $PHP_7_0_SHA256     = array(
 $PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_6_RC_DATE = "05 Jan 2017";
 
-$PHP_5_6_VERSION         = "5.6.32";
-$PHP_5_6_DATE            = "26 Oct 2017";
+$PHP_5_6_VERSION         = "5.6.33";
+$PHP_5_6_DATE            = "04 Jan 2018";
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"3ee44e7a5fa42b563652b3ea0d3487bc236fcc9e5ea74b583775cab867abcb51",
-                       "tar.gz"        => 
"7bef1ae8cd633df5b9c5964262d276d2dc21acbfcd94022d1e2084d199315df4",
-                       "tar.xz"        => 
"8c2b4f721c7475fb9eabda2495209e91ea933082e6f34299d11cba88cd76e64b",
+                       "tar.bz2"       => 
"07f696a9761dcd839e2045c95c3a4d2ffb52c54417477cca9d30a14975b831cc",
+                       "tar.gz"        => 
"bedfac81cfaa25961812a1aec458c4109411a14991b43a416343ffb830b8da6a",
+                       "tar.xz"        => 
"9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553",
 );
 
 $RELEASES = array(
diff --git a/releases/5_6_33.php b/releases/5_6_33.php
new file mode 100644
index 0000000..a4be95b
--- /dev/null
+++ b/releases/5_6_33.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_33.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.33 Release Announcement");
+?>
+
+     <h1>PHP 5.6.33 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.33. This is a security release. Several security bugs were fixed in
+     this release.
+     
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.6.33 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+     The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-5.php#5.6.33";>ChangeLog</a>.
+     </p>
+
+<?php site_footer(); ?>


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

Reply via email to