History log of /PHP-5.3/ext/soap/php_soap.h (Results 26 – 50 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 7bddbd7b 05-May-2004 Dmitry Stogov

php_error() -> php_error_docref() (Marcus, Dmitry)


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2
# 6f6ef6de 02-Apr-2004 Dmitry Stogov

SoapClint support for multiple hosts (through WSDL) with cookies.


Revision tags: php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 32b6d2fb 25-Feb-2004 Dmitry Stogov

HTTP compression support (gzip and deflate)


Revision tags: php-4.3.5RC3
# 81af85c3 13-Feb-2004 Dmitry Stogov

Old in-memory WSDL cache was removed (it was already switched off by #ifdef)


Revision tags: php-5.0.0b4, 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


# 88c11689 06-Feb-2004 Dmitry Stogov

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


# 2c1dcf32 05-Feb-2004 Dmitry Stogov

WSDL parsing speedup. Source cleanup.


# 75e4f43d 03-Feb-2004 Dmitry Stogov

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


Revision tags: php-4.3.5RC2
# 840526f1 02-Feb-2004 Dmitry Stogov

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


# e439a1af 29-Jan-2004 Dmitry Stogov

fix: "Authors" corrected


# 9d2f84e4 29-Jan-2004 Derick Rethans

- Add our standard header


# e3cfa02b 26-Jan-2004 Dmitry Stogov

XML Schema support (decoding of xsi:nil with attributes)
Source Cleanup


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# fb52edb1 15-Jan-2004 Dmitry Stogov

SOAP 1.2 support was improved


# 3961fec2 13-Jan-2004 Dmitry Stogov

Source ceanup


# 98ff80db 13-Jan-2004 Dmitry Stogov

WSDL: support for multiple services/ports/bindings was implemented


Revision tags: php-4.3.5RC1
# 9a3cdc64 09-Jan-2004 Dmitry Stogov

Source cleanup.


# 5e57f973 09-Jan-2004 Wez Furlong

let soap build with php5


# 577439e9 09-Jan-2004 Ilia Alshanetsky

Fixed build.


# dd5ce0c4 08-Jan-2004 Dmitry Stogov

SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)


# de6184ed 05-Jan-2004 Dmitry Stogov

PHP5 support, better encoding and WSDL support, interop round 2 base and groupB


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1, BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0e2f675c 14-Mar-2003 Alan Knowles

fixes to enable module building


Revision tags: php-4.3.2RC1
# b68739f7 05-Mar-2003 Wez Furlong

- Remove legacy non-streams code (as discussed with Brad).
- Make get_http_header_value() work using case-insensitive compares
for the header names, as per relevant RFC's.
- General per

- Remove legacy non-streams code (as discussed with Brad).
- Make get_http_header_value() work using case-insensitive compares
for the header names, as per relevant RFC's.
- General performance boost for get_http_headers().
- Fix a crash bug when a malformed URL is passed to the soap client.
- Implement https:// support in the the soap client. (does not verify
the remote server certificate; it provides an encrypted link only).
- Provide a hook for libxml to parse files using any registered PHP
wrapper, including https://, ftps:// and any user-space streams.

show more ...


# 8e5aaa0e 04-Mar-2003 Wez Furlong

Miscellaneous compilation warning, coding standards, build related,
memory leak and segfault related fixes.

The simple soap client/server code examples now run without leaking or
seg

Miscellaneous compilation warning, coding standards, build related,
memory leak and segfault related fixes.

The simple soap client/server code examples now run without leaking or
segfaulting.

show more ...


# 2c1b3b74 26-Feb-2003 Brad LaFountain

changes in the past shouldn't have compiled.


123