ZF-6844: Zend_Http_Client via Proxy spawns notices
Description
If you try to retrieve an SSL stream through a "Zend_Http_Client_Adapter_Proxy" object without the proxy set, it will spawn notices about using undefined sslcert and sslpassphrases.
The reason is that I created an object extended from "Zend_Http_Client_Adapter_Proxy" which switches between proxy or not proxy as redirects might happen through or not through them (internal/external IP's).
Grtz, Steven
Comments
Posted by Shahar Evron (shahar) on 2009-07-25T02:51:42.000+0000
Thanks for reporting - fixed in SVN rev. 17056
Posted by Satoru Yoshida (satoruyoshida) on 2009-11-17T20:51:27.000+0000
I set fix version. I find this at SVN r17118 in 1.9 branch.