Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

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

Open
mks-colibri opened this issue Jul 13, 2019 · 0 comments

Comments

@mks-colibri
Copy link

Code that generates the error:

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant