Commit:    40a5d3d5bf8c265f9c5e317dff0f76b3b450b04b
Author:    Julien Pauli <[email protected]>         Thu, 14 May 2015 22:49:37 +0200
Parents:   e18400ba84e929578048962257e6c8f710521fb0
Branches:  master

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

Log:
5.5.25 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2015-05-14-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_25.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 516a4a1..f0666dc 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,47 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.5.25"><!-- {{{ 5.5.25 -->
+<h3>Version 5.5.25</h3>
+<b>14-May-2015</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos 
Vulnerability).</li>
+  <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory 
corruption).</li>
+  <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li>
+  <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li>
+  <li><?php bugfix(69467); ?> (Wrong checked for the interface by using 
Trait).</li>
+  <li><?php bugfix(69420); ?> (Invalid read in zend_std_get_method).</li>
+  <li><?php bugfix(60022); ?> ("use statement [...] has no effect" depends on 
leading backslash).</li>
+  <li><?php bugfix(67314); ?> (Segmentation fault in 
gc_remove_zval_from_buffer).</li>
+  <li><?php bugfix(68652); ?> (segmentation fault in destructor).</li>
+  <li><?php bugfix(69419); ?> (Returning compatible sub generator produces a 
warning).</li>
+  <li><?php bugfix(69472); ?> (php_sys_readlink ignores misc errors from 
GetFinalPathNameByHandleA).</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in 
heap overflow).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(69474); ?> (ODBC: Query with same field name from two 
tables returns incorrect result).</li>
+  <li><?php bugfix(69381); ?> (out of memory with sage odbc driver).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(69402); ?> (Reading empty SSL stream hangs until 
timeout).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+  <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(69453); ?> (Memory Corruption in phar_parse_tarfile when 
entry filename starts with null).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.8"><!-- {{{ 5.6.8 -->
 <h3>Version 5.6.8</h3>
 <?php release_date('16-Apr-2015'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index f3c73c5..8988bb9 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>[email protected]</email>
   </author>
+  <xi:include href="entries/2015-05-14-1.xml"/>
   <xi:include href="entries/2015-05-06-1.xml"/>
   <xi:include href="entries/2015-04-16-3.xml"/>
   <xi:include href="entries/2015-04-16-2.xml"/>
diff --git a/archive/entries/2015-05-14-1.xml b/archive/entries/2015-05-14-1.xml
new file mode 100644
index 0000000..a98effb
--- /dev/null
+++ b/archive/entries/2015-05-14-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.25 is available</title>
+  <id>http://php.net/archive/2015.php#id2015-05-14-1</id>
+  <published>2015-05-14T17:06:54+00:00</published>
+  <updated>2015-05-14T17:06:54+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2015-05-14-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-05-14-1"; 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.5.25. Several bugs have been fixed.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.25 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows 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.5.25";>ChangeLog</a>.
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index e864eb6..11235a3 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.24' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_24.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.24.tar.bz2',
+          'name' => 'PHP 5.5.24 (tar.bz2)',
+          'md5' => 'f9a8f3e4bb88b33b087bd63732b1402a',
+          'sha256' => 
'801b5cf2e0c01b07314d4ac3c8a7c28d524bdd8263ebdd0e33a99008251316a2',
+          'date' => '16 Apr 2015',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.24.tar.gz',
+          'name' => 'PHP 5.6.24 (tar.gz)',
+          'md5' => 'f5666659d9279f725f4351866bb73bed',
+          'sha256' => 
'43e6b83fe8151f8d2062ca4da915312fc92e47789801049231c705a8b29b05bc',
+          'date' => '16 Apr 2015',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.24.tar.xz',
+          'name' => 'PHP 5.5.24 (tar.xz)',
+          'md5' => '32e5ab1d77186142474cb65c685659bd',
+          'sha256' => 
'ffb6235a25043cab71e6445cfc9e8bf16ae80a2835f0373cdd948fcc31eafe57',
+          'date' => '16 Apr 2015',
+        ),
+      ),
+      'date' => '16 Apr 2015',
+      'museum' => false,
+    ),
     '5.6.7' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 94c267c..66f9a14 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -33,20 +33,20 @@ $PHP_5_6_SHA256     = array(
                        "tar.xz"        => 
"4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b",
 );
 /* PHP 5.5 Release */
-$PHP_5_5_RC =  '5.5.25RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_5_RC =  false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_5_RC_DATE = '30 Apr 2015';
 
-$PHP_5_5_VERSION         = "5.5.24";
-$PHP_5_5_DATE            = "16 Apr 2015";
+$PHP_5_5_VERSION         = "5.5.25";
+$PHP_5_5_DATE            = "14 May 2015";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "f9a8f3e4bb88b33b087bd63732b1402a",
-                       "tar.gz"        => "f5666659d9279f725f4351866bb73bed",
-                       "tar.xz"        => "32e5ab1d77186142474cb65c685659bd",
+                       "tar.bz2"       => "b3c38f0a12e27722585d962d86dfdd16",
+                       "tar.gz"        => "a96b82d2369dd7b7111be6ade789f34f",
+                       "tar.xz"        => "f58edc4f10d63f03e425c5378f727a7c",
 );
 $PHP_5_5_SHA256     = array(
-                       "tar.bz2"       => 
"801b5cf2e0c01b07314d4ac3c8a7c28d524bdd8263ebdd0e33a99008251316a2",
-                       "tar.gz"        => 
"43e6b83fe8151f8d2062ca4da915312fc92e47789801049231c705a8b29b05bc",
-                       "tar.xz"        => 
"ffb6235a25043cab71e6445cfc9e8bf16ae80a2835f0373cdd948fcc31eafe57",
+                       "tar.bz2"       => 
"68df37e725ddd05675c0df906041038127938ecc52113a54d10e1e4029262c63",
+                       "tar.gz"        => 
"c9397f60bff139e0df441c5e2766108c5bc7ad690de136eb9f5b2f9bbf771240",
+                       "tar.xz"        => 
"ac10015dddfc103b58ccc949504bd50f0d79d0abe74a0cc7842251af06ce8b07",
 );
 /* PHP 5.4 Release */
 $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_5_25.php b/releases/5_5_25.php
new file mode 100644
index 0000000..b02f4f2
--- /dev/null
+++ b/releases/5_5_25.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_25.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.25 Release Announcement");
+?>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.5.25. Several bugs have been fixed.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.25 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows 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.5.25";>ChangeLog</a>.
+
+<?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