summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #50219 (soap call Segmentation fault on a redirected url).Pierrick Charron2009-11-211-6/+14
* Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQLIlia Alshanetsky2009-06-031-0/+5
* MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).Ilia Alshanetsky2009-01-191-1/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-011-8/+22
* Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)Dmitry Stogov2008-11-281-50/+29
* Added ability to send user defined HTTP headers with SOAP request.Dmitry Stogov2008-10-011-8/+74
* MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-041-1/+1
* Missing footerRasmus Lerdorf2008-02-221-0/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)Dmitry Stogov2007-10-171-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Fixed bug #41983 (Error Fetching http headers terminated by '\n')Dmitry Stogov2007-07-241-9/+34
* Fixed memleakDmitry Stogov2007-07-131-1/+10
* %d -> %ldAntony Dovgal2007-05-101-1/+1
* Fixed random number generation for http auth mechanism in SOAPIlia Alshanetsky2007-05-101-2/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* use snprintfStanislav Malyshev2007-02-211-1/+1
* Improve redirect validationIlia Alshanetsky2007-02-211-10/+11
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Replace non-threadsafe rand() with php_rand_r()Ilia Alshanetsky2006-11-281-1/+2
* Fixed support for endpoint's URL without <path> part (Rob)Dmitry Stogov2006-09-061-1/+7
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-35/+35
* Improved the error reporting in SOAP extension on request failure.Ilia Alshanetsky2006-06-271-17/+24
* Fixed bug #37054 (SoapClient Error Fetching http headers)Dmitry Stogov2006-04-131-3/+12
* Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)Dmitry Stogov2006-03-201-1/+16
* Compression level shouldn't be greatr then 9.Dmitry Stogov2006-02-071-0/+2
* Fixed bug #36083 (SoapClient waits for responses on one-way operations)Dmitry Stogov2006-02-071-0/+7
* Fixed bug #36283 (SOAPClient Compression Broken).Dmitry Stogov2006-02-061-4/+9
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35570 (segfault when re-using soap client object)Dmitry Stogov2005-12-121-1/+1
* Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in ...Dmitry Stogov2005-12-071-1/+3
* MFH: nuke unused varsAntony Dovgal2005-10-121-2/+0
* Fixed bug #34766 (possible crash on HTTP redirection)Dmitry Stogov2005-10-071-7/+1
* Fixed bug #34478 (Incorrect parsing of url's fragment (#...))Dmitry Stogov2005-09-161-0/+8
* - Bumber up yearfoobar2005-08-031-1/+1
* Allow SOAP work when allow_url_fopen is turned off.Dmitry Stogov2005-08-011-1/+8
* "_local_cert" and "_passphrase" properties moved into "_stream_context".Dmitry Stogov2005-07-201-14/+1
* Remove stale #ifdefs (this is PHP 5 only code).Wez Furlong2005-07-191-31/+10
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-081-1/+27
* Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).Ilia Alshanetsky2005-05-301-1/+1
* Handling responses with Content-Lenght: 0Dmitry Stogov2005-05-231-0/+8
* Fixed SIGSEGVDmitry Stogov2005-05-101-1/+1
* "<?xml ..." header is not required by SOAP specificationDmitry Stogov2005-05-101-6/+10
* Allow define connection timeout throught "connection_timeout" option in SoapC...Dmitry Stogov2005-03-231-3/+11
* Fixed bug #32326 (Check values of Connection/Transfer-EncodingIlia Alshanetsky2005-03-161-2/+2
* Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 ...Dmitry Stogov2005-02-021-39/+32
* Fixed bug #31755 (Cannot create SOAP header in no namespace)Dmitry Stogov2005-02-021-0/+2
* Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)Dmitry Stogov2005-01-251-64/+285
* Support for HTTP error codesDmitry Stogov2005-01-201-18/+40