diff --git a/archive/archive.xml b/archive/archive.xml index 8bb7ad6fb..e710a8ee0 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2018-10-25-1.xml b/archive/entries/2018-10-25-1.xml new file mode 100644 index 000000000..d34658a32 --- /dev/null +++ b/archive/entries/2018-10-25-1.xml @@ -0,0 +1,54 @@ + + + PHP 7.3.0RC4 Released + http://php.net/archive/2018.php#id2018-10-25-1 + 2018-10-25T11:07:32+02:00 + 2018-10-25T11:07:32+02:00 + + + + +
+

+ The PHP team is glad to announce the next PHP 7.3.0 pre-release, PHP 7.3.0RC4. + The rough outline of the PHP 7.3 release cycle is specified in the + PHP Wiki. +

+ +

+ For source downloads of PHP 7.3.0RC4 please visit the download page. + Windows sources and binaries can be found on windows.php.net/qa/. +

+ +

+ Please carefully test this version and report any issues found in the bug reporting system. +

+ +

+ THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! +

+ +

+ For more information on the new features and other changes, you can read the + NEWS file, + or the UPGRADING + file for a complete list of upgrading notes. Internal changes are listed in the + UPGRADING.INTERNALS file. + These files can also be found in the release archive. +

+ +

+ The next release would be RC5, planned for November 8th. +

+ +

+ The signatures for the release can be found in the manifest + or on the QA site. +

+ +

+ Thank you for helping us make PHP better. +

+
+
+
diff --git a/include/version.inc b/include/version.inc index 559c9f327..ca0e0c0a2 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = '7.3.0RC3'; -$PHP_7_3_RC_DATE = "11 Oct 2018"; +$PHP_7_3_RC = '7.3.0RC4'; +$PHP_7_3_RC_DATE = "25 Oct 2018"; /* PHP 7.2 Release */ $PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false