Commit: 1483123e5db1bdbab4008cdcb8f527b172aa7631 Author: Christoph M. Becker <cmbecke...@gmx.de> Wed, 17 Jul 2019 10:22:42 +0200 Parents: 6a4b2d1fbe25d32b7fe45ba93534a7355f6b04ee Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=1483123e5db1bdbab4008cdcb8f527b172aa7631 Log: Support PFTT reports for PHP 7.3 and 7.4 Changed paths: M pftt_report.php Diff: diff --git a/pftt_report.php b/pftt_report.php index 1c8a673..4003b9b 100644 --- a/pftt_report.php +++ b/pftt_report.php @@ -53,6 +53,8 @@ case "PHP_5_7": case "PHP_7_0": case "PHP_7_1": case "PHP_7_2": +case "PHP_7_3": +case "PHP_7_4": case "PHP_MASTER": case "MASTER": case "STR_SIZE_AND_INT64":