summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Collapse)AuthorAgeFilesLines
* Memory leaks were fixedDmitry Stogov2004-05-271-5/+9
|
* BUGFIX: Prevent crash on error in send_http_soap_request()Dmitry Stogov2004-05-272-7/+4
|
* Fixed bug #28239 (No results returned on SOAP call, no error given)Dmitry Stogov2004-05-211-5/+10
|
* Allowing user defined SOAP transports with SoapClient::__doRequest()Dmitry Stogov2004-05-204-38/+128
|
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+1
|
* Support for classes with __call() method on server side.Dmitry Stogov2004-05-052-1/+43
|
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-0510-246/+259
|
* Support for <![CDATA[ ]]> for string/hexbinary/base64binary dataDmitry Stogov2004-04-231-0/+6
|
* Support for multiref dataDmitry Stogov2004-04-211-17/+23
|
* Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF).Dmitry Stogov2004-04-151-3/+3
|
* Calls to zend_exception_error() were removed.Dmitry Stogov2004-04-151-30/+45
|
* Fixed: possible remote overflow and possible efree(NULL) crashStefan Esser2004-04-081-3/+20
|
* cleanupfoobar2004-04-074-42/+3
|
* Support for domain cookiesDmitry Stogov2004-04-021-1/+16
|
* SoapClint support for multiple hosts (through WSDL) with cookies.Dmitry Stogov2004-04-023-67/+181
|
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-024-2/+873
|
* StudlyCaps fix.Dmitry Stogov2004-04-012-12/+12
|
* Fixed possible crashDmitry Stogov2004-04-011-4/+5
|
* Fixed bug #27722 (Segfault on schema without targetNamespace).Dmitry Stogov2004-04-013-97/+206
|
* Some small improvments, support for new style constructors, support for ↵Dmitry Stogov2004-04-016-82/+138
| | | | exceptions other then SoapFault
* Using studlyCaps names.Dmitry Stogov2004-03-301-65/+65
|
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-182-12/+12
|
* win32 specific fixesDmitry Stogov2004-02-274-11/+5
|
* fix: Incorrect error messageDmitry Stogov2004-02-271-4/+11
|
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
|
* HTTP compression (memory leak was fixed)Dmitry Stogov2004-02-253-0/+75
|
* fix: XMLSchema <choice> support was improved to support elements with ↵Dmitry Stogov2004-02-251-3/+7
| | | | minOccurs=0
* HTTP compression support (gzip and deflate)Dmitry Stogov2004-02-254-14/+165
|
* Documentation updateDmitry Stogov2004-02-242-30/+8
|
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-247-119/+333
|
* Fixed value of attribute is default value of attributeDmitry Stogov2004-02-241-1/+3
|
* fix: anotaion -> anotationDmitry Stogov2004-02-241-8/+8
|
* constants for MIME/DIME encoding were addedDmitry Stogov2004-02-241-0/+6
|
* XML Schema support was improved: support for <element> default, fixed and ↵Dmitry Stogov2004-02-243-4/+54
| | | | nillable
* BUGFIX: bug in HTTP chunked encoding was fixedDmitry Stogov2004-02-201-5/+5
|
* Don't try to use <input> name instead of <opeartion> name for encoding RPC callDmitry Stogov2004-02-191-1/+7
|
* Reading HTTP responses without "Content-Length:" but with "Connection: close"Dmitry Stogov2004-02-191-22/+30
|
* WSDL caching bugs were fixedDmitry Stogov2004-02-191-9/+9
|
* fix: prevent possible crashDmitry Stogov2004-02-191-0/+4
|
* Passing arguments to "anyType" cause passing type information in literal ↵Dmitry Stogov2004-02-191-49/+79
| | | | encoding. Receiver gets sach parameters as SoapVar objects.
* Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>Dmitry Stogov2004-02-194-107/+364
|
* fix: SoapFault constructor fixed to confirm documentation.Dmitry Stogov2004-02-181-2/+3
|
* BUGFIX: HTTP chunked transfer-encoding supportDmitry Stogov2004-02-181-13/+28
|
* Using element namesapces with literal encoding.Dmitry Stogov2004-02-171-2/+14
|
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-174-13/+49
|
* fix: Using proper namespace for <soap:header> if it is not specified.Dmitry Stogov2004-02-171-14/+17
|
* Encoding of ommited tail parameters as NULLsDmitry Stogov2004-02-172-17/+45
|
* specal case of array encoding. If object has only one inner element and this ↵Dmitry Stogov2004-02-161-1/+47
| | | | element has max_occurs > 1, then array can be passed directly.
* BUGFIX: incorrect restoring of negative integers from WSDL cacheDmitry Stogov2004-02-161-1/+1
|
* Prevent processing SOAP headers with invalid namespace in WSDL mode.Dmitry Stogov2004-02-161-2/+6
|