summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-074-14/+14
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-7/+7
* Improved ext/soap to support element names in context of XMLShema's <any>Dmitry Stogov2007-09-272-29/+113
* 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
* New testDmitry Stogov2007-05-021-0/+45
* Fixed bug #41097 (ext/soap returning associative array as indexed without usi...Dmitry Stogov2007-05-023-2/+35
* 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
* Apologies. Didn't realize we were using custom snprintf().Andrei Zmievski2007-04-061-1/+1
* Typo?Andrei Zmievski2007-04-061-1/+1
* Fixed bug #37013 (server hangs when returning circular object references)Dmitry Stogov2007-04-0216-31/+438
* 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 typ...Dmitry Stogov2007-03-209-9/+147
* Fixed bug #36226 (Inconsistent handling when passing nillable arrays)Dmitry Stogov2007-03-203-1/+666
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-4/+4
* Fixed testsDmitry Stogov2007-02-262-2/+2
* Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). (...Dmitry Stogov2007-02-253-1/+58
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-243-7/+6
* use safe_emallocStanislav Malyshev2007-02-231-5/+5
* use snprintfStanislav Malyshev2007-02-211-1/+1
* Improve redirect validationIlia Alshanetsky2007-02-211-10/+11
* Fixed memory leakDmitry Stogov2007-02-151-1/+4
* Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice inclu...Dmitry Stogov2007-02-151-2/+4
* MFHAntony Dovgal2007-01-181-3/+3
* %f -> %FIlia Alshanetsky2007-01-051-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-0114-14/+14