php-jsonpatch icon indicating copy to clipboard operation
php-jsonpatch copied to clipboard

Suggest ext-mbstring or the Symfony polyfill

Open kix opened this issue 6 years ago • 0 comments

Patch::apply() relies on mb_substr() being available, which is only the case when either the Symfony polyfill or ext-mbstring are installed.

I've used https://github.com/thephpleague/climate/issues/109 as an example that fixes the same problem

kix avatar Feb 25 '19 08:02 kix