summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
* Optimize out zend_hash_num_elements() callIlia Alshanetsky2006-12-211-2/+2
* 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-193-6/+52
* Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type...Dmitry Stogov2006-12-183-7/+122
* Small hash table optimizationIlia Alshanetsky2006-11-301-1/+1
* Replace non-threadsafe rand() with php_rand_r()Ilia Alshanetsky2006-11-281-1/+2
* Fixed bug #39454 (Returning a SOAP array segfaults PHP)Dmitry Stogov2006-11-101-0/+8
* Fixed bug #38536 (SOAP returns an array of values instead of an object)Dmitry Stogov2006-11-083-6/+116
* Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)Dmitry Stogov2006-11-062-1/+86
* MFH: Fixed decoding list of arrays (related to bug #39121)Dmitry Stogov2006-11-061-25/+34
* Revert patch because we are at last RC stage.Dmitry Stogov2006-10-241-34/+25
* Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121)Dmitry Stogov2006-10-231-25/+34
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-032-4/+4
* Fixed possible crash with default namespacesDmitry Stogov2006-10-032-3/+109
* MFH: fix arginfo&protoHannes Magnusson2006-09-281-2/+2
* Removed warning about unreferenced local variableDmitry Stogov2006-09-251-0/+4
* Prevent access to dead zvalDmitry Stogov2006-09-221-0/+2
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-2017-378/+968
* Fixed memory leakDmitry Stogov2006-09-151-2/+6
* Fixed support for endpoint's URL without <path> part (Rob)Dmitry Stogov2006-09-061-1/+7
* Fixed bug #38700 (SoapClient::__getTypes never returns)Dmitry Stogov2006-09-041-0/+1
* Added SoapServer::setObject() method (it is a simplified version of SoapServe...Dmitry Stogov2006-08-245-17/+168
* Prevented possible double call in case of faultDmitry Stogov2006-07-311-2/+4
* Fixed crash in SoapClient::__setSoapHeaders()Dmitry Stogov2006-07-312-1/+41
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
* Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding o...Dmitry Stogov2006-07-123-4/+92
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-112-5/+6
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-1110-548/+478