History log of /PHP-8.4/ext/soap/soap.c (Results 501 – 525 of 581)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dcb3189d 13-Feb-2004 Dmitry Stogov

SoapClient::__getTypes and SoapClient::__getFunctions were fixed to return proper information


# 69eb0041 12-Feb-2004 Dmitry Stogov

fix: possible crash was fixed


Revision tags: php-5.0.0b4
# 30171a75 12-Feb-2004 Zeev Suraski

zend_default_classes.h -> zend_exceptions.h


# 07e3413e 12-Feb-2004 Dmitry Stogov

Using zend_throw_exception_object() instead of EG(exception).


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


# a55f6cb6 09-Feb-2004 Dmitry Stogov

Allowing to report SOAP Fault with "return new SoapFault(...)"


# 3b19e196 09-Feb-2004 Dmitry Stogov

Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_POST_DATA).


# 59ab20b2 06-Feb-2004 Dmitry Stogov

optimization


# 6ae97a5b 06-Feb-2004 Dmitry Stogov

WSDL cache was disabled by default (see WSDL_CACHE macro)
WSDL related memory leaks were fixed


# 88c11689 06-Feb-2004 Dmitry Stogov

Free XML documents after WSDL parsing (they no longer need).


# c22d7cf8 06-Feb-2004 Dmitry Stogov

PHP5 and WIN32 support was improved


# 50827378 05-Feb-2004 Dmitry Stogov

PHP API was changed (see readme.html for more details).


# 2c1dcf32 05-Feb-2004 Dmitry Stogov

WSDL parsing speedup. Source cleanup.


# 62572919 04-Feb-2004 Dmitry Stogov

SoapServer::fault() method was implemented
Unnecesurry namespaces was removed form SOAP fault responces


# 9fa7d1c2 04-Feb-2004 Dmitry Stogov

SOAP Headers was implemented (near complete)


# 75e4f43d 03-Feb-2004 Dmitry Stogov

Initial support for client-part SOAP headers (very incomlete)


Revision tags: php-4.3.5RC2
# b1c77fcc 02-Feb-2004 Marcus Boerger

TSRM fixes


# 840526f1 02-Feb-2004 Dmitry Stogov

Server-part support for SOAP Headers was implemented (incomplete)


# 4b74d4fb 30-Jan-2004 Dmitry Stogov

Server part support for "document" style encoding was implemented


# b81645ed 30-Jan-2004 Dmitry Stogov

SOAP 1.2 specification conformity was improved


# c33d4803 29-Jan-2004 Dmitry Stogov

PHP4 support
HTTP proxy support for PHP4
Using persistent PHP streams for HTTP connections


# e439a1af 29-Jan-2004 Dmitry Stogov

fix: "Authors" corrected


# 5ab77a92 29-Jan-2004 Dmitry Stogov

Support for HTTP proxies was implemented


# 9d2f84e4 29-Jan-2004 Derick Rethans

- Add our standard header


1...<<21222324