Chopin Ngo

Results 5 issues of Chopin Ngo

## Summary Fixed #1695, #1130, reading csv files with `parserOptions.headers` option not `false`, will be throw `data.map is not a function` error. Because the data is an `object`. Add `headers`...

```php $pg = new \Swoole\Coroutine\PostgreSQL(); $dsn = 'host=localhost;dbname=test;user=user;password=pswd'; $pg->connect($dsn); $res = $pg->query('select name from users where id=1'); $pg->fetchRow($res); // it's ok $res = $pg->query('select name, pg_sleep(4) from users where id=1');...

输入简体的“抬头” 使用 hk2s.json 或者 tw2sp.json 输出都是 "擡头" (错误) 使用 t2s.json 输出 “抬头” (正确)

使用类似下面这样的 serviceUrl 连接失败 `pulsar://localhost:6650,localhost:6651,localhost:6652` 当前使用 parse_url 解析 serviceUrl,host 会变成 `localhost:6650,localhost:6651,localhost:6652`

enhancement

fix args variable wrong value