History log of /PHP-7.4/ext/soap/php_sdl.c (Results 101 – 125 of 203)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1783b0e4 21-Dec-2006 Ilia Alshanetsky

Optimize out zend_hash_num_elements() call


Revision tags: php-5.2.1RC1
# c42d25dc 30-Nov-2006 Ilia Alshanetsky

Small hash table optimization


Revision tags: 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, 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
# ee1dc90d 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings


Revision tags: php-4.4.3RC2
# de85c9cd 26-Jun-2006 Dmitry Stogov

Fixed bug #37862 (Integer pointer comparison to numeric value)


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.


123456789