Commit:    bc99f24d64473ade1b9efaac493864f34cf257b3
Author:    Julien Pauli <[email protected]>         Fri, 19 Jul 2013 00:04:15 +0200
Parents:   dbc4a39ee4e11b30f21250fcf90f60620d73a08f
Branches:  master

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

Log:
5.5.1 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2013-07-18-1.xml
  M  include/version.inc
  A  releases/5_5_1.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index a47ac72..cf84c64 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,88 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 
 <h1>PHP 5 ChangeLog</h1>
 
+<a name="5.5.1"></a><!-- {{{ 5.5.1 -->
+<h3>Version 5.5.1</h3>
+<b>18-Jul-2013</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(65254); ?> (Exception not catchable when exception thrown 
in autoload with a namespace).</li>
+  <li><?php bugfix(65088); ?> (Generated configure script is malformed on 
OpenBSD).</li>
+  <li><?php bugfix(65108); ?> (is_callable() triggers Fatal Error).</li>
+  <li><?php bugfix(65035); ?> (yield / exit segfault).</li>
+  <li><?php bugfix(65161); ?> (Generator + autoload + syntax error = 
segfault).</li>
+  <li><?php bugfix(65226); ?> (chroot() does not get enabled).</li>
+  <li>hex2bin() raises E_WARNING for invalid hex string.</li>
+</ul></li>
+<li>OPcache:
+<ul>
+  <li><?php bugfix(64827); ?> (Segfault in zval_mark_grey (zend_gc.c)).</li>
+  <li>OPcache is now compatible with LiteSpeed SAPI.</li>
+</ul></li>
+<li>CGI:
+<ul>
+  <li><?php bugfix(65143); ?> (Missing php-cgi man page).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(65066); ?> (Cli server not responsive when responding with 
422 http status code).</li>
+</ul></li>
+<li>DateTime:
+<ul>
+  <li><?php bugfix(65184); ?> (strftime() returns insufficient-length string 
under multibyte locales).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(65070); ?> (bgcolor does not use the same format as the 
input image with imagerotate).</li>
+  <li><?php bugfix(65060); ?> (imagecreatefrom... crashes with user 
streams).</li>
+  <li><?php bugfix(65084); ?> (imagecreatefromjpeg fails with URL).</li>
+  <li>Fix gdImageCreateFromWebpCtx and use same logic to load WebP image that 
other formats.</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Add 
IntlCalendar::setMinimalDaysInFirstWeek()/intlcal_set_minimal_days_in_first_week().</li>
+  <li>Fixed trailing space in name of constant 
IntlCalendar::FIELD_FIELD_COUNT.</li>
+  <li><?php bugfix(62759); ?> (Buggy grapheme_substr() on edge case).</li>
+  <li><?php bugfix(61860); ?> (Offsets may be wrong for grapheme_stri* 
functions).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+  <li>Bump PECL package info version check to allow PECL installs with PHP 
5.5+.</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li>Allowed PDO_OCI to compile with Oracle Database 12c client 
libraries.</li>
+</ul></li>
+<li>Pgsql:
+<ul>
+  <li>pg_unescape_bytea() raises E_WARNING for invalid inputs.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(65142); ?> (Missing phar man page).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li>Added optional create_sid() argument to session_set_save_handler(), 
SessionHandler and new SessionIdInterface.</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li><?php bugl(63472); ?>Setting SO_BINDTODEVICE with socket_set_option.</li>
+  <li>Allowed specifying paths in the abstract namespace for the functions 
socket_bind(), socket_connect() and socket_sendmsg().</li>
+  <li><?php bugfix(65260); ?>sendmsg() ancillary data construction for 
SCM_RIGHTS is faulty.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(65136); ?>RecursiveDirectoryIterator segfault.</li>
+  <li><?php bugfix(61828); ?>Memleak when calling 
Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice.</li>
+</ul></li>
+<li>CGI/FastCGI SAPI:
+<ul>
+  <li>Added PHP_FCGI_BACKLOG, overrides the default listen backlog.</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
 <a name="5.3.27"></a><!-- {{{ 5.3.27 -->
 <h3>Version 5.3.27</h3>
 <b>11-Jul-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index e21a9d3..93049e7 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/2013-07-18-1.xml"/>
   <xi:include href="entries/2013-07-11-1.xml"/>
   <xi:include href="entries/2013-07-04-1.xml"/>
   <xi:include href="entries/2013-06-20-1.xml"/>
diff --git a/archive/entries/2013-07-18-1.xml b/archive/entries/2013-07-18-1.xml
new file mode 100644
index 0000000..d30bb62
--- /dev/null
+++ b/archive/entries/2013-07-18-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.1 Released</title>
+  <id>http://php.net/archive/2013.php#id2013-07-18-1</id>
+  <published>2013-07-18T15:53:15+00:00</published>
+  <updated>2013-07-18T15:53:15+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#id2013-07-18-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-07-18-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.1. About 20 bugs were fixed including a security fix in the XML parser (Bug 
#65236).</p>
+     
+     <p>For source downloads of PHP 5.5.1 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.1";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/version.inc b/include/version.inc
index 99560f0..89d7c65 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,12 +18,12 @@
 $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_5_RC_DATE = '23 May 2013';
 
-$PHP_5_5_VERSION         = "5.5.0";
-$PHP_5_5_DATE            = "20 Jun 2013";
+$PHP_5_5_VERSION         = "5.5.1";
+$PHP_5_5_DATE            = "18 Jul 2013";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "daf2d54e79def9fd0fb2ac7dfcefb7f3",
-                       "tar.gz"        => "79c4e7a8cb0f8e2e072120775b92c523",
-                       "tar.xz"        => "c7df0cb28cfff4e277fd9cd9b73cebfb",
+                       "tar.bz2"       => "e6520ba8f86e03451f1e9226ca2be681",
+                       "tar.gz"        => "a7d9598c0e60b47960b8e803e51c4309",
+                       "tar.xz"        => "365403c216d22255c3aa57fe54944f8e",
 );
 /* 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_1.php b/releases/5_5_1.php
new file mode 100644
index 0000000..b0dbd4e
--- /dev/null
+++ b/releases/5_5_1.php
@@ -0,0 +1,24 @@
+<?php
+// $Id: 5_2_0.php,v 1.4 2007/01/16 16:04:05 bjori Exp $
+$_SERVER['BASE_PAGE'] = 'releases/5_5_1.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.1 Release Announcement");
+?>
+
+<h1>PHP 5.5.1 Release Announcement</h1>
+<p>
+The PHP development team is proud to announce the immediate availability
+of PHP <a href="http://php.net/downloads.php#v5.5.1";>5.5.1</a>.
+This release fixes several bugs.
+</p>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.5.1. About 20 bugs were fixed, including a security fix in the XML parser 
(Bug #65236).
+All users of PHP are encouraged to upgrade to this release.</p>
+
+<p>For source downloads of PHP 5.5.1 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.1";>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