mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce PHP-7.3.0alpha4
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2018-07-19-1.xml"/>
|
||||
<xi:include href="entries/2018-07-05-1.xml"/>
|
||||
<xi:include href="entries/2018-06-26-1.xml"/>
|
||||
<xi:include href="entries/2018-06-25-4.xml"/>
|
||||
|
||||
51
archive/entries/2018-07-19-1.xml
Normal file
51
archive/entries/2018-07-19-1.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 7.3.0alpha4 Released</title>
|
||||
<id>http://php.net/archive/2018.php#id2018-07-19-1</id>
|
||||
<published>2018-07-19T11:02:21+02:00</published>
|
||||
<updated>2018-07-19T11:02:21+02:00</updated>
|
||||
<category term="frontpage" label="PHP.net frontpage news"/>
|
||||
<link href="http://php.net/index.php#id2018-07-19-1" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2018.php#id2018-07-19-1" rel="via" type="text/html"/>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
<p>
|
||||
The PHP team is glad to announce the release of the fourth PHP 7.3.0 version, PHP 7.3.0alpha4.
|
||||
The rough outline of the PHP 7.3 release cycle is specified in the
|
||||
<a href="https://wiki.php.net/todo/php73">PHP Wiki</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For source downloads of PHP 7.3.0alpha4 please visit the <a href="https://downloads.php.net/~cmb/">download page</a>.
|
||||
Windows sources and binaries can be found on <a href="https://windows.php.net/qa/">windows.php.net/qa/</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Please carefully test this version and report any issues found in the <a href=" https://bugs.php.net">bug reporting system</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</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.0alpha4/NEWS">NEWS</a> file,
|
||||
or the <a href="https://github.com/php/php-src/blob/php-7.3.0alpha4/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 Beta 1, planned for August 2nd.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The signatures for the release can be found in <a href="https://gist.github.com/cmb69/b30366855341382046687ce7adb20f69">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>
|
||||
@@ -16,8 +16,8 @@
|
||||
* );
|
||||
*/
|
||||
/* PHP 7.3 Release */
|
||||
$PHP_7_3_RC = '7.3.0alpha3';
|
||||
$PHP_7_3_RC_DATE = "05 Jul 2018";
|
||||
$PHP_7_3_RC = '7.3.0alpha4';
|
||||
$PHP_7_3_RC_DATE = "19 Jul 2018";
|
||||
|
||||
/* PHP 7.2 Release */
|
||||
$PHP_7_2_RC = '7.2.8RC1'; // Current RC version (e.g., '7.2.1RC1') or false
|
||||
|
||||
Reference in New Issue
Block a user