#
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)
|
#
5ef3e0c5 |
| 09-Oct-2005 |
Dmitry Stogov |
Fixed bug #34787 (SOAP Client not handling boolean types correctly)
|
Revision tags: php-4.4.1RC1 |
|
#
e0112295 |
| 07-Oct-2005 |
Dmitry Stogov |
Reverted last George patches
|
#
fa3394ec |
| 07-Oct-2005 |
George Schlossnagle |
Permit correct usage of inherited encoders (from restriction/extension "base" directives) for xml response decoding.
|
#
abe0e618 |
| 06-Oct-2005 |
George Schlossnagle |
MFH: support complex types in restrictions and extensions
|
Revision tags: RELEASE_0_9_0 |
|
#
e2599c3d |
| 29-Sep-2005 |
Dmitry Stogov |
Fixed wrong array autodetection
|
#
4b9b5505 |
| 16-Sep-2005 |
Antony Dovgal |
fix #34505 (possible memory corruption when unmangling properties with empty names) 2nd part
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2 |
|
#
da4096c2 |
| 24-Aug-2005 |
Dmitry Stogov |
Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs. Fixed support for missing nillable elements of sequnces.
|
Revision tags: php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE |
|
#
c9103e18 |
| 08-Aug-2005 |
Dmitry Stogov |
Automatic encoding/decoding of hexbin data type (base64 support is improved)
|
Revision tags: RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|