File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ @ 2023-06-05, v1.0.52.1
4
+
5
+ * Исправлен вывод даты звершения работы скрипта - выравнивание даты
6
+
3
7
@ 2023-05-11, v1.0.52
4
8
5
9
* Вывод названия сервера, даты-времени завершения работы,
Original file line number Diff line number Diff line change 9
9
# Company : Code24 BV, The Netherlands #
10
10
# Author : Sergey Dryabzhinsky #
11
11
# Company : Rusoft Ltd, Russia #
12
- # Date : May 11 , 2023 #
13
- # Version : 1.0.52 #
12
+ # Date : Jun 05 , 2023 #
13
+ # Version : 1.0.52.1 #
14
14
# License : Creative Commons CC-BY license #
15
15
# Website : https://github.com/rusoft/php-simple-benchmark-script #
16
16
# Website : https://git.rusoft.ru/open-source/php-simple-benchmark-script #
17
17
# #
18
18
################################################################################
19
19
*/
20
20
21
- $ scriptVersion = '1.0.52 ' ;
21
+ $ scriptVersion = '1.0.52.1 ' ;
22
22
23
23
// Special string to flush buffers, nginx for example
24
24
$ flushStr = '<!-- ' .str_repeat (" " , 8192 ).' --> ' ;
@@ -1589,10 +1589,13 @@ function print_results_common()
1589
1589
: ''
1590
1590
);
1591
1591
1592
- } // show only system info?
1592
+ echo "$ line \n" ;
1593
+ echo str_pad ("End " , $ padLabel ) . " : " . date ("Y-m-d H:i:s " ) . "\n" ;
1593
1594
1594
- echo "$ line \n" ;
1595
- echo str_pad ("End " , $ padInfo ) . " : " . date ("Y-m-d H:i:s " ) . "\n" ;
1595
+ } // show only system info?
1596
+ else {
1597
+ echo str_pad ("End " , $ padInfo ) . " : " . date ("Y-m-d H:i:s " ) . "\n" ;
1598
+ }
1596
1599
1597
1600
if (php_sapi_name () != 'cli ' )
1598
1601
echo "</pre> \n" ;
You can’t perform that action at this time.
0 commit comments