summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-09-171-6/+25
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-6/+25
| |\
| | * ext/soap: Compare Set-Cookie header case-insensitivelyGabríel Arthúr Pétursson2020-09-171-6/+25
* | | Merge branch 'PHP-7.4'Matteo Beccati2020-08-181-2/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-181-2/+15
| |\ \ | | |/
| | * Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ...Matteo Beccati2020-08-181-2/+15
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-211-2/+21
| | |\
| | | * Support content_type stream context option in soapVincent JARDIN2019-05-211-2/+21
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| | | * year++Xinchen Hui2018-01-021-1/+1
| | * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | | Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-13/+5
* | | Support content_type stream context option in soapVincent JARDIN2019-05-131-2/+21
* | | Remove local variablesPeter Kokot2019-02-031-8/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
|/ /
* | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-30/+30
* | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-3/+3
* | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-44/+46
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'pull-request/2152'Joe Watkins2016-10-201-1/+8
|\
| * soap #69137 - Invert logic to be correctKeith Smiley2016-10-131-1/+1
| * soap #69137 - Fix SSL verify when using a proxyKeith Smiley2016-10-031-1/+8
* | Fix some insecure usages of php_randLeigh2016-07-051-2/+6
* | Fixed compilation warningsDmitry Stogov2016-06-221-3/+3
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/
* Eliminate usages of _PP macrosNikita Popov2016-03-031-10/+0
* Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()Stanislav Malyshev2016-02-211-0/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed bug #70715 (Segmentation fault inside soap client)Xinchen Hui2015-10-151-1/+5
* | Fixed bug #70709 (SOAP Client generates Segfault)Xinchen Hui2015-10-151-1/+6
* | Fixed memory leak and avoid reallocationsDmitry Stogov2015-09-241-68/+79
* | fix datatypeAnatol Belski2015-08-071-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-3/+4
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-10/+13
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-10/+13
| | |\
| | | * Fix bug #70081: check types for SOAP variablesStanislav Malyshev2015-07-261-10/+13
| * | | Merge branch 'PHP-5.5' into PHP-5.6Reeze Xia2015-03-031-8/+15
| |\ \ \ | | |/ /
* | | | Fixed bug #70079 (Segmentation fault after more than 100 SoapClient calls)Xinchen Hui2015-07-161-0/+2
* | | | Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,...Xinchen Hui2015-07-091-1/+1
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-21/+21
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-031-9/+15
|\ \ \ \