summaryrefslogtreecommitdiff
path: root/ext/soap/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-09197-1/+321
|
* Remplemented support for SplArray using Traversable interface.Dmitry Stogov2008-01-091-0/+67
|
* Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua ↵Dmitry Stogov2007-12-272-0/+110
| | | | Reese, Dmitry)
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-132-0/+77
|
* Fixed parse error described in bug #43228Ilia Alshanetsky2007-11-111-1/+1
|
* Fixed testDmitry Stogov2007-11-071-2/+2
|
* Fixed possible crash because of uninitialized value (Zdash Urf)Dmitry Stogov2007-10-171-0/+66
|
* Improved ext/soap to support element names in context of XMLShema's <any>Dmitry Stogov2007-09-271-16/+22
|
* Fixed bug #42214 (SoapServer sends clients internal PHP errors)Dmitry Stogov2007-09-051-0/+24
|
* Fixed bug #42488 (SoapServer reports an encoding error and the error itself ↵Dmitry Stogov2007-09-051-0/+22
| | | | breaks).
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-312-0/+78
|
* Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic ↵Dmitry Stogov2007-08-312-0/+172
| | | | compliant wsdl)
* Fixed bug #42326 (SoapServer crash)Dmitry Stogov2007-08-312-0/+131
|
* Fixed bug #42183 (classmap cause crashr in non-wsdl mode)Dmitry Stogov2007-08-221-0/+27
|
* Fixed bug #42151 (__destruct functions not called after catching a SoapFault ↵Dmitry Stogov2007-08-011-0/+31
| | | | exception)
* Fixed bug #41566 (SOAP Server not properly generating href attributes)Dmitry Stogov2007-06-141-0/+65
|
* Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).Ilia Alshanetsky2007-05-271-0/+20
|
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-213-0/+95
|
* Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)Dmitry Stogov2007-05-102-0/+75
|
* fix tests (add precision)Antony Dovgal2007-05-0796-1/+193
|
* Fixed SOAP tests and added additional tests to ensure processing POST dataIlia Alshanetsky2007-05-0762-93/+147
| | | | | works based on server001.phpt
* fix test namesAntony Dovgal2007-05-0714-16/+16
|
* Fixed bug #41004 (minOccurs="0" and null class member variable)Dmitry Stogov2007-05-022-0/+105
|
* New testDmitry Stogov2007-05-021-0/+45
|
* Fixed bug #41097 (ext/soap returning associative array as indexed without ↵Dmitry Stogov2007-05-021-0/+27
| | | | using WSDL)
* Fixed testDmitry Stogov2007-04-221-2/+2
|
* improve testAntony Dovgal2007-04-111-1/+2
|
* skip test if openssl is presentAntony Dovgal2007-04-101-1/+10
|
* Fixed bug #37013 (server hangs when returning circular object references)Dmitry Stogov2007-04-0212-23/+291
|
* Fixed testDmitry Stogov2007-04-021-2/+2
|
* new testDmitry Stogov2007-03-301-0/+25
|
* Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL ↵Dmitry Stogov2007-03-206-4/+125
| | | | type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
* Fixed bug #36226 (Inconsistent handling when passing nillable arrays)Dmitry Stogov2007-03-202-0/+664
|
* Fixed testsDmitry Stogov2007-02-262-2/+2
|
* Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). ↵Dmitry Stogov2007-02-252-0/+47
| | | | (Rob, Dmitry)
* on FreeBSD these locales have different namesAntony Dovgal2006-12-191-3/+4
|
* MFHAntony Dovgal2006-12-191-1/+5
|
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-192-2/+44
|
* Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified ↵Dmitry Stogov2006-12-182-0/+84
| | | | type are set to 0)
* Fixed bug #38536 (SOAP returns an array of values instead of an object)Dmitry Stogov2006-11-082-0/+109
|
* Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)Dmitry Stogov2006-11-061-0/+73
|
* Fixed possible crash with default namespacesDmitry Stogov2006-10-031-0/+56
|
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-2012-0/+634
|
* Added SoapServer::setObject() method (it is a simplified version of ↵Dmitry Stogov2006-08-243-0/+108
| | | | SoapServer::setClass() method).
* Fixed crash in SoapClient::__setSoapHeaders()Dmitry Stogov2006-07-311-0/+38
|
* Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding ↵Dmitry Stogov2006-07-122-0/+88
| | | | option)
* Fixed bug #38055 (Wrong interpretation of boolean parameters)Dmitry Stogov2006-07-102-0/+88
|
* Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)Dmitry Stogov2006-07-101-0/+41
|
* Fixed testDmitry Stogov2006-07-101-1/+1
|
* Fixed bug #38004 Parameters in SoapServer are decoded twiceDmitry Stogov2006-07-102-0/+91
|