Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d04abab

Browse files
Otput iconv (libc) version
update changelog fix pgsql storage del
1 parent 984bcb2 commit d04abab

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
@ 2025年06月11日, v1.0.66
4+
5+
* Added simple test for mysql,mysqli,pgsql
6+
37
@ 2025年06月07日, v1.0.65
48

59
* Added simple test for session

‎bench.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Author : Sergey Dryabzhinsky #
1111
# Company : Rusoft Ltd, Russia #
1212
# Date : Jun 7, 2025 #
13-
# Version : 1.0.66-dev #
13+
# Version : 1.0.66 #
1414
# License : Creative Commons CC-BY license #
1515
# Website : https://github.com/rusoft/php-simple-benchmark-script #
1616
# Website : https://gitea.rusoft.ru/open-source/php-simple-benchmark-script #
@@ -20,7 +20,7 @@
2020

2121
include_once("php-options.php");
2222

23-
$scriptVersion = '1.0.66-dev';
23+
$scriptVersion = '1.0.66';
2424

2525
// Special string to flush buffers, nginx for example
2626
$flushStr = '<!-- '.str_repeat("", 8192).' -->';
@@ -1933,6 +1933,7 @@ function filter_out_name_by_pattern($key)
19331933
}
19341934

19351935
if (!defined('PCRE_VERSION')) define('PCRE_VERSION', '-.--');
1936+
if (!defined('ICONV_VERSION')) define('ICONV_VERSION', '-.--');
19361937
if (!defined('ZLIB_VERSION')) define('ZLIB_VERSION', '-.-.-');
19371938
if (!defined('MEMCACHE_VERSION')) define('MEMCACHE_VERSION', '-.-.-');
19381939
if (!defined('REDIS_VERSION')) define('REDIS_VERSION', '-.-.-');
@@ -1987,7 +1988,7 @@ function print_results_common()
19871988
. str_pad("simplexml", $padInfo, '', STR_PAD_LEFT) . " : $has_simplexml; libxml version: ".LIBXML_DOTTED_VERSION."\n"
19881989
. str_pad("dom", $padInfo, '', STR_PAD_LEFT) . " : $has_dom\n"
19891990
. str_pad("ctype", $padInfo, '', STR_PAD_LEFT) . " : $has_ctype\n"
1990-
. str_pad("iconv", $padInfo, '', STR_PAD_LEFT) . " : $has_iconv\n"
1991+
. str_pad("iconv", $padInfo, '', STR_PAD_LEFT) . " : $has_iconv; version: ".ICONV_VERSION."\n"
19911992
. str_pad("session", $padInfo, '', STR_PAD_LEFT) . " : $has_session\n"
19921993
. str_pad("intl", $padInfo, '', STR_PAD_LEFT) . " : $has_intl" . ($has_intl == "{$colorGreen}yes{$colorReset}" ? '; icu version: ' . INTL_ICU_VERSION : '')."\n"
19931994
. str_pad("-optional->", $padInfo, '', STR_PAD_LEFT) . "\n"

‎kv-pgsql.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* php safe options - only tests mod pgsql
4-
* Php 4.0+
4+
* Php 5.0+
55
*/
66

77
/** ---------------------------------- Tests functions -------------------------------------------- */

‎kvstorage-pgsql.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* mod-pgsql
4-
* Php 4.0+
4+
* Php 5.0+
55
*/
66

77
class KVStoragePgsql

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /