php/doc-en

xml_parser_create(_ns)() encoding param description is incorrect

开放

#1,825 创建于 2022年9月13日

 (3 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Extension: libxmlStatus: Verifiedbuggood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

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:

贡献者指南