summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-0114-14/+14
|
* Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)Dmitry Stogov2012-11-291-21/+3
|
* Remove executable permission on phptXinchen Hui2012-10-1067-0/+0
|
* Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).Dmitry Stogov2012-09-031-3/+4
|
* Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-032-0/+70
|
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
* Change impl of GZIP_POST, DEFLATE_POST. See #62021zoe slattery2012-05-152-6/+2
|
* Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt failsAnatoliy Belsky2012-04-162-1/+53
|
* Revert incorrect fixIlia Alshanetsky2012-03-241-1/+1
|
* Fixed bug #61423 (gzip compression fails).Ilia Alshanetsky2012-03-221-1/+1
|
* Fixed bug #49853 (Soap Client stream context header option ignored)Dmitry Stogov2012-03-213-68/+92
|
* Fixed bug #60842, #51775 (Chunked response parsing error when chunksize ↵Ilia Alshanetsky2012-03-081-3/+3
| | | | length line is > 10 bytes).
* Fixed bug #60887 (SoapClient ignores user_agent option and sends no ↵Dmitry Stogov2012-03-051-0/+7
| | | | User-Agent header)
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | requirements
* Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
|
* Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-011-0/+34
|
* - Year++Felipe Pena2012-01-0114-14/+14
|
* Fixed bug #54911 (Access to a undefined member in inherit SoapClient may ↵Dmitry Stogov2011-11-282-0/+33
| | | | cause Segmentation Fault)
* Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)Dmitry Stogov2011-11-143-5/+212
|
* Prevent possible integer overflowDmitry Stogov2011-11-021-1/+1
|
* - skip on win, diff TZ formatPierre Joye2011-09-071-1/+5
|
* Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION ↵Dmitry Stogov2011-08-103-1/+133
| | | | contains itself)
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-7/+7
|
* - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-1/+4
|
* Fixed crash on recursive error handler invocationDmitry Stogov2011-05-171-1/+1
|
* Fixed crash when passing invalid timestamp (negative integer on win32)Dmitry Stogov2011-05-041-0/+3
|
* - Fixed bug #54312 (soap_version logic bug)Felipe Pena2011-03-191-2/+4
| | | | | Patch by: tom at samplonius dot org
* Fixed compiler warnings caused by var re-declarationIlia Alshanetsky2011-02-031-12/+9
|
* - Year++Felipe Pena2011-01-0114-14/+14
|
* - fix testPierre Joye2010-12-181-4/+4
|
* - NEWS update and test related to the NULL poisoning recent fixesPierre Joye2010-12-181-0/+17
|
* Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
|
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy ↵Dmitry Stogov2010-10-051-0/+7
| | | | with SoapClient object).
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-033-9/+9
| | | | | 87th time while struggling with an annoying SOAP service.
* - Added missing SKIPIFFelipe Pena2010-08-065-0/+10
|
* Fixed bug #52041 (Memory leak when writing on uninitialized variable ↵Dmitry Stogov2010-06-151-1/+6
| | | | returned from function)
* Fixed bug #51273 (Faultstring property does not exist when the faultstring ↵Ilia Alshanetsky2010-06-091-4/+4
| | | | | | | | is empty) # Patch by dennis at transip dot nl
* Fixed bug #50976 (Soap headers Authorization not allowed)Dmitry Stogov2010-05-281-3/+12
|
* Fixed bug #50762 (in WSDL mode Soap Header handler function only being ↵Dmitry Stogov2010-05-283-1/+83
| | | | called if defined in WSDL). (mephius at gmail dot com)
* Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-059-1/+1262
| | | | endpoints). (Justin Dearing)
* - Fixed memory leakFelipe Pena2010-04-241-0/+1
|
* - Fixed testsFelipe Pena2010-04-032-45/+10
|
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-26/+76
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-76/+26
|
* - Fix test (Bug #51036)Felipe Pena2010-02-151-1/+1
|
* - Added missing SKIPIFFelipe Pena2010-02-155-0/+10
|
* Added missing INI settingsIlia Alshanetsky2010-01-201-0/+3
|
* Kill very old export of the docs.Hannes Magnusson2010-01-171-646/+0
| | | | | Fixes bug#50784
* Don't free soap_headers just before comparing the length. This causes ↵Frank M. Kromann2010-01-131-1/+1
| | | | SoapClient to fail when requesting a URL
* - Addressing minor leak noticed while addressing bug #48590Sriram Natarajan2010-01-051-4/+3
|