Commit:    a559319b5d2c88d4fb32ff46e5165e5f43257d22
Author:    Peter Cowburn <sala...@php.net>         Fri, 8 Mar 2013 10:38:22 
+0000
Parents:   323f3fcc8f181aaa9919025823d96f062e93d524
Branches:  master

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

Log:
make alpha version names more consistent, and fix minor typos

Changed paths:
  M  archive/entries/2013-01-24-1.xml
  M  archive/entries/2013-02-21-2.xml
  M  archive/entries/2013-03-07-1.xml


Diff:
diff --git a/archive/entries/2013-01-24-1.xml b/archive/entries/2013-01-24-1.xml
index eeb7559..5aa2756 100644
--- a/archive/entries/2013-01-24-1.xml
+++ b/archive/entries/2013-01-24-1.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <entry xmlns="http://www.w3.org/2005/Atom";>
-  <title>PHP 5.5.0 Alpha4 released</title>
+  <title>PHP 5.5.0alpha4 released</title>
   <id>http://php.net/archive/2013.php#id2013-01-24-1</id>
   <published>2013-01-24T10:28:02+00:00</published>
   <updated>2013-01-24T10:28:02+00:00</updated>
@@ -12,7 +12,7 @@
     <div xmlns="http://www.w3.org/1999/xhtml";>
      <p>
         The PHP development team announces the release of PHP 5.5.0alpha4.
-        This release fixe some bugs from alpha3 and add some new features.
+        This release fixes some bugs from alpha3 and adds some new features.
         All users of PHP are encouraged to test this version carefully,
         and report any bugs in <a href="https://bugs.php.net";>the bug tracking 
system</a>.
      </p>
@@ -20,10 +20,10 @@
      <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN 
PRODUCTION!</strong>
 
      <p>
-      PHP 5.5.0 Alpha 4 is shipped with new features and improvements such as 
(incomplete list) :
+      PHP 5.5.0alpha4 is shipped with new features and improvements such as 
(incomplete list):
      </p>
      <ul>
-        <li>Class Name Resolution as scalar via "class" keyword ,
+        <li>Class Name Resolution as scalar via "class" keyword,
         </li>
         <li>Added DateTimeImmutable class, a variant of DateTime that only 
returns the
             modified state instead of changing itself
@@ -36,13 +36,13 @@
      </p>
 
      <p>
-      For source downloads of PHP 5.5.0 Alpha 4 please visit
+      For source downloads of PHP 5.5.0alpha4 please visit
       the <a href="http://downloads.php.net/dsp";>download page</a>, Windows 
binaries
       can be found on <a 
href="http://windows.php.net/qa/";>windows.php.net/qa/</a>.
      </p>
      
      <p>
-      Alpha4 is the last alpha for PHP5.5. We are now beginning the betas, and 
the first beta
+      Alpha4 is the last alpha for PHP 5.5. We are now beginning the betas, 
and the first beta
       is expected for February 7th. Betas won't add any new features but 
consolidate the source
       code and fix found bugs.
      </p>
diff --git a/archive/entries/2013-02-21-2.xml b/archive/entries/2013-02-21-2.xml
index 5da262e..22a1a21 100644
--- a/archive/entries/2013-02-21-2.xml
+++ b/archive/entries/2013-02-21-2.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <entry xmlns="http://www.w3.org/2005/Atom";>
-  <title>PHP 5.5.0 Alpha5 released</title>
+  <title>PHP 5.5.0alpha5 released</title>
   <id>http://php.net/archive/2013.php#id2013-02-21-2</id>
   <published>2013-02-21T13:33:25+00:00</published>
   <updated>2013-02-21T13:33:25+00:00</updated>
@@ -12,7 +12,7 @@
     <div xmlns="http://www.w3.org/1999/xhtml";>
      <p>
         The PHP development team announces the release of PHP 5.5.0alpha5.
-        This release fixe some bugs from alpha4 and add some new features.
+        This release fixes some bugs from alpha4 and adds some new features.
         All users of PHP are encouraged to test this version carefully,
         and report any bugs in <a href="https://bugs.php.net";>the bug tracking 
system</a>.
      </p>
@@ -20,17 +20,17 @@
      <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN 
PRODUCTION!</strong>
 
      <p>
-      PHP 5.5.0 Alpha 5 is shipped with new features and improvements. Here is 
an incomplete list :
+      PHP 5.5.0alpha5 is shipped with new features and improvements. Here is 
an incomplete list:
      </p>
      <ul>
         <li>Added the ability to change the tmp dir PHP will use during 
runtime, using a new php.ini
-        entry ,
+        entry,
         </li>
         <li>Added mysqli_begin_transaction()/mysqli::begin_transaction(). 
Implemented all
             options, per MySQL 5.6, which can be used with START TRANSACTION, 
COMMIT
             and ROLLBACK through options to mysqli_commit()/mysqli_rollback() 
and their
             respective OO counterparts.
-            These changes are reflected in the mysqlnd API as well ,
+            These changes are reflected in the mysqlnd API as well,
         </li>
         <li>
             Added recvmsg() and sendmsg() wrappers for ext/sockets
@@ -43,13 +43,13 @@
      </p>
 
      <p>
-      For source downloads of PHP 5.5.0 Alpha 5 please visit
+      For source downloads of PHP 5.5.0alpha5 please visit
       the <a href="http://downloads.php.net/dsp";>download page</a>, Windows 
binaries
       can be found on <a 
href="http://windows.php.net/qa/";>windows.php.net/qa/</a>.
      </p>
 
      <p>
-      Alpha5 is the last alpha for PHP5.5. There has been a delay in alpha 
releases due to late coming new features.
+      Alpha5 is the last alpha for PHP 5.5. There has been a delay in alpha 
releases due to late coming new features.
       We are now beginning the betas, and the first beta
       is expected for March 7th. Betas won't add any new features, except the 
first one, but consolidate the source
       code and fix found bugs.
diff --git a/archive/entries/2013-03-07-1.xml b/archive/entries/2013-03-07-1.xml
index 883fd05..ca26121 100644
--- a/archive/entries/2013-03-07-1.xml
+++ b/archive/entries/2013-03-07-1.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <entry xmlns="http://www.w3.org/2005/Atom";>
-  <title>PHP 5.5.0 Alpha6 released</title>
+  <title>PHP 5.5.0alpha6 released</title>
   <id>http://php.net/archive/2013.php#id2013-03-07-1</id>
   <published>2013-03-07T13:26:26+00:00</published>
   <updated>2013-03-07T13:26:26+00:00</updated>
@@ -12,7 +12,7 @@
     <div xmlns="http://www.w3.org/1999/xhtml";>
      <p>
         The PHP development team announces the release of PHP 5.5.0alpha6.
-        This release fixe some bugs from alpha5. It also serves as a delay for 
our next beta 1
+        This release fixes some bugs from alpha5. It also serves as a delay 
for our next release, beta1,
         integrating ZendOptimizer+ OPCode cache which is not ready yet to be 
merged.
         All users of PHP are encouraged to test this version carefully,
         and report any bugs in <a href="https://bugs.php.net";>the bug tracking 
system</a>.
@@ -21,7 +21,7 @@
      <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN 
PRODUCTION!</strong>
 
      <p>
-      PHP 5.5.0 Alpha 6 is shipped with improvements. Here is an incomplete 
list :
+      PHP 5.5.0alpha6 is shipped with improvements. Here is an incomplete list:
      </p>
      <ul>
         <li>Fixed a bug where uninitialized ++$foo->bar; does not cause a 
notice,</li>
@@ -35,7 +35,7 @@
      </p>
 
      <p>
-      For source downloads of PHP 5.5.0 Alpha 6 please visit
+      For source downloads of PHP 5.5.0alpha6 please visit
       the <a href="http://downloads.php.net/dsp";>download page</a>, Windows 
binaries
       can be found on <a 
href="http://windows.php.net/qa/";>windows.php.net/qa/</a>.
      </p>


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

Reply via email to