History log of /PHP-7.0/ext/soap/php_soap.h (Results 76 – 84 of 84)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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.


Revision tags: php-4.3.1
# 550def56 08-Feb-2003 Andrey Hristov

making it compilable under ZE2 (PHP5).
NOTE : Even it is compilable there is an compilation warning because of that
handle_function_call is deprecated in ZE2 (#if 0). Look like there will is

making it compilable under ZE2 (PHP5).
NOTE : Even it is compilable there is an compilation warning because of that
handle_function_call is deprecated in ZE2 (#if 0). Look like there will is
a problem with __call().

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 6c843d14 17-Jan-2003 Andrey Hristov

Moved to C style comments.
Last time forgot to convert the header files.


# ffeb57af 13-Jan-2003 Andrey Hristov

Modifying TS build.
Migrating to _ex API for hash traversal.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# a8326d6f 07-Aug-2002 Brad LaFountain

Sync with Sourceforge CVS


Revision tags: dev, php-4.2.2
# da1a01ee 14-Jul-2002 Shane Caraveo

a few fixes
fix __isfault
fix decimal encoding
fix a couple crashers in release builds by initializing variables
set http to 1.0 since 1.1 features are not really supported


Revision tags: INITIAL_IMPORT_SOURCEFORGE
# f8875ada 07-Jul-2002 Shane Caraveo

import php-soap library from sourceforge


1234