summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC3'.php-5.1.3RC3SVN Migration2006-04-201-1/+1
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and L...Dmitry Stogov2006-04-191-2/+2
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching cod...Dmitry Stogov2006-04-182-0/+157
* Fixed bug #36908 (wsdl default value overrides value in soap request).Dmitry Stogov2006-04-102-0/+97
* Fixed testDmitry Stogov2006-04-101-1/+1
* Fixed Bug #36614 (Segfault when using Soap)Dmitry Stogov2006-03-153-0/+219
* Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)Dmitry Stogov2006-03-101-0/+51
* Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)Dmitry Stogov2006-03-034-23/+162
* Bug #36226 Inconsistent handling when passing potential arraysDmitry Stogov2006-02-021-0/+139
* Fixed bug #35273 (Error in mapping soap - java types)Dmitry Stogov2005-11-181-0/+21
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-082-0/+678
* MFH (Bug #34643 wsdl default value)Dmitry Stogov2005-10-032-0/+4
* Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)Dmitry Stogov2005-09-283-0/+229
* Fixed bug #34643 (wsdl default value has no effect)Dmitry Stogov2005-09-272-0/+88
* Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)Dmitry Stogov2005-09-121-0/+18
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-012-0/+182
* Fixed bug #32776 (SOAP doesn't support one-way operations)Dmitry Stogov2005-04-202-0/+94
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-031-2/+2
* Fixed bug #31695 (Cannot redefine endpoint when using WSDL)Dmitry Stogov2005-03-232-0/+109
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-222-0/+131
* Support for <soap:body> "parts" attributeDmitry Stogov2005-03-211-2/+2
* Fixed bug #31755 (Cannot create SOAP header in no namespace)Dmitry Stogov2005-02-021-0/+17
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-201-0/+42
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-141-0/+47
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or prote...Dmitry Stogov2004-12-072-0/+112
* Fixed bug #30799 (SoapServer doesn't handle private or protected properties)Dmitry Stogov2004-11-161-0/+25
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-052-0/+173
* Fixed invalid test nameDmitry Stogov2004-09-151-1/+1
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-141-0/+171
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-134-8/+8
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-263-0/+117
* Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)Dmitry Stogov2004-08-262-0/+72
* Merged bug fixes from PHP_5_0.Dmitry Stogov2004-08-263-0/+127
* Fixed bug #28969 (Wrong data encoding of special characters)Dmitry Stogov2004-08-101-0/+38
* Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).Dmitry Stogov2004-07-192-0/+887
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-194-0/+446
* Fixed bug #29061 (soap extension segfaults).Dmitry Stogov2004-07-192-0/+53
* Fixed bug #28751 (SoapServer does not call _autoload())Dmitry Stogov2004-07-062-0/+41
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-022-0/+867
* Fixed bug #27722 (Segfault on schema without targetNamespace).Dmitry Stogov2004-04-012-0/+105