Hi all, For ecommerce applications, I need to post data to schemes starting with ssl://, for example the PayPal Instant Payment Notification (ssl://www.paypal.com) or iDeal service, a typical Dutch payment method.
I'd like to use Zend_Http_Client or another object oriented approach, but Zend_Http_Client supports only http:// and https:// schemes. PayPal gives an php4.1 example with fsockopen() [1]. Is there a method to utilize Zend_Client_Http, another component or doesn't it make any sense? Regards, Jurian [1] https://cms.paypal.com/cms_content/US/en_US/files/developer/IPN_PHP_41.txt -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
