Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was 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

Description

@mks-colibri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions