summaryrefslogtreecommitdiff
path: root/ext/soap/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed irrelevant testDmitry Stogov2009-09-231-16/+0
* Fixed bug #47273 (Encoding bug in SoapServer->fault)Dmitry Stogov2009-08-261-0/+53
* - Drop unused codeFelipe Pena2009-06-151-7/+0
* - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to in...Felipe Pena2009-06-152-0/+109
* Fix skipifArnaud Le Blanc2009-05-203-0/+3
* Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)Dmitry Stogov2009-02-182-0/+99
* Fixed bug #46419 (Elements of associative arrays with NULL value are lost)Dmitry Stogov2009-01-261-0/+43
* - New testFelipe Pena2009-01-051-0/+16
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error mess...Dmitry Stogov2008-12-011-2/+2
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-272-0/+139
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-271-0/+20
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-011-0/+52
* - Changed error level E_ERROR into E_WARNING in parameter validationFelipe Pena2008-09-081-1/+3
* - Removed the doubled error message (the error level is no longer E_ERROR)Felipe Pena2008-09-071-1/+1
* Fix tests: need simplexmlArnaud Le Blanc2008-07-234-0/+4
* Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
* Fixed testDmitry Stogov2008-07-221-1/+1
* - Added arginfoFelipe Pena2008-07-2238-38/+38
* Fixed SOAP binding selectionDmitry Stogov2008-06-183-5/+105
* - Removed unnecessary SKIPIF (unicode/tests/*)Felipe Pena2008-06-091-23/+0
* - Removed UEXPECT(F)Felipe Pena2008-05-2785-1222/+3
* fix test namesAntony Dovgal2008-05-141-1/+1
* Fixed testDmitry Stogov2008-05-081-0/+1
* fix testAntony Dovgal2008-05-081-1/+1
* - Test for bug #44811David Coallier2008-05-071-0/+20
* more cosmeticsAntony Dovgal2008-02-151-1/+1
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-09197-1/+386
* 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 R...Dmitry Stogov2007-12-272-0/+110
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-132-0/+77
* MFB: Fixed parse error described in bug #43228Ilia Alshanetsky2007-11-111-1/+1
* 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-30/+42
* 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 b...Dmitry Stogov2007-09-051-0/+23
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-312-0/+78
* Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic com...Dmitry Stogov2007-08-312-0/+172
* 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
* add missing skipifsAntony Dovgal2007-07-161-0/+2
* Allowed loading XML from unicode stringsDmitry Stogov2007-06-291-2/+2
* Fixed bug #41566 (SOAP Server not properly generating href attributes)Dmitry Stogov2007-06-141-0/+65
* 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 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/+55
* Fixed bug #41097 (ext/soap returning associative array as indexed without usi...Dmitry Stogov2007-05-022-2/+29
* improve testAntony Dovgal2007-04-111-1/+2