History log of /php-src/ext/soap/php_encoding.c (Results 201 – 225 of 350)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8a1f3461 06-Apr-2007 Andrei Zmievski

Typo?

# 36c6ad91 02-Apr-2007 Dmitry Stogov

Fixed bug #37013 (server hangs when returning circular object references)

Revision tags: RELEASE_1_0_1
# 3ee54ce9 20-Mar-2007 Dmitry Stogov

Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.

# ef06bfa3 20-Mar-2007 Dmitry Stogov

Fixed bug #36226 (Inconsistent handling when passing nillable arrays)

Revision tags: php-4.4.6
# 015a5655 25-Feb-2007 Dmitry Stogov

Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). (Rob, Dmitry)

# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors

Revision tags: php-4.4.6RC1
# 2cf92f36 15-Feb-2007 Dmitry Stogov

Fixed bug #40467 (Partial SOAP request sent when XSD sequence or choice include minOccurs=0)

Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 7d901eac 05-Jan-2007 Ilia Alshanetsky

%f -> %F

Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.

# 52d53543 25-Dec-2006 Ilia Alshanetsky

Allocation safety checks

# c43fc2af 19-Dec-2006 Dmitry Stogov

Fixed bug #39815 (SOAP double encoding is not locale-independent)

# 6e0b78cd 18-Dec-2006 Dmitry Stogov

Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0)

Revision tags: php-5.2.1RC1
# 31bfc6e5 10-Nov-2006 Dmitry Stogov

Fixed bug #39454 (Returning a SOAP array segfaults PHP)

# 84b9dcb7 08-Nov-2006 Dmitry Stogov

Fixed bug #38536 (SOAP returns an array of values instead of an object)

# 95fbb951 06-Nov-2006 Dmitry Stogov

MFH: Fixed decoding list of arrays (related to bug #39121)

Revision tags: php-5.2.0
# 4629cc0b 24-Oct-2006 Dmitry Stogov

Revert patch because we are at last RC stage.

# fc22c9dd 23-Oct-2006 Dmitry Stogov

Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121)

Revision tags: php-5.2.0RC6, php-5.2.0RC5
# 99356595 03-Oct-2006 Dmitry Stogov

Fixed possible crash with default namespaces

# f5d7dac3 20-Sep-2006 Dmitry Stogov

Added ability to make SOAP call userspace PHP<->XML converters

Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# d0f2f6cd 24-Jul-2006 Marcus Boerger

- MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()

# c48a2e38 12-Jul-2006 Dmitry Stogov

Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option)

# a602a3ee 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings

# ee1dc90d 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings

# 26499be6 10-Jul-2006 Dmitry Stogov

Fixed bug #38055 (Wrong interpretation of boolean parameters)

# c389a653 10-Jul-2006 Dmitry Stogov

Fixed bug #38004 Parameters in SoapServer are decoded twice

12345678910>>...14