summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed possible crash because of uninitialized value (Zdash Urf)Dmitry Stogov2007-10-171-2/+4
|
* Fixed bug #42488 (SoapServer reports an encoding error and the error itself ↵Dmitry Stogov2007-09-051-4/+41
| | | | breaks).
* Fixed bug #42326 (SoapServer crash)Dmitry Stogov2007-08-311-3/+8
|
* Fixed bug #42183 (classmap cause crashr in non-wsdl mode)Dmitry Stogov2007-08-221-1/+4
|
* Fixed bug #41566 (SOAP Server not properly generating href attributes)Dmitry Stogov2007-06-141-0/+8
|
* - Fixed bug #41097 (ext/soap returning associative array as indexed withoutDmitry Stogov2007-05-041-2/+8
| | | | | | using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
* Reverted the following fixed because of php-5.2.2 release processDmitry Stogov2007-05-021-8/+2
| | | | | | | | - Fixed altering $this via argument named "this". - Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL). - Fixed bug #41004 (minOccurs="0" and null class member variable).
* Fixed bug #41004 (minOccurs="0" and null class member variable)Dmitry Stogov2007-05-021-0/+2
|
* Fixed bug #41097 (ext/soap returning associative array as indexed without ↵Dmitry Stogov2007-05-021-2/+6
| | | | using WSDL)
* 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-021-8/+130
|
* Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL ↵Dmitry Stogov2007-03-201-4/+19
| | | | type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
* Fixed bug #36226 (Inconsistent handling when passing nillable arrays)Dmitry Stogov2007-03-201-1/+2
|
* Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). ↵Dmitry Stogov2007-02-251-1/+11
| | | | (Rob, Dmitry)
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-4/+4
|
* Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice ↵Dmitry Stogov2007-02-151-2/+4
| | | | include minOccurs=0)
* %f -> %FIlia Alshanetsky2007-01-051-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
|
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-4/+8
|
* Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified ↵Dmitry Stogov2006-12-181-7/+38
| | | | type are set to 0)
* 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-081-6/+7
|
* 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
|
* Fixed possible crash with default namespacesDmitry Stogov2006-10-031-3/+53
|
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-201-162/+124
|
* - 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 ↵Dmitry Stogov2006-07-121-4/+4
| | | | option)
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-3/+4
|
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-129/+128
|
* Fixed bug #38055 (Wrong interpretation of boolean parameters)Dmitry Stogov2006-07-101-14/+7
|
* Fixed bug #38004 Parameters in SoapServer are decoded twiceDmitry Stogov2006-07-101-2/+3
|
* MFH: Optimize the other string conversion functions here to just createRasmus Lerdorf2006-06-151-5/+8
| | | | | raw text nodes.
* MFH:Rasmus Lerdorf2006-06-151-4/+7
| | | | | | | | | | | | I don't think the call to xmlNodeSetContentLen() is needed here and it is causing performance problems because it tries to parse the blob and create a subtree. Because we are escaping the string anyway, we are never going to get a subtree, but the entity parsing that is done by xmlNodeSetContentLen() is killing performance on large blobs of text. On one recent example it took a couple of minutes to parse whereas if we just create a text node like this and set the contents to the raw string it is down to milliseconds.
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type ↵Dmitry Stogov2006-05-261-39/+34
| | | | attributes. incompatibility with libxml2-2.6.24)
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-171-0/+3
| | | | | persistent.
* Fixed bug #36908 (wsdl default value overrides value in soap request).Dmitry Stogov2006-04-101-4/+6
|
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-0/+14
| | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor.
* fix spelling in error messages:Antony Dovgal2006-04-031-4/+4
| | | | | greater/less thEn -> greater/less thAn
* Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)Dmitry Stogov2006-03-031-14/+57
|
* typoDmitry Stogov2006-02-061-1/+1
|
* Bug #36226 Inconsistent handling when passing potential arraysDmitry Stogov2006-02-021-0/+8
|
* Fixed encoding of inhereted objectsDmitry Stogov2006-02-011-19/+42
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* Fixed possible SIGSEGV (Rob Richards)Dmitry Stogov2005-12-091-1/+1
|
* Fixed bug #35142 (SOAP Client/Server Complex Object Support)Dmitry Stogov2005-11-081-0/+4
|
* Fixed SIGSEGVDmitry Stogov2005-11-011-2/+3
|