Commit: 8283c32cded6e5d3dac87dcc7be8f43176799327 Author: Christoph M. Becker <cmbecke...@gmx.de> Thu, 22 Nov 2018 12:27:29 +0100 Parents: ac1fcfa087f526d4dcfab45c29afa6f501dcedc5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8283c32cded6e5d3dac87dcc7be8f43176799327 Log: Announce PHP 7.3.0RC6 Changed paths: M archive/archive.xml A archive/entries/2018-11-22-1.xml M include/version.inc Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 4e99236..5bef12d 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2018-11-22-1.xml"/> <xi:include href="entries/2018-11-20-2.xml"/> <xi:include href="entries/2018-11-20-1.xml"/> <xi:include href="entries/2018-11-08-3.xml"/> diff --git a/archive/entries/2018-11-22-1.xml b/archive/entries/2018-11-22-1.xml new file mode 100644 index 0000000..1279f4d --- /dev/null +++ b/archive/entries/2018-11-22-1.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.0RC6 Released</title> + <id>http://php.net/archive/2018.php#id2018-11-22-1</id> + <published>2018-11-22T12:22:47+01:00</published> + <updated>2018-11-22T12:22:47+01:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2018-11-22-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-11-22-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 presumably last PHP 7.3.0 pre-release, PHP 7.3.0RC6. + 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.0RC6 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.0RC6/NEWS">NEWS</a> file, + or the <a href="https://github.com/php/php-src/blob/php-7.3.0RC6/UPGRADING">UPGRADING</a> + file for a complete list of upgrading notes. Internal changes are listed in the + <a href="https://github.com/php/php-src/blob/php-7.3.0RC6/UPGRADING.INTERNALS">UPGRADING.INTERNALS</a> file. + These files can also be found in the release archive. + </p> + + <p> + The next release would be 7.3.0 (GA), planned for December 6th. + </p> + + <p> + The signatures for the release can be found in <a href="https://gist.github.com/cmb69/6d9574612d0fb78b8549e42ec096a5a6">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 4731511..c5673bf 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = '7.3.0RC5'; -$PHP_7_3_RC_DATE = "08 Nov 2018"; +$PHP_7_3_RC = '7.3.0RC6'; +$PHP_7_3_RC_DATE = "22 Nov 2018"; /* PHP 7.2 Release */ $PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php