Commit:    ad23a09d84fb5b141d40532d01a735207c1a27ef
Author:    Johannes Schlüter <[email protected]>         Wed, 10 Jul 2013 
20:33:22 +0200
Parents:   a5be83e8fb55fdab4fc17f2324d39e1e91331607
Branches:  master

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

Log:
PHP 5.3.27

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


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index e5dfe67..a47ac72 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,6 +11,44 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 
 <h1>PHP 5 ChangeLog</h1>
 
+<a name="5.3.27"></a><!-- {{{ 5.3.27 -->
+<h3>Version 5.3.27</h3>
+<b>11-Jul-2013</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(64966); ?> (segfault in 
zend_do_fcall_common_helper_SPEC).</li>
+  <li><?php bugfix(64960); ?> (Segfault in gc_zval_possible_root).</li>
+  <li><?php bugfix(64934); ?> (Apache2 TS crash with get_browser()).</li>
+  <li><?php bugfix(63186); ?> (compile failure on netbsd).</li>
+</ul></li>
+<li>DateTime:
+<ul>
+  <li><?php bugfix(53437); ?> (Crash when using unserialized DatePeriod 
instance).</li>
+</ul></li>
+<li>PDO_firebird:
+<ul>
+  <li><?php bugfix(64037); ?> (Firebird return wrong value for numeric 
field).</li>
+  <li><?php bugfix(62024); ?> (Cannot insert second row with null using 
parametrized query).</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+  <li><?php bugfix(64949); ?> (Buffer overflow in _pdo_pgsql_error).</li>
+</ul></li>
+<li>pgsql:
+<ul>
+  <li><?php bugfix(64609); ?> (pg_convert enum type support).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(64997); ?> (Segfault while using RecursiveIteratorIterator 
on 64-bits systems).</li>
+</ul></li>
+<li>XML:
+<ul>
+  <li><?php bugfix(65236); ?> (heap corruption in xml parser).</li>
+</ul></li>
+</ul>
+<!-- }}} -->
+
 <a name="5.5.0"></a><!-- {{{ 5.5.0 -->
 <h3>Version 5.5.0</h3>
 <b>20-Jun-2013</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 97ab497..e21a9d3 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-11-1.xml"/>
   <xi:include href="entries/2013-07-04-1.xml"/>
   <xi:include href="entries/2013-06-20-1.xml"/>
   <xi:include href="entries/2013-06-10-1.xml"/>
diff --git a/archive/entries/2013-07-11-1.xml b/archive/entries/2013-07-11-1.xml
new file mode 100644
index 0000000..253f98b
--- /dev/null
+++ b/archive/entries/2013-07-11-1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.3.27. PHP 5.3 reaching end of life</title>
+  <id>http://php.net/archive/2013.php#id2013-07-11-1</id>
+  <published>2013-07-11T15:30:59+00:00</published>
+  <updated>2013-07-11T15:30:59+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-11-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-07-11-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.3.27. About 10 bugs were fixed, including a security fix in the XML parser 
(Bug #65236).</p>
+     
+     <p><b>Please Note:</b> This release of PHP 5.3.27 is the last regular 
release ofthe PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 
5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes forthe next 
year.</p>
+     
+     <p>For source downloads of PHP 5.3.27 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.3.27";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/version.inc b/include/version.inc
index bdb64d9..99560f0 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -37,15 +37,15 @@ $PHP_5_4_MD5     = array(
 );
 
 /* PHP 5.3 Release */
-$PHP_5_3_RC      = '5.3.27RC1'; // Current RC version (e.g., '5.6.7RC1') or 
false
+$PHP_5_3_RC      = false; //'5.3.27RC1'; // Current RC version (e.g., 
'5.6.7RC1') or false
 $PHP_5_3_RC_DATE = '20 Jun 2013';
 
-$PHP_5_3_VERSION         = "5.3.26";
-$PHP_5_3_DATE            = "06 Jun 2013";
+$PHP_5_3_VERSION         = "5.3.27";
+$PHP_5_3_DATE            = "11 Jul 2013";
 
 $PHP_5_3_MD5     = array(
-                       "tar.bz2"       => "d71db8d92edbb48beb5b645b55471139",
-                       "tar.gz"        => "a430a48b8939fe1f8915ee38681b0afa",
+                       "tar.bz2"       => "25ae23a5b9615fe8d33de5b63e1bb788",
+                       "tar.gz"        => "bd03bfa9e7db40b6f2950fcbcf6a8276",
 );
 
 $RELEASES = array(
diff --git a/releases/5_3_27.php b/releases/5_3_27.php
new file mode 100644
index 0000000..3ae34eb
--- /dev/null
+++ b/releases/5_3_27.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_3_27.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.3.27 Release Announcement");
+?>
+
+<h1>PHP 5.3.27 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
5.3.27. About 10 bugs were fixed, including a security fix in the XML parser 
(Bug #65236).</p>
+
+<p><b>Please Note:</b> This release of PHP 5.3.27 is the last regular release 
ofthe PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or 
PHP 5.5. The PHP 5.3 series will receive only security fixes forthe next 
year.</p>
+
+<p>For source downloads of PHP 5.3.27 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.3.27";>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