theseer / fDOMDocument

An Extension to PHP's standard DOM to add various convinience methods and exceptions by default

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing file in pear channel

remicollet opened this issue · comments

Reading 1a19a0c

'theseer\\fdom\\fdomnodeinterface' => '/src/fDOMNodeInterface.php', 

But this new file is not listed in package.xml, so missing in the pear archive.

The new interface seems not used, so perhaps have to be droped of autoload.

Thank you for spotting it! Fixed with Release 1.4.1.

The interface was introduced for a feature that didn't end up making it and i forgot to remove the file.
Shouldn't have caused any practical issues though as no autoload should have be triggered.