php/doc-en

xml_parser_create(_ns)() encoding param description is incorrect

Offen

#1.825 geöffnet am 13.09.2022

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)XML (882 Forks)auto 404
Extension: libxmlStatus: Verifiedbuggood first issue

Repository-Metriken

Stars
 (596 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The input encoding is only detected if the value passed is an empty string. If the encoding is null then the default encoding is used.

This behaviour dates from at least PHP 5.3. See source code:

Contributor Guide