summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-0310-169/+169
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-05-112-1329/+1329
|\
| * Convert CRLF to LF in *.wsdl filesPeter Kokot2019-05-113-1514/+1514
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+3
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-1411-11/+11
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-3/+3
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-15154-153/+153
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+3
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-1411-11/+11
* | Remove unused filesPeter Kokot2018-09-263-362/+0
* | Remove superfluous checks of always available functionsGabriel Caruso2018-08-033-3/+0
* | Remove trailing whitespace in inc filesGabriel Caruso2018-02-102-3/+3
|/
* Finish PHP 4 constructor deprecationNikita Popov2015-03-312-2/+2
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-3147-97/+97
* it make no sense to create a reference to objectDmitry Stogov2014-05-161-1/+1
* - Fixed testsFelipe Pena2010-04-032-45/+10
* MFH: Fix skipifArnaud Le Blanc2009-05-203-0/+3
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-09157-0/+245
* fix tests (add precision)Antony Dovgal2007-05-0781-0/+162
* Fixed SOAP tests and added additional tests to ensure processing POST dataIlia Alshanetsky2007-05-0724-24/+24
* Fixed testDmitry Stogov2007-04-221-2/+2
* Fixed bug #37013 (server hangs when returning circular object references)Dmitry Stogov2007-04-028-23/+68
* Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL typ...Dmitry Stogov2007-03-201-1/+1
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-2/+2
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib...Dmitry Stogov2006-05-2685-153/+153
* Support for zend-myltibyteDmitry Stogov2006-03-291-0/+0
* Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)Dmitry Stogov2006-03-1054-0/+54
* Fixed bug #34787 (SOAP Client not handling boolean types correctly)Dmitry Stogov2005-10-0915-25/+25
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-2423-38/+38
* Automatic encoding/decoding of hexbin data type (base64 support is improved)Dmitry Stogov2005-08-084-5/+5
* Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).Ilia Alshanetsky2005-07-274-4/+4
* Fixed array type autodetection (use namespace name, but not the namespace prefixDmitry Stogov2005-06-092-2/+2
* Enabled test for <any>Dmitry Stogov2005-06-071-2/+6
* Support for element's form and schema's elementFormDefault attributes (qualif...Dmitry Stogov2005-04-206-10/+10
* Some tests were fixedDmitry Stogov2005-04-208-359/+322
* Missing files were addedDmitry Stogov2005-04-184-2/+56
* actually commit the SOAP interop tests this time.George Schlossnagle2005-04-03277-0/+10773