History log of /PHP-5.5/ext/soap/php_encoding.c (Results 76 – 100 of 208)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.4.3RC2
# 8ab6f3fd 15-Jun-2006 Rasmus Lerdorf

MFH: Optimize the other string conversion functions here to just create
raw text nodes.


# 12022014 15-Jun-2006 Rasmus Lerdorf

MFH:
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 escapi

MFH:
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.

show more ...


Revision tags: BEFORE_NEW_OUTPUT_API
# 10371b03 26-May-2006 Dmitry Stogov

Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)


Revision tags: php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# cfaf6406 17-Apr-2006 Andrei Zmievski

Some encodings were assumed to be default and, thus, were not made
persistent.


# 07d77504 10-Apr-2006 Dmitry Stogov

Fixed bug #36908 (wsdl default value overrides value in soap request).


# 06ef71fe 09-Apr-2006 Andrei Zmievski

Speed up SoapClient/SoapServer constructors by caching WSDL structures
in memory. All WSDL files will be cached, unless turned off via an
option to the constructor.


# bace0def 03-Apr-2006 Antony Dovgal

fix spelling in error messages:
greater/less thEn -> greater/less thAn


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# 622347bd 03-Mar-2006 Dmitry Stogov

Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)


# a7c845ff 06-Feb-2006 Dmitry Stogov

typo


# 7dc9be77 02-Feb-2006 Dmitry Stogov

Bug #36226 Inconsistent handling when passing potential arrays


# 9774b6d3 01-Feb-2006 Dmitry Stogov

Fixed encoding of inhereted objects


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1
# eef44c60 09-Dec-2005 Dmitry Stogov

Fixed possible SIGSEGV (Rob Richards)


Revision tags: RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 27064028 08-Nov-2005 Dmitry Stogov

Fixed bug #35142 (SOAP Client/Server Complex Object Support)


Revision tags: RELEASE_1_0RC2
# e98a40f1 01-Nov-2005 Dmitry Stogov

Fixed SIGSEGV


Revision tags: php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# bb8e5de1 11-Oct-2005 Dmitry Stogov

Fixed bug #32455 (wrong setting property to unset value)


# 303a642a 09-Oct-2005 Dmitry Stogov

Fixed bug #34788 (SOAP Client not applying correct namespace to generated values)


123456789