Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3 | SVN Migration | 2006-04-20 | 1 | -12/+3 |
| | |||||
* | Fixed bug #37054 (SoapClient Error Fetching http headers) | Dmitry Stogov | 2006-04-13 | 1 | -3/+12 |
| | |||||
* | Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy) | Dmitry Stogov | 2006-03-20 | 1 | -1/+16 |
| | |||||
* | Compression level shouldn't be greatr then 9. | Dmitry Stogov | 2006-02-07 | 1 | -0/+2 |
| | |||||
* | Fixed bug #36083 (SoapClient waits for responses on one-way operations) | Dmitry Stogov | 2006-02-07 | 1 | -0/+7 |
| | |||||
* | Fixed bug #36283 (SOAPClient Compression Broken). | Dmitry Stogov | 2006-02-06 | 1 | -4/+9 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fixed bug #35570 (segfault when re-using soap client object) | Dmitry Stogov | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in ↵ | Dmitry Stogov | 2005-12-07 | 1 | -1/+3 |
| | | | | Apache process). | ||||
* | MFH: nuke unused vars | Antony Dovgal | 2005-10-12 | 1 | -2/+0 |
| | |||||
* | Fixed bug #34766 (possible crash on HTTP redirection) | Dmitry Stogov | 2005-10-07 | 1 | -7/+1 |
| | |||||
* | Fixed bug #34478 (Incorrect parsing of url's fragment (#...)) | Dmitry Stogov | 2005-09-16 | 1 | -0/+8 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Allow SOAP work when allow_url_fopen is turned off. | Dmitry Stogov | 2005-08-01 | 1 | -1/+8 |
| | |||||
* | "_local_cert" and "_passphrase" properties moved into "_stream_context". | Dmitry Stogov | 2005-07-20 | 1 | -14/+1 |
| | | | | | As a result now it is possible to use certificates during access WSDL files. | ||||
* | Remove stale #ifdefs (this is PHP 5 only code). | Wez Furlong | 2005-07-19 | 1 | -31/+10 |
| | | | | | | | Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to the SoapClient every time a context option is added. | ||||
* | Fixed HTTP basic authentication headers during subrequsts to xsd files | Dmitry Stogov | 2005-07-08 | 1 | -1/+27 |
| | |||||
* | Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1). | Ilia Alshanetsky | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | Handling responses with Content-Lenght: 0 | Dmitry Stogov | 2005-05-23 | 1 | -0/+8 |
| | |||||
* | Fixed SIGSEGV | Dmitry Stogov | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | "<?xml ..." header is not required by SOAP specification | Dmitry Stogov | 2005-05-10 | 1 | -6/+10 |
| | |||||
* | Allow define connection timeout throught "connection_timeout" option in ↵ | Dmitry Stogov | 2005-03-23 | 1 | -3/+11 |
| | | | | SoapClient constructor. | ||||
* | Fixed bug #32326 (Check values of Connection/Transfer-Encoding | Ilia Alshanetsky | 2005-03-16 | 1 | -2/+2 |
| | | | | | case-incentively). | ||||
* | Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 ↵ | Dmitry Stogov | 2005-02-02 | 1 | -39/+32 |
| | | | | Continue" response) | ||||
* | Fixed bug #31755 (Cannot create SOAP header in no namespace) | Dmitry Stogov | 2005-02-02 | 1 | -0/+2 |
| | |||||
* | Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented) | Dmitry Stogov | 2005-01-25 | 1 | -64/+285 |
| | |||||
* | Support for HTTP error codes | Dmitry Stogov | 2005-01-20 | 1 | -18/+40 |
| | |||||
* | Fixed bug #30901 (can't send cookies with soap envelop). | Dmitry Stogov | 2005-01-20 | 1 | -4/+4 |
| | | | | | void SoapClient::__setCookie(string name [, string value]) | ||||
* | Support for HTTPS with digital certificates. | Dmitry Stogov | 2005-01-20 | 1 | -1/+16 |
| | |||||
* | Fixed bug #30329 (Error Fetching http body, No Content-Length, connection ↵ | Dmitry Stogov | 2004-12-01 | 1 | -19/+21 |
| | | | | closed or chunked data). | ||||
* | Port 443 is default for https, so we shouldn't put it into Host: | Dmitry Stogov | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #30359 (SOAP client requests have no port in "Host" field ). | Dmitry Stogov | 2004-12-01 | 1 | -0/+4 |
| | |||||
* | Fixed bug #30685 (Malformed SOAPClient http header reequest). | Dmitry Stogov | 2004-11-04 | 1 | -4/+5 |
| | |||||
* | Fix for Bug #24189: possibly unsafe select(2) usage. | Wez Furlong | 2004-09-17 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using select(2) and check for valid descriptors before attempting to access them via the descriptor sets. If an out-of-range descriptor is detected, an E_WARNING is raised suggesting that PHP should be recompiled with a larger FD_SETSIZE (and also with a suggested value). Most uses of select(2) in the source are to poll a single descriptor, so a couple of handy wrapper functions have been added to make this easier. A configure option --enable-fd-setsize has been added to both the unix and win32 builds; on unix we default to 16384 and on windows we default to 256. Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the highest numbered descriptor; 256 should be plenty for PHP scripts under windows (the default OS setting is 64). The win32 specific parts are untested; will do that now. | ||||
* | BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180") | Dmitry Stogov | 2004-06-22 | 1 | -9/+13 |
| | |||||
* | Support for HTTP redirection. | Dmitry Stogov | 2004-06-21 | 1 | -178/+196 |
| | |||||
* | Fixed bug #28702 (SOAP does not parse WSDL service address correctly). | Dmitry Stogov | 2004-06-10 | 1 | -0/+4 |
| | |||||
* | BUGFIX: Prevent crash on error in send_http_soap_request() | Dmitry Stogov | 2004-05-27 | 1 | -7/+0 |
| | |||||
* | Allowing user defined SOAP transports with SoapClient::__doRequest() | Dmitry Stogov | 2004-05-20 | 1 | -18/+4 |
| | |||||
* | Fixed: possible remote overflow and possible efree(NULL) crash | Stefan Esser | 2004-04-08 | 1 | -3/+20 |
| | |||||
* | Support for domain cookies | Dmitry Stogov | 2004-04-02 | 1 | -1/+16 |
| | |||||
* | SoapClint support for multiple hosts (through WSDL) with cookies. | Dmitry Stogov | 2004-04-02 | 1 | -64/+152 |
| | |||||
* | Some small improvments, support for new style constructors, support for ↵ | Dmitry Stogov | 2004-04-01 | 1 | -1/+1 |
| | | | | exceptions other then SoapFault | ||||
* | HTTP compression support (gzip and deflate) | Dmitry Stogov | 2004-02-25 | 1 | -12/+111 |
| | |||||
* | BUGFIX: bug in HTTP chunked encoding was fixed | Dmitry Stogov | 2004-02-20 | 1 | -5/+5 |
| | |||||
* | Reading HTTP responses without "Content-Length:" but with "Connection: close" | Dmitry Stogov | 2004-02-19 | 1 | -22/+30 |
| | |||||
* | BUGFIX: HTTP chunked transfer-encoding support | Dmitry Stogov | 2004-02-18 | 1 | -13/+28 |
| | |||||
* | fix: prevent of possible crash | Dmitry Stogov | 2004-02-16 | 1 | -2/+2 |
| | |||||
* | Initial support for client-part SOAP headers (very incomlete) | Dmitry Stogov | 2004-02-03 | 1 | -4/+3 |
| | |||||
* | TSRM fixes | Marcus Boerger | 2004-02-02 | 1 | -0/+2 |
| |