We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca32be5 commit ac592a3Copy full SHA for ac592a3
bench.php
@@ -9,8 +9,8 @@
9
# Company : Code24 BV, The Netherlands #
10
# Author : Sergey Dryabzhinsky #
11
# Company : Rusoft Ltd, Russia #
12
-# Date : May 29, 2025 #
13
-# Version : 1.0.61-dev #
+# Date : Jun 2, 2025 #
+# Version : 1.0.61 #
14
# License : Creative Commons CC-BY license #
15
# Website : https://github.com/rusoft/php-simple-benchmark-script #
16
# Website : https://gitea.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -20,7 +20,7 @@
20
21
include_once("php-options.php");
22
23
-$scriptVersion = '1.0.61-dev';
+$scriptVersion = '1.0.61';
24
25
// Special string to flush buffers, nginx for example
26
$flushStr = '<!-- '.str_repeat(" ", 8192).' -->';
0 commit comments