ZF-5925: Zend_HTTP_Client raises a Hostname validator warning
Description
When executing this piece of code:
$client = new Zend_Http_Client($callback_url); // ... $response = $client->request();
It throws me:
Warning: fopen(Zend/Validate/Hostname/Com.php): failed to open stream: No such file or directory on line 165 in file: /usr/src/www/dna/libs/Zend/Loader.php
The point is actually that $callback_url = "http://xxxx.xxx.xxxxx.com"; (real one: http://blobthis.labs.mihswat.com)
Regards,
Guilherme Blanco
Comments
No comments to display