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.
|
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
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 |
|
#
92f1b46f |
| 24-Aug-2006 |
Dmitry Stogov |
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).
|
Revision tags: 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, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, 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 |
|
#
68906dbe |
| 19-Apr-2006 |
Dmitry Stogov |
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH)) Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl". Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it. Note that, each PHP process or thread uses it's own memory cache.
show more ...
|
#
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.
|
Revision tags: php-5.1.3RC2 |
|
#
bafba669 |
| 21-Mar-2006 |
Dmitry Stogov |
Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)
|
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
73605400 |
| 07-Feb-2006 |
Dmitry Stogov |
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
|
#
7dc9be77 |
| 02-Feb-2006 |
Dmitry Stogov |
Bug #36226 Inconsistent handling when passing potential arrays
|
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, 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, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2 |
|
#
cd8adc0c |
| 16-Jun-2005 |
Brian France |
ifdef'ed the code but not the includes
|
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
3c314100 |
| 02-Feb-2005 |
Dmitry Stogov |
Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
a9a5dbd9 |
| 16-Nov-2004 |
Dmitry Stogov |
Class mapping was implemented (Bug #29385 Soapserver always uses std class).
|
Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1 |
|
#
de46ba2e |
| 10-Aug-2004 |
Dmitry Stogov |
Fixed bug #28969 (Wrong data encoding of special characters).
|
Revision tags: php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
7bddbd7b |
| 05-May-2004 |
Dmitry Stogov |
php_error() -> php_error_docref() (Marcus, Dmitry)
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2 |
|
#
6f6ef6de |
| 02-Apr-2004 |
Dmitry Stogov |
SoapClint support for multiple hosts (through WSDL) with cookies.
|
Revision tags: php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
32b6d2fb |
| 25-Feb-2004 |
Dmitry Stogov |
HTTP compression support (gzip and deflate)
|
Revision tags: php-4.3.5RC3 |
|
#
81af85c3 |
| 13-Feb-2004 |
Dmitry Stogov |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)
|
Revision tags: php-5.0.0b4, php-5.0.0b4RC1 |
|
#
6096b091 |
| 11-Feb-2004 |
Dmitry Stogov |
Now SoapClient uses excptions as default method for error reporting
|
#
20add786 |
| 10-Feb-2004 |
Dmitry Stogov |
WSDL caching was implemented
|
#
88c11689 |
| 06-Feb-2004 |
Dmitry Stogov |
Free XML documents after WSDL parsing (they no longer need).
|
#
2c1dcf32 |
| 05-Feb-2004 |
Dmitry Stogov |
WSDL parsing speedup. Source cleanup.
|
#
75e4f43d |
| 03-Feb-2004 |
Dmitry Stogov |
Initial support for client-part SOAP headers (very incomlete)
|
Revision tags: php-4.3.5RC2 |
|
#
840526f1 |
| 02-Feb-2004 |
Dmitry Stogov |
Server-part support for SOAP Headers was implemented (incomplete)
|