diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index 73414fc9e..b570299d2 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -119,6 +119,27 @@ "shell": "pcntl.sh", "check": "pcntl.so" }, + { + "name": "iconv", + "versions": [ + "53", + "54", + "55", + "56", + "70", + "71", + "72", + "73", + "74", + "80", + "81", + "82" + ], + "type": "通用扩展", + "msg": "编码转换!", + "shell": "iconv.sh", + "check": "iconv.so" + }, { "name": "fileinfo", "versions": [