History log of /PHP-5.5/ext/soap/soap.c (Results 126 – 150 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 1354aa9e 31-Jul-2006 Dmitry Stogov

Prevented possible double call in case of fault


Revision tags: php-4.4.3
# 53025ca3 31-Jul-2006 Dmitry Stogov

Fixed crash in SoapClient::__setSoapHeaders()


Revision tags: php-5.2.0RC1
# a602a3ee 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings


# ee1dc90d 11-Jul-2006 Dmitry Stogov

Nuke signed/unsigned compiler warnings


# 795a482a 10-Jul-2006 Dmitry Stogov

Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)


Revision tags: php-4.4.3RC2, 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)


# 93851ebf 25-May-2006 Dmitry Stogov

Fixed bug #37278 (SOAP not respecting uri in __soapCall)


Revision tags: php-4.4.3RC1
# 77c1b56c 10-May-2006 Marcus Boerger

- Update after api changes


Revision tags: php-5.1.4
# a34755e9 03-May-2006 Dmitry Stogov

MFH


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


# 874a2210 14-Apr-2006 Dmitry Stogov

Fixed calling header functions through __call()


# f897cff4 13-Apr-2006 Dmitry Stogov

Fixed bug #37054 (SoapClient Error Fetching http headers)


# 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
# 9e26f6c2 24-Mar-2006 Dmitry Stogov

Fixed SoapFault::getMessage()


# dbe881d9 23-Mar-2006 Marcus Boerger

- Fix build


# 1122f647 21-Mar-2006 Dmitry Stogov

Fixed compatibility with auto_globals_jit


# bafba669 21-Mar-2006 Dmitry Stogov

Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)


# 7ffc24b9 10-Mar-2006 Dmitry Stogov

Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)


Revision tags: php-5.1.3RC1, RELEASE_1_2
# d46b474e 03-Mar-2006 Dmitry Stogov

Fixed crash


# 622347bd 03-Mar-2006 Dmitry Stogov

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


# 65cca0dc 02-Mar-2006 Dmitry Stogov

Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)


# 73605400 07-Feb-2006 Dmitry Stogov

Fixed bug #36083 (SoapClient waits for responses on one-way operations)


# bccf4bd9 06-Feb-2006 Antony Dovgal

MFH: initialize variables and reduce the number of warnings


# 8911fac6 06-Feb-2006 Antony Dovgal

MFH: initialize variable and make gcc happy


# 7dc9be77 02-Feb-2006 Dmitry Stogov

Bug #36226 Inconsistent handling when passing potential arrays


12345678910>>...13