summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-142-0/+50
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or prote...Dmitry Stogov2004-12-073-50/+189
* Fixed bug #30329 (Error Fetching http body, No Content-Length, connection clo...Dmitry Stogov2004-12-011-19/+21
* Port 443 is default for https, so we shouldn't put it into Host:Dmitry Stogov2004-12-011-1/+1
* Fixed bug #30359 (SOAP client requests have no port in "Host" field ).Dmitry Stogov2004-12-011-0/+4
* namespace was renamedDmitry Stogov2004-11-173-6/+6
* Fixed possible usage of un-initialized variable.Ilia Alshanetsky2004-11-161-1/+1
* indentation fixed.Dmitry Stogov2004-11-161-3/+3
* Fixed bug #30799 (SoapServer doesn't handle private or protected properties)Dmitry Stogov2004-11-162-1/+37
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-167-6/+220
* fix ZTS buildsFrank M. Kromann2004-11-121-1/+2
* Support for lists in non-WSDL mode was implementedDmitry Stogov2004-11-111-14/+64
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-093-11/+45
* Fixed bug #30685 (Malformed SOAPClient http header reequest).Dmitry Stogov2004-11-042-10/+11
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+2
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-053-0/+176
* Fix TSRM buildMarcus Boerger2004-09-263-8/+0
* Fixed bug #30182 (SOAP module processing WSDL file dumps core).Dmitry Stogov2004-09-221-2/+3
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-171-7/+5
* Fixed crash with SoapFault and register_shutdown_function().Dmitry Stogov2004-09-161-0/+1
* Fixed invalid test nameDmitry Stogov2004-09-151-1/+1
* Fixed possible crashDmitry Stogov2004-09-151-1/+1
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-142-48/+176
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-137-21/+27
* SoapClient->__call() is renamed to SoapClient->__soap_call().Dmitry Stogov2004-09-102-4/+17
* Using php_libxml_xmlCheckUTF8() from ext/libxml.Dmitry Stogov2004-09-101-28/+3
* Fix __call's method signatureMarcus Boerger2004-09-091-3/+0
* Make ext/soap work around libxml2 bug in xmlCheckUTF8 (2.6.7-2.6.13)Dmitry Stogov2004-09-071-2/+28
* Fixed bug #29842 (soapclient return null value)Dmitry Stogov2004-08-271-0/+4
* Memory leaks were fixedDmitry Stogov2004-08-261-8/+13
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-265-30/+118
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-264-30/+84
* Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)Dmitry Stogov2004-08-263-0/+82
* Merged bug fixes from PHP_5_0.Dmitry Stogov2004-08-265-3/+136
* Fixed bug #28969 (Wrong data encoding of special characters)Dmitry Stogov2004-08-101-0/+38
* Fixed bug #28969 (Wrong data encoding of special characters).Dmitry Stogov2004-08-103-4/+139
* Test is fixed. (__call() requires two parameters).Dmitry Stogov2004-08-101-1/+1
* Fixed incorrect HTTP headers in SOAP responseDmitry Stogov2004-07-201-8/+8
* Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).Dmitry Stogov2004-07-193-3/+894
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-195-20/+462
* Fixed bug #29061 (soap extension segfaults).Dmitry Stogov2004-07-193-2/+63
* Fixed memory leak (related to new implementation of empty strings)Dmitry Stogov2004-07-191-4/+0
* Add {{{ proto'sZeev Suraski2004-07-131-12/+85
* Fix ZTS build.Sebastian Bergmann2004-07-061-1/+1
* Fixed bug #28751 (SoapServer does not call _autoload())Dmitry Stogov2004-07-063-4/+51
* Eliminate alloca() calls where they can be affected by the users.Ilia Alshanetsky2004-07-051-8/+8
* BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180")Dmitry Stogov2004-06-221-9/+13
* Support for HTTP redirection.Dmitry Stogov2004-06-213-185/+208
* Fixed bug #28702 (SOAP does not parse WSDL service address correctly).Dmitry Stogov2004-06-101-0/+4
* Memory leaks were fixedDmitry Stogov2004-05-271-5/+9