| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use TRY_ADDREF/TRY_DELREF in soap | Nikita Popov | 2019-07-12 | 1 | -2/+2 |
| * | Use a different URL in bug44811.phpt | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
| * | Support content_type stream context option in soap | Vincent JARDIN | 2019-05-21 | 2 | -2/+98 |
| * | Convert CRLF to LF in *.wsdl files | Peter Kokot | 2019-05-11 | 37 | -7037/+7041 |
| * | Fixed bug #77945 | Nikita Popov | 2019-04-29 | 3 | -9/+28 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-12 | 2 | -1/+28 |
| |\ | |||||
| | * | Fix #77141: Signedness issue in SOAP when precision=-1 | Christoph M. Becker | 2018-11-12 | 2 | -1/+28 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-04 | 3 | -1/+103 |
| |\ \ | |/ | |||||
| | * | Fix #76348: WSDL_CACHE_MEMORY causes Segmentation fault | Christoph M. Becker | 2018-11-04 | 3 | -1/+103 |
| | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 21 | -21/+12 |
| | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 55 | -104/+104 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 13 | -13/+12 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 8 | -13/+13 |
| * | | Fixed bug #50675 | Cameron Porter | 2018-10-23 | 3 | -2/+143 |
| * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 21 | -21/+12 |
| * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 55 | -104/+104 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 13 | -13/+12 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 8 | -13/+13 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-03-14 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Reduce var scope | Anatol Belski | 2018-03-14 | 1 | -3/+3 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-03-14 | 1 | -9/+7 |
| |\ \ | |/ | |||||
| | * | Fix stack use after scope | Anatol Belski | 2018-03-14 | 1 | -9/+7 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe | 2018-02-08 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fixes bug #75871 Use pkg-config for libxml2 if available | Pedro Magalhães | 2018-02-08 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 7 | -11/+11 |
| |\ \ | |/ | |||||
| | * | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 7 | -11/+11 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 14 | -14/+14 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 14 | -14/+14 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-01 | 2 | -7/+23 |
| |\ \ | |/ | |||||
| | * | Fixed bug #75502 | Nikita Popov | 2018-01-01 | 2 | -7/+23 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-12-28 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Fixed reference-counting | Dmitry Stogov | 2017-12-28 | 1 | -0/+1 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 2 | -20/+20 |
| |\ \ | |/ | |||||
| | * | Fixed bug #70469 | Anton Artamonov | 2017-12-22 | 2 | -20/+20 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-11-02 | 1 | -2/+5 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-11-02 | 1 | -2/+5 |
| | |\ | |||||
| | | * | Fix ext/soap/tests/bug69137.phpt | Nikita Popov | 2017-11-02 | 1 | -2/+5 |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-10-30 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-30 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders | Fabien Villepinte | 2017-10-30 | 1 | -1/+1 |
| * | | | Fix assertion failure in SoapFault ctor | Nikita Popov | 2017-09-05 | 1 | -10/+6 |
| * | | | Add test for invalid SoapFault parameters | Ken Guest | 2017-09-05 | 1 | -0/+28 |
| * | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
| * | | | Drop soap_hash_str_find_deref() | Nikita Popov | 2017-06-25 | 1 | -23/+13 |
| * | | | Move va_copy compatibility code into zend_portability.h | Nikita Popov | 2017-06-25 | 1 | -19/+2 |
| * | | | Fixed wrong usage of old ZPP API. | Dmitry Stogov | 2017-06-19 | 1 | -0/+1 |
| * | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2017-06-13 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-06-13 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY) | Dmitry Stogov | 2017-06-13 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2017-02-21 | 1 | -1/+0 |
| |\ \ \ | |/ / | |||||
