History log of /php-src/ext/soap/soap.c (Results 476 – 500 of 640)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy

Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 88edad9f 07-Nov-2005 Dmitry Stogov

Fixed bug #35091 (SoapClient leaks memory)

Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 4a6faadc 19-Oct-2005 Dmitry Stogov

Fixed memory leak in ZTS mode

Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 6cbe6d7d 05-Oct-2005 Dmitry Stogov

Fixed throwing exceptions derived from SoapFault

# d09fbaa4 03-Oct-2005 Dmitry Stogov

MFH (Bug #34643 wsdl default value)

# 4329db25 27-Sep-2005 Dmitry Stogov

Fixed bug #34643 (wsdl default value has no effect)

# 90236679 12-Sep-2005 Dmitry Stogov

Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)

Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1
# f286018d 17-Aug-2005 foobar

MFH

# 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

1...<<11121314151617181920>>...26