: Request #49898 :: SoapClient

Request #49898 SoapClient
Submitted: 2009-10-16 11:11 UTC Modified: 2014-06-09 02:51 UTC
From: superole2 at excite dot com Assigned: dmitry (profile)
Status: Closed Package: SOAP related
PHP Version: 5.3.0 OS:
Private report: No CVE-ID: None

 [2009-10-16 11:11 UTC] superole2 at excite dot com

Description:
------------
There is a function SoapClient::__setCookie(), so why isn't there a SoapClient::__getCookies()?
Would be very useful for instance when checking if a cookie has been set by the server.
As it is now one have to parse the responseheaders, and use __setCookie() to be sure.
Also useful when distributing the same cookie across multiple SoapClients.

Reproduce code:
---------------
---
From manual page: class.soapclient
---



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2010-12-28 12:43 UTC] jani@php.net

-Package: Feature/Change Request +Package: SOAP related

 [2014-04-14 01:58 UTC] stas@php.net

-Assigned To: +Assigned To: dmitry

 [2014-06-09 02:51 UTC] stas@php.net

-Status: Assigned +Status: Closed

 [2014-06-09 02:51 UTC] stas@php.net

The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.