summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'pull-request/2152' into PHP-7.1Joe 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
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-031-8/+15
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2015-03-031-8/+15
| | |\ \ | | | |/
| | | * Added type checksDmitry Stogov2015-03-031-8/+15
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| | * | typo fixesVeres Lajos2013-07-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
| * | | fix bug #67955Philip Hofstetter2014-09-031-1/+1
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-2/+2
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-8/+8
* | | | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-3/+3
* | | | 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