yui-Kitamura

Results 6 comments of yui-Kitamura

I tested with PHP 8.0.13 and got the same result. Environment: Windows10 Apache. PHP 8.0.13 ![image](https://user-images.githubusercontent.com/104343758/170817995-28518338-a3e1-4547-94cb-3c80c2c4100c.png)

``` $csvFile = fopen("utf8Bom.csv", "r"); fseek($csvFile, 3); //seek to after BOM while($line = fgetcsv($csvFile)) { ... ``` Insert the second line helps to parse correct.

https://axios-http.com/docs/req_config by default config, ``` // `maxContentLength` defines the max size of the http response content in bytes allowed in node.js maxContentLength: 2000, // `maxBodyLength` (Node only option) defines the...

I intend to actively work on this issue and will start submitting PRs from my fork incrementally. While I welcome any guidance or suggestions from maintainers, I plan to start...