Commit:    4faef99c18890a656db3fb5899694fe0f3eded8b
Author:    Stanislav Malyshev <[email protected]>         Thu, 7 Jun 2018 
11:46:27 -0700
Parents:   4cd57768aee69be1b3fdbb043995960c04b5541b
Branches:  master

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

Log:
7.3.0 alpha

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2018-06-07-1.xml
  M  include/version.inc


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 4650bf7..9bffd7f 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/2018-06-07-1.xml"/>
   <xi:include href="entries/2018-06-06-3.xml"/>
   <xi:include href="entries/2018-06-06-2.xml"/>
   <xi:include href="entries/2018-06-06-1.xml"/>
diff --git a/archive/entries/2018-06-07-1.xml b/archive/entries/2018-06-07-1.xml
new file mode 100644
index 0000000..1a914ae
--- /dev/null
+++ b/archive/entries/2018-06-07-1.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.0 alpha 1 Released</title>
+  <id>http://php.net/archive/2018.php#id2018-06-07-1</id>
+  <published>2018-06-07T18:36:37+00:00</published>
+  <updated>2018-06-07T18:36:37+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <link href="http://php.net/index.php#id2018-06-07-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2018.php#id2018-06-07-1"; rel="via" 
type="text/html"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>
+     PHP team is glad to announce the release of the first PHP 7.3.0 version, 
PHP 7.3.0 Alpha 1. 
+        This starts the PHP 7.3 release cycle, the rough outline of which is 
specified in the 
+        <a href="https://wiki.php.net/todo/php73";>PHP Wiki</a>.
+     </p>
+        
+     <p>For source downloads of PHP 7.3.0 Alpha 1 please visit the <a 
href="https://downloads.php.net/~stas/";>download page</a>.</p>
+     
+     <p>
+     Please carefully test this version and report any issues found in the <a 
href=" http://bugs.php.net";>bug reporting system</a>.
+     </p>
+     
+     <p>
+     <b>Please DO NOT use this version in production, it is an early test 
version.</b>
+     </p>
+        
+     <p>
+            For more information on the new features and other changes, you 
can read the
+            <a 
href="https://github.com/php/php-src/blob/php-7.3.0alpha1/NEWS";>NEWS</a> file,
+            or the <a 
href="https://github.com/php/php-src/blob/php-7.3.0alpha1/UPGRADING";>UPGRADING</a>
+            file for a complete list of upgrading notes. These files can also 
be found in the release archive.
+        </p>
+     
+     <p>
+     The next release would be Alpha 2, planned for June 21.
+     </p>
+     
+     <p>The signatures for the release can be found in <a 
href="https://gist.github.com/smalyshev/b0994d4dd138007237911429702ee040";>the 
manifest</a> or on <a href="https://qa.php.net/";>the QA site</a>.
+     </p>
+     
+     <p>Thank you for helping us make PHP better.</p>
+    </div>
+  </content>
+</entry>
diff --git a/include/version.inc b/include/version.inc
index 7796a68..82262cb 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,7 +15,10 @@
  *     ),
  * );
  */
-
+/* PHP 7.3 Release */
+$PHP_7_3_RC  = '7.3.0alpha1';
+$PHP_7_3_RC_DATE = "7 Jun 2018";
+       
 /* PHP 7.2 Release */
 $PHP_7_2_RC = '7.2.7RC1'; // Current RC version (e.g., '7.2.1RC1') or false
 $PHP_7_2_RC_DATE = "7 Jun 2018";
@@ -164,10 +167,10 @@ $RELEASES = array(
 );
 
 $PHP_5_VERSION = $PHP_5_6_VERSION; // Some scripts require this set
-$PHP_5_DATE    = $PHP_5_6_DATE; // Used by buumpRelease script
+$PHP_5_DATE    = $PHP_5_6_DATE; // Used by bumpRelease script
 $PHP_5_RC_DATE = $PHP_5_6_RC_DATE; // Used by master
 
 $PHP_7_VERSION = $PHP_7_2_VERSION; // Some scripts require this set
-$PHP_7_DATE    = $PHP_7_2_DATE; // Used by buumpRelease script
+$PHP_7_DATE    = $PHP_7_2_DATE; // Used by bumpRelease script
 $PHP_7_RC_DATE = $PHP_7_2_RC_DATE; // Used by master


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

Reply via email to