Hi All, I have to modify the timeout value in Zend/Http/Client.php for a web service i am building.
Is there any way I can avoid editing Zend/Http/Client.php (config array) and instead pass the object to webservice server/client, say in a config array with the changed timeout value? Thanks Daniel
