myFMbutler/myFMApiLibrary-for-PHP

mb_strlen used in CurlClient.php

Closed this issue · 0 comments

mb_strlen is used in CurlClient.php. An alternative needs to be used, or something to detect and polyfill if it's not. the mbstring extension is not enabled by default on FMS-delivered PHP on Windows. This means no connections can happen on Windows without modifying php.ini.