|
10 | 10 | # Author : Sergey Dryabzhinsky #
|
11 | 11 | # Company : Rusoft Ltd, Russia #
|
12 | 12 | # Date : Jun 13, 2025 #
|
13 | | -# Version : 1.0.67 # |
| 13 | +# Version : 1.0.68-dev # |
14 | 14 | # License : Creative Commons CC-BY license #
|
15 | 15 | # Website : https://github.com/rusoft/php-simple-benchmark-script #
|
16 | 16 | # Website : https://gitea.rusoft.ru/open-source/php-simple-benchmark-script #
|
|
20 | 20 |
|
21 | 21 | include_once("php-options.php");
|
22 | 22 |
|
23 | | -$scriptVersion = '1.0.67'; |
| 23 | +$scriptVersion = '1.0.69-dev'; |
24 | 24 |
|
25 | 25 | // Special string to flush buffers, nginx for example
|
26 | 26 | $flushStr = '<!-- '.str_repeat("", 8192).' -->';
|
@@ -2052,7 +2052,7 @@ function print_results_common()
|
2052 | 2052 | . str_pad("lz4", $padInfo, '', STR_PAD_LEFT) . " : $has_lz4\n"
|
2053 | 2053 | . str_pad("snappy", $padInfo, '', STR_PAD_LEFT) . " : $has_snappy\n"
|
2054 | 2054 | . str_pad("zstd", $padInfo, '', STR_PAD_LEFT) . " : $has_zstd, version: ".LIBZSTD_VERSION_STRING.";\n"
|
2055 | | - . str_pad("brotli", $padInfo, '', STR_PAD_LEFT) . " : $has_brotli\n" |
| 2055 | + . str_pad("brotli", $padInfo, '', STR_PAD_LEFT) . " : $has_brotli, version: ".BROTLI_VERSION_TEXT.";\n" |
2056 | 2056 | . str_pad("uuid", $padInfo, '', STR_PAD_LEFT) . " : $has_uuid\n"
|
2057 | 2057 | . str_pad("-affecting->", $padInfo, '', STR_PAD_LEFT) . "\n"
|
2058 | 2058 | . str_pad("opcache", $padInfo, '', STR_PAD_LEFT) . " : $has_opcache; enabled: {$opcache}\n"
|
|
0 commit comments