ZF-9143: notice on undefined key 'sslusecontext' when using Zend_Http_Client_Adapter_Proxy
Description
When using Zend_Http_Client_Adapter_Proxy, Zend_Http_Client_Adapter_Socket code will spew out E_NOTICE messages about $config['sslusecontext'] not being defined. This is reproducible by simply running the Zend_Http_Client_Adapter_Proxy unit tests.
Comments
Posted by Shahar Evron (shahar) on 2010-02-11T04:21:51.000+0000
This was introduced in patch fixing ZF-5524
Posted by Shahar Evron (shahar) on 2010-02-11T04:27:56.000+0000
fixed in rev. 21016
Posted by Kazusuke Sasezaki (sasezaki) on 2010-05-14T22:34:54.000+0000
trunk's code was fixed. But, it seems to be not merged in release 1.10 branch. http://framework.zend.com/svn/framework/…
Posted by Justin Hart (onyxraven) on 2010-05-18T08:48:48.000+0000
This was not merged into 1.10 branch, and should be.
Posted by Shahar Evron (shahar) on 2010-06-15T01:43:58.000+0000
Many apologies, this is now merged to the 1.10 branch in rev. 22435.