Re: [PHP-DEV] Renaming on of the XML opaque objects for consistency

2020-11-24 Thread tyson andre
> I know this is *literally* hours before the GA tag, but I just realized > that when introducing opaque objects during the resource to object > conversion the XMLWriter and XMLParser extensions don't use the same casing > as the classes are named XmlParser and XMLWriter > > Should we rename one o

Re: [PHP-DEV] Renaming on of the XML opaque objects for consistency

2020-11-24 Thread Claude Pache
Since class names are case-insensitive, and since `XmlParser` is new as of PHP 8.0, I guess that there is not much problems in correcting the canonical casing of `XmlParser` into `XMLParser`? Count it as a last-minute bugfix. —Claude -- PHP Internals - PHP Runtime Development Mailing List To uns

[PHP-DEV] Renaming on of the XML opaque objects for consistency

2020-11-23 Thread G. P. B.
Greetings internals, I know this is *literally* hours before the GA tag, but I just realized that when introducing opaque objects during the resource to object conversion the XMLWriter and XMLParser extensions don't use the same casing as the classes are named XmlParser and XMLWriter Should we re