wplib-box icon indicating copy to clipboard operation
wplib-box copied to clipboard

Nginx throws error with `iconv('UTF-8', 'ASCII//TRANSLIT', ...)` in PHP 7.1

Open mks-colibri opened this issue 6 years ago • 0 comments

Code that generates the error:

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
iconv('UTF-8', 'ASCII//TRANSLIT', "...");

See these for reference: https://github.com/docker-library/php/issues/240 https://gist.github.com/guillemcanal/be3db96d3caa315b4e2b8259cab7d07e

mks-colibri avatar Jul 13 '19 06:07 mks-colibri