Commit: 99662629ba5ecda20fe9648fed47f264933b5acf Author: Christoph M. Becker <cmbecke...@gmx.de> Thu, 24 Jan 2019 12:13:42 +0100 Parents: 23097524ba309b95e474bde5002f39ee676fdc29 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=99662629ba5ecda20fe9648fed47f264933b5acf Log: Update for PHP 7.3.2RC1 Changed paths: M include/version.inc Diff: diff --git a/include/version.inc b/include/version.inc index 1dcd625..45c5a97 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,8 +16,8 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = false; -$PHP_7_3_RC_DATE = "20 Dec 2018"; +$PHP_7_3_RC = '7.3.2RC1'; +$PHP_7_3_RC_DATE = "24 Jan 2019"; $PHP_7_3_VERSION = "7.3.1"; $PHP_7_3_DATE = "10 Jan 2019"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php