1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update for PHP 7.3.3RC1

This commit is contained in:
Christoph M. Becker
2019-02-21 10:52:33 +01:00
parent cee2c261f2
commit 450400cfa1

View File

@@ -16,8 +16,8 @@
* );
*/
/* PHP 7.3 Release */
$PHP_7_3_RC = false;
$PHP_7_3_RC_DATE = "24 Jan 2019";
$PHP_7_3_RC = '7.3.3RC1'; // Current RC version (e.g., '7.3.1RC1') or false
$PHP_7_3_RC_DATE = "21 Feb 2019";
$PHP_7_3_VERSION = "7.3.2";
$PHP_7_3_DATE = "07 Feb 2019";