akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upsertList not working on Windows

Avgariat opened this issue · comments

upsertList uses LineStreamReader.php for response processing. Then LineStreamReader uses php constant PHP_EOL in order to detect multiple lines.
However, on Windows PHP_EOL is equal \r\n which breaks LineStreamReader.

Above issue occurs with configuration client - Windows <--> server - Linux.

Probably related to #176