summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-273-8/+151
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-272-0/+21
* - MFH: Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by g...Felipe Pena2008-10-261-1/+1
* wsDmitry Stogov2008-10-161-14/+14
* Fixed bug #43723 (SOAP not sent properly from client for <choice>)Dmitry Stogov2008-10-161-5/+17
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-012-1/+61
* Fixed SOAP binding selectionDmitry Stogov2008-06-184-7/+107
* fixed more titlesAntony Dovgal2008-05-141-1/+1
* fix test titlesAntony Dovgal2008-05-141-1/+1
* Fixed testDmitry Stogov2008-05-081-0/+1
* fix testAntony Dovgal2008-05-081-1/+1
* fix test titleAntony Dovgal2008-05-071-2/+1
* - Fixed Bug #44811: Improved error message when creating a newDavid Coallier2008-05-071-1/+6
* - Test for bug #44811 (Improve error message when new SoapClient has invalid ...David Coallier2008-05-071-0/+20
* MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)Joe Orton2008-04-081-1/+1
* Fixed SIGSEGV because of acess to uninitialized dataDmitry Stogov2008-03-041-0/+1
* Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set th...Dmitry Stogov2008-02-151-1/+13
* Fixed wrong type castDmitry Stogov2008-01-161-1/+1
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-09197-20/+344
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)Dmitry Stogov2007-11-133-0/+78
* MFB: Fixed parse error described in bug #43228Ilia Alshanetsky2007-11-111-1/+1
* Another fix for bug #42773Dmitry Stogov2007-11-011-6/+17
* Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result ...Dmitry Stogov2007-11-011-4/+36
* Fixed bug #42773 (WSDL error causes HTTP 500 Response)Dmitry Stogov2007-11-011-1/+6
* Fixed possible crash because of uninitialized value (Zdash Urf)Dmitry Stogov2007-10-172-2/+70
* Fixed bug #42637 (SoapFault : Only http and https are allowed)Dmitry Stogov2007-10-171-1/+1
* Fixed bug #42214 (SoapServer sends clients internal PHP errors)Dmitry Stogov2007-09-053-20/+63
* Fixed bug #42488 (SoapServer reports an encoding error and the error itself b...Dmitry Stogov2007-09-052-4/+63
* Fixed bug #42359 (xsd:list type not parsed)Dmitry Stogov2007-08-314-6/+138
* Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic com...Dmitry Stogov2007-08-313-2/+188
* Fixed bug #42326 (SoapServer crash)Dmitry Stogov2007-08-313-3/+139
* Fixed bug #42183 (classmap cause crashr in non-wsdl mode)Dmitry Stogov2007-08-222-1/+31
* Fixed bug #42151 (__destruct functions not called after catching a SoapFault ...Dmitry Stogov2007-08-012-0/+35
* Fixed bug #41983 (Error Fetching http headers terminated by '\n')Dmitry Stogov2007-07-241-9/+34
* Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result ...Dmitry Stogov2007-07-131-4/+32
* Fixed memleakDmitry Stogov2007-07-131-1/+10
* Fixed bug #41566 (SOAP Server not properly generating href attributes)Dmitry Stogov2007-06-142-0/+73
* Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).Ilia Alshanetsky2007-05-272-5/+25
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-214-1/+96
* %d -> %ldAntony Dovgal2007-05-101-1/+1
* Fixed random number generation for http auth mechanism in SOAPIlia Alshanetsky2007-05-101-2/+2
* Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)Dmitry Stogov2007-05-103-1/+84
* 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
* fix test namesAntony Dovgal2007-05-0714-16/+16
* Allow SOAP extension's handler() to work even whenIlia Alshanetsky2007-05-061-15/+7
* - Fixed bug #41097 (ext/soap returning associative array as indexed withoutDmitry Stogov2007-05-041-2/+8
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-8/+2
* Fixed bug #41004 (minOccurs="0" and null class member variable)Dmitry Stogov2007-05-023-0/+107