ZF-2946: Zend_Http_Client_Adapter_Socket be able to set stream context options
Description
On a shared host making an out going connection I need to bind to a certain ip address. This is only possible though steam context handlers. Zend_Http_Client_Adapter_Socket already uses stream_context_create. I propose the ability to be able to pass stream context options via the config.
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T20:26:42.000+0000
Changing fix version to follow IT conventions.
Posted by Wil Sinclair (wil) on 2008-03-25T20:27:28.000+0000
Please categorize/fix as needed.
Posted by Shahar Evron (shahar) on 2009-07-23T14:43:21.000+0000
Implemented, documented and tested in CS-17009