summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY)Dmitry Stogov2017-06-131-1/+1
* too many dashesDmitry Stogov2017-02-211-1/+0
* Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)Dmitry Stogov2017-02-211-2/+13
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0414-14/+14
* Flush stderr on win32 in cli_log_messageNikita Popov2017-01-012-50/+0
* More fixes for bug #73089Nikita Popov2016-12-131-17/+33
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-211-0/+17
|\
| * add test for bug #73452Anatol Belski2016-11-211-0/+17
| * Backport 15ac4904 to 5.6Anatol Belski2016-11-211-5/+26
* | Fix bug #73538Craig Duncan2016-11-202-5/+36
* | Don't update proprties inplace.Dmitry Stogov2016-11-101-5/+10
* | Merge branch 'pull-request/2152' into PHP-7.0Joe Watkins2016-10-203-1/+56
|\ \
| * | soap #69137 - Invert logic to be correctKeith Smiley2016-10-132-2/+7
| * | soap #69137 - Fix SSL verify when using a proxyKeith Smiley2016-10-033-1/+51
* | | Fixed bug #73237Keith Smiley2016-10-123-2/+147
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-10-101-0/+180
|\ \ \ | |/ / |/| / | |/
| * add test for bug #73037Anatol Belski2016-10-101-0/+180
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-232-199/+0
|\ \ | |/
| * Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"Anatol Belski2016-09-232-199/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-231-0/+1
|\ \ | |/
| * skip this test for now as it seems to have issues running dev serverAnatol Belski2016-09-231-0/+1
| * Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-232-0/+198
| * Fixed bug #70979 crash with bad soap requestAnatol Belski2016-01-141-1/+1
* | Fixed bug #73037 SoapServer reports Bad Request when gzippedAnatol Belski2016-09-232-0/+198
* | Fix bug #71711Nikita Popov2016-08-303-3/+33
* | Fixed bug #71996Nikita Popov2016-08-302-0/+22
* | Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)Xinchen Hui2016-04-081-0/+1
* | Eliminate usages of _PP macrosNikita Popov2016-03-031-10/+0
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()Stanislav Malyshev2016-02-212-0/+17
* | check for NULL and avoid crashesAntony Dovgal2016-01-251-2/+10
* | port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0Anatol Belski2016-01-141-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0114-14/+14
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0114-14/+14
* | Fixed typoXinchen Hui2015-12-211-2/+1
* | Fixed bug #70993 (Array key references break argument processing)Xinchen Hui2015-11-301-0/+1
* | Fixed bug #70940 Segfault in soep / type_to_stringRemi Collet2015-11-191-2/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2015-11-121-1/+3
|\ \ | |/
| * Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-121-1/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-11-073-1/+207
|\ \ | |/
| * Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-073-1/+207
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-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 incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* | Cleanup: avoid reallocationsDmitry Stogov2015-09-241-23/+20
* | Fixed memory leak and avoid reallocationsDmitry Stogov2015-09-243-85/+96
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-022-4/+28
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-012-44/+69
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-012-44/+69
| | |\