summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-38/+38
* Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Fix SOAP warningsNikita Popov2014-09-051-2/+1
* Fix invalid zend_string free in soapNikita Popov2014-09-041-44/+37
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-61/+61
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* ported ext/soapAnatol Belski2014-08-191-2/+2
* basic macro replacements, all at onceAnatol Belski2014-08-191-56/+56
* cleanupDmitry Stogov2014-08-131-2/+1
* Fixed memory leaksDmitry Stogov2014-05-161-12/+14
* ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-247/+239
* Cleanup (1-st round)Dmitry Stogov2014-04-151-8/+8
* Bump yearXinchen Hui2014-01-031-1/+1
* Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-291-2/+3
* typo fixesVeres Lajos2013-07-151-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Added SoapClient constructor option 'ssl_method' to specify ssl methodDmitry Stogov2013-04-301-2/+64
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #61423 (gzip compression fails).Ilia Alshanetsky2012-04-031-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Hannes Magnusson2012-03-241-1/+1
|\
| * Revert incorrect fixIlia Alshanetsky2012-03-241-1/+1
| * Fixed bug #61423 (gzip compression fails).Ilia Alshanetsky2012-03-221-1/+1
* | Fixed bug #61423 (gzip compression fails).Ilia Alshanetsky2012-03-221-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-03-211-63/+78
|\ \ | |/
| * Fixed bug #49853 (Soap Client stream context header option ignored)Dmitry Stogov2012-03-211-63/+78
| * Fixed bug #60842, #51775 (Chunked response parsing error when chunksize lengt...Ilia Alshanetsky2012-03-081-3/+3
| * - Year++Felipe Pena2012-01-011-1/+1
| * Prevent possible integer overflowDmitry Stogov2011-11-021-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-051-0/+7
| * Fixed bug #50976 (Soap headers Authorization not allowed)Dmitry Stogov2010-05-281-3/+12
* | Fixed bug #60842, #51775 (Chunked response parsing error when chunksize lengt...Ilia Alshanetsky2012-03-081-3/+3
* | - Year++Felipe Pena2012-01-011-1/+1
* | Added new SoapClient option "keep_alive". FR #60329Pierrick Charron2011-11-181-3/+5
* | Prevent possible integer overflowDmitry Stogov2011-11-021-1/+1
* | fix potential integer overflowStanislav Malyshev2011-10-151-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy wit...Dmitry Stogov2010-10-051-0/+7
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
* | Fixed bug #50976 (Soap headers Authorization not allowed)Dmitry Stogov2010-05-281-3/+12
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
|/
* Don't free soap_headers just before comparing the length. This causes SoapCli...Frank M. Kromann2010-01-131-1/+1
* - Addressing minor leak noticed while addressing bug #48590Sriram Natarajan2010-01-051-4/+3
* - Fixed bug #48590 (SoapClient does not honor max_redirects)Sriram Natarajan2010-01-051-0/+15
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* 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