Commit:    1082122b6044a0a11a9a3de976a2c944cffc0716
Author:    Johannes Schlüter <[email protected]>         Thu, 13 Sep 2012 
17:37:38 +0200
Parents:   96df42bfd8cac9a4367f1432b0217465628de8fb
Branches:  master

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

Log:
PHP 5.3.17 and 5.4.7

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2012-09-13-1.xml
  A  releases/5_3_17.php
  A  releases/5_4_7.php


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 46f77e3..15dc1c4 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/2012-09-13-1.xml"/>
   <xi:include href="entries/2012-09-05-1.xml"/>
   <xi:include href="entries/2012-09-03-1.xml"/>
   <xi:include href="entries/2012-08-29-1.xml"/>
diff --git a/archive/entries/2012-09-13-1.xml b/archive/entries/2012-09-13-1.xml
new file mode 100644
index 0000000..c40fcba
--- /dev/null
+++ b/archive/entries/2012-09-13-1.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.4.7 and PHP 5.3.17 released!</title>
+  <id>http://www.php.net/archive/2012.php#id2012-09-13-1</id>
+  <published>2012-09-13T15:29:37+00:00</published>
+  <updated>2012-09-13T15:29:37+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://www.php.net/index.php#id2012-09-13-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://www.php.net/archive/2012.php#id2012-09-13-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.4.7 and PHP 5.3.17. These releases fix over 20 bugs. All users of PHP are 
encouraged to upgrade to PHP 5.4.6, or at least 5.3.16.</p>
+     
+     <p>Key enhancements in these releases include:</p>
+     
+     <ul>
+       <li>Fixed bug #62955 (Only one directive is loaded from "Per Directory 
Values"
+         Windows registry).</li>
+       <li>Fixed bug #62460 (php binaries installed as binary.dSYM).</li>
+     </ul>
+     
+     <p>The full list of changes are recorded in the <a 
href="http://www.php.net/ChangeLog-5.php";>ChangeLog</a>.</p>
+     
+     <p>For source downloads of PHP 5.4.7 and PHP 5.3.17 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>.</p>
+     
+     <p>The list of changes are recorded in the <a 
href="http://www.php.net/ChangeLog-5.php";>ChangeLog</a>.</p>
+    </div>
+  </content>
+</entry>
diff --git a/releases/5_3_17.php b/releases/5_3_17.php
new file mode 100644
index 0000000..f49aa08
--- /dev/null
+++ b/releases/5_3_17.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_3_17.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.3.17 Release Announcement");
+?>
+
+<h1>PHP 5.3.17 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
+5.3.17. About 5 bugs were fixed. All users of PHP are encouraged to upgrade to
+PHP 5.4.7. Alternatively, PHP 5.3.17 is recommended for those wishing to remain
+on the 5.3 series.</p>
+
+<p>For source downloads of PHP 5.3.17 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.17";>ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
diff --git a/releases/5_4_7.php b/releases/5_4_7.php
new file mode 100644
index 0000000..210f295
--- /dev/null
+++ b/releases/5_4_7.php
@@ -0,0 +1,19 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_7.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.7 Release Announcement");
+?>
+
+<h1>PHP 5.4.7 Release Announcement</h1>
+
+<p>The PHP development team would like to announce the immediate
+availability of PHP 5.4.7. Over 20 bugs were fixed. All users of PHP
+are encouraged to upgrade to this release.</p>
+
+<p>For source downloads of PHP 5.4.7 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.4.7";>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