History log of /PHP-5.5/ext/soap/php_sdl.c (Results 51 – 75 of 148)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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 ...


# 349bcd74 18-Apr-2006 Dmitry Stogov

Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)


# cfaf6406 17-Apr-2006 Andrei Zmievski

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


# 7330c323 17-Apr-2006 Dmitry Stogov

Fixed several bugs in new "caching WSDL in memory" code
Re-enabled disk cache


# c261351a 10-Apr-2006 Dmitry Stogov

ZTS fix


# 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, php-5.1.3RC1, RELEASE_1_2
# bccf4bd9 06-Feb-2006 Antony Dovgal

MFH: initialize variables and reduce the number of warnings


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
# 13af4c9a 28-Nov-2005 Dmitry Stogov

Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64binary fails)


Revision tags: php-5.1.1, php-5.1.0
# 8b4e1abd 18-Nov-2005 Dmitry Stogov

Fixed bug #35273 (Error in mapping soap - java types)


Revision tags: 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
# a0dd931d 24-Oct-2005 Dmitry Stogov

Fixed bug #34950 (Unable to get WSDL through proxy)


Revision tags: 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


# c9571d77 02-Aug-2005 Dmitry Stogov

Fixed ZTS build


Revision tags: RELEASE_0_9
# e07d2f48 20-Jul-2005 Dmitry Stogov

"_local_cert" and "_passphrase" properties moved into "_stream_context".
As a result now it is possible to use certificates during access WSDL files.


Revision tags: php-5.1.0b3, php-4.4.0
# 76a447c9 08-Jul-2005 Dmitry Stogov

Fixed HTTP basic authentication headers during subrequsts to xsd files


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# b41a7ad1 01-Jun-2005 Dmitry Stogov

Fixed bug #32941 (Sending structured SOAP fault kills a php)


# 72b5173a 29-Apr-2005 Dmitry Stogov

Fixed WSDL cache bug


# 7288226d 20-Apr-2005 Dmitry Stogov

Support for element's form and schema's elementFormDefault attributes (qualified/unqualified)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# 8dff9911 28-Mar-2005 Dmitry Stogov

Fixed wrong SOAP headers encoding/decoding.


Revision tags: php-5.0.4RC2, php-4.3.11RC2
# 756c5784 21-Mar-2005 Dmitry Stogov

Support for <soap:body> "parts" attribute


# 2d521a73 17-Mar-2005 foobar

Revert bad fix


# effa111c 16-Mar-2005 Rasmus Lerdorf

Fix Jani breakage


Revision tags: 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
# fea1b5b3 31-Jan-2005 Dmitry Stogov

Fixed SIGSEGV when restoring WSDL without functions from cache


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
# 9c5661f0 09-Nov-2004 Dmitry Stogov

Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)


123456