Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ext/soap parameter names | Nikita Popov | 2020-10-08 | 1 | -20/+0 |
* | Accept bool in SoapClient::__doRequest | Nikita Popov | 2020-10-08 | 1 | -1/+1 |
* | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 1 | -1/+1 |
* | Promote warnings to exceptions in ext/soap and ext/xmlwriter | Máté Kocsis | 2020-09-01 | 1 | -4/+9 |
* | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 6 | -0/+6 |
* | Separate __call and __soapCall implementations | Nikita Popov | 2020-07-21 | 1 | -1/+1 |
* | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -1/+1 |
* | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 1 | -1/+1 |
* | Make float to string casts locale-independent | Máté Kocsis | 2020-05-08 | 1 | -1/+1 |
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 43 | -254/+254 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-24 | 2 | -1/+642 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-24 | 2 | -1/+642 |
| |\ | |||||
| | * | Make test independent of online XSD schema | Christoph M. Becker | 2020-01-24 | 2 | -1/+642 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-01-23 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-23 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Fix bug76348.phpt | Nikita Popov | 2020-01-23 | 2 | -4/+5 |
* | | | Fix #78880: Spelling error report | Christoph M. Becker | 2019-12-21 | 5 | -6/+6 |
* | | | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 1 | -2/+0 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-23 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Cleanup of remaining E_STRICT in tests | George Peter Banyard | 2019-07-23 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-05-22 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Mark bug44811.phpt as an online test | Nikita Popov | 2019-05-22 | 1 | -0/+1 |
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Use a different URL in bug44811.phpt | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-11 | 32 | -4701/+4705 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Peter Kokot | 2019-05-11 | 32 | -4701/+4705 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2019-05-11 | 32 | -4701/+4705 |
| | |\ \ | | | |/ | |||||
| | | * | Convert CRLF to LF in *.wsdl files | Peter Kokot | 2019-05-11 | 32 | -4701/+4705 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-29 | 2 | -1/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-29 | 2 | -1/+20 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-29 | 2 | -1/+20 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #77945 | Nikita Popov | 2019-04-29 | 2 | -1/+20 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-20 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Mark bug76348.phpt as online test | Nikita Popov | 2019-03-20 | 1 | -0/+1 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 54 | -63/+63 |
|\ \ \ \ | |/ / / | |||||
| * | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 54 | -63/+63 |
* | | | | Adjust tests for zpp TypeError change | Nikita Popov | 2019-03-11 | 1 | -3/+2 |
* | | | | Migrate SOAP away from legacy constructors | Nikita Popov | 2019-01-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-11-12 | 1 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-11-12 | 1 | -0/+27 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-12 | 1 | -0/+27 |
| | |\ | |||||
| | | * | Fix #77141: Signedness issue in SOAP when precision=-1 | Christoph M. Becker | 2018-11-12 | 1 | -0/+27 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-11-04 | 2 | -0/+102 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-11-04 | 2 | -0/+102 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-11-04 | 2 | -0/+102 |
| | |\ \ | | | |/ | |||||
| | | * | Fix #76348: WSDL_CACHE_MEMORY causes Segmentation fault | Christoph M. Becker | 2018-11-04 | 2 | -0/+102 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 8 | -8/+5 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 33 | -53/+53 |
* | | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-23 | 2 | -0/+143 |
|\ \ \ \ | |/ / / |