History log of /PHP-5.6/ext/soap/soap.c (Results 176 – 200 of 331)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cf1b4cf6 17-Aug-2005 Zeev Suraski

Introduce SoapClient::__setSoapHeaders()


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


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.


# 3b5af6d4 19-Jul-2005 Wez Furlong

Remove stale #ifdefs (this is PHP 5 only code).
Add a stream_context option to the SoapClient constructor; this allows
generic stream context options to be set without having to add code to t

Remove stale #ifdefs (this is PHP 5 only code).
Add a stream_context option to the SoapClient constructor; this allows
generic stream context options to be set without having to add code to the
SoapClient every time a context option is added.

show more ...


Revision tags: php-5.1.0b3, php-4.4.0
# 61d6c4e6 06-Jul-2005 Dmitry Stogov

Fixed SIGSEGV during error processing on some systems (linux/ppc)


Revision tags: 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
# d3a66524 03-Jun-2005 George Schlossnagle

[Move from branch]
On architectures that support va_copy (specifically x86_64 linux distros),
if you use va_list args more than once, you can corrupt memory - you
need to use va_copy inst

[Move from branch]
On architectures that support va_copy (specifically x86_64 linux distros),
if you use va_list args more than once, you can corrupt memory - you
need to use va_copy instead. man va_copy for details.

Also, derefrencing a void * to a long on 64 bit is totally uncool.

show more ...


# dac8f964 31-May-2005 Dmitry Stogov

Fixed usage of uninicialized variable


# 9b57f5ff 30-May-2005 foobar

- Fixed bug #33185 (--enable-session=shared does not build)


# 80560351 11-May-2005 Antony Dovgal

fix both win and gcc compile errors


# 6568dea9 11-May-2005 Antony Dovgal

fix gcc-2.95 problems (reported by Adam Maccabee Trachtenberg)


# e0b3a79e 10-May-2005 Dmitry Stogov

Fixed transparent SoapFault passing


# bd996f23 10-May-2005 Dmitry Stogov

Fixed SIGSEGV


# bd06b244 21-Apr-2005 Dmitry Stogov

Fixed wrong SoapFault codes. The codes MUST be namespace qualified.


# 9d2de24a 20-Apr-2005 Dmitry Stogov

Fixed bug #32776 (SOAP doesn't support one-way operations)


# d8b50c81 20-Apr-2005 Dmitry Stogov

space -> tab


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# e31bc5a6 23-Mar-2005 Dmitry Stogov

Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.


# 4ecbf179 23-Mar-2005 Dmitry Stogov

Fixed bug #31695 (Cannot redefine endpoint when using WSDL)


# fedbd214 22-Mar-2005 Dmitry Stogov

Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)


# 713622d3 20-Mar-2005 Dmitry Stogov

Fixed SoapFault::details passing


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
# 625b79c3 04-Feb-2005 Dmitry Stogov

Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)


# 3c314100 02-Feb-2005 Dmitry Stogov

Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)


# 83e6e404 02-Feb-2005 Dmitry Stogov

Fixed bug #31755 (Cannot create SOAP header in no namespace)


# 95063251 31-Jan-2005 Dmitry Stogov

Empty "detail" was removed from SoapFault object.


# 6e8d3e90 31-Jan-2005 Dmitry Stogov

Fixed memory allocation bug


12345678910>>...14