Details
Description
Hello,
When i open a new feed with this code:
$canal = new Zend_Feed_Atom(my_url_dot_com);
I got these errors:
line: 62
inet_pton() : Unrecognized address www.XXX.com
Zend/Validate/Ip.php
line: 165
fopen(Zend/Validate/Hostname/Com.php) : failed to open stream: No such file or directory
Zend/Loader.php
Issue Links
| This issue is related to: | ||||
| ZF-7506 | exception 'Zend_Exception' with message 'File "Zend/Validate/Hostname/Com.php" does not exist or class "Zend_Validate_Hostname_Com" was not found |
|
|
|
Support for COM IDNs has been added 2 weeks ago within trunk.
Before that COM was only recognised if it contained no IDN characters.