summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #38055 (Wrong interpretation of boolean parameters)Dmitry Stogov2006-07-103-14/+95
* Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)Dmitry Stogov2006-07-103-20/+63
* Fixed testDmitry Stogov2006-07-101-1/+1
* Fixed bug #38004 Parameters in SoapServer are decoded twiceDmitry Stogov2006-07-103-2/+94
* Improved the error reporting in SOAP extension on request failure.Ilia Alshanetsky2006-06-271-17/+24
* Fixed bug #37862 (Integer pointer comparison to numeric value)Dmitry Stogov2006-06-261-1/+1
* MFH: fix #37807 (segmentation fault during SOAP schema import)Antony Dovgal2006-06-191-1/+1
* MFH: Optimize the other string conversion functions here to just createRasmus Lerdorf2006-06-151-5/+8
* MFH:Rasmus Lerdorf2006-06-151-4/+7
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib...Dmitry Stogov2006-05-26135-243/+236
* Fixed bug #37278 (SOAP not respecting uri in __soapCall)Dmitry Stogov2006-05-252-1/+25
* fix testAntony Dovgal2006-05-111-1/+1
* - Update after api changesMarcus Boerger2006-05-101-12/+4
* MFHDmitry Stogov2006-05-031-1/+1
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and L...Dmitry Stogov2006-04-195-138/+218
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching cod...Dmitry Stogov2006-04-183-5/+167
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-173-5/+9