Dmitry Stogov
ec4b6f713d
Fixed bug #30359 (SOAP client requests have no port in "Host" field ).
2004-12-01 16:59:48 +00:00
Dmitry Stogov
75c2a2e527
Fixed bug #30685 (Malformed SOAPClient http header reequest).
2004-11-04 15:30:28 +00:00
Wez Furlong
99e290f882
Fix for Bug #24189 : possibly unsafe select(2) usage.
...
We avoid the problem by using poll(2).
On systems without poll(2) (older bsd-ish systems, and win32), we emulate
poll(2) using select(2) and check for valid descriptors before attempting
to access them via the descriptor sets.
If an out-of-range descriptor is detected, an E_WARNING is raised suggesting
that PHP should be recompiled with a larger FD_SETSIZE (and also with a
suggested value).
Most uses of select(2) in the source are to poll a single descriptor, so
a couple of handy wrapper functions have been added to make this easier.
A configure option --enable-fd-setsize has been added to both the unix and
win32 builds; on unix we default to 16384 and on windows we default to 256.
Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that
can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the
highest numbered descriptor; 256 should be plenty for PHP scripts under windows
(the default OS setting is 64).
The win32 specific parts are untested; will do that now.
2004-09-17 12:44:56 +00:00
Dmitry Stogov
4ea8f4b9f2
BUGFIX: Segfault if server's URL has no path. (" http://192.168.8.1:180 ")
2004-06-22 12:42:17 +00:00
Dmitry Stogov
d9226a1dd0
Support for HTTP redirection.
2004-06-21 12:56:33 +00:00
Dmitry Stogov
0282ad792a
Fixed bug #28702 (SOAP does not parse WSDL service address correctly).
2004-06-10 09:07:09 +00:00
Dmitry Stogov
2b3e184245
BUGFIX: Prevent crash on error in send_http_soap_request()
2004-05-27 07:58:22 +00:00
Dmitry Stogov
38ef28e41b
Allowing user defined SOAP transports with SoapClient::__doRequest()
2004-05-20 16:55:03 +00:00
Stefan Esser
6b12a45247
Fixed: possible remote overflow and possible efree(NULL) crash
2004-04-08 14:58:04 +00:00
Dmitry Stogov
b010daa9c4
Support for domain cookies
2004-04-02 15:43:41 +00:00
Dmitry Stogov
6f6ef6deed
SoapClint support for multiple hosts (through WSDL) with cookies.
2004-04-02 11:12:44 +00:00
Dmitry Stogov
40bb734452
Some small improvments, support for new style constructors, support for exceptions other then SoapFault
2004-04-01 10:47:44 +00:00
Dmitry Stogov
32b6d2fbf8
HTTP compression support (gzip and deflate)
2004-02-25 14:04:41 +00:00
Dmitry Stogov
8fc285275c
BUGFIX: bug in HTTP chunked encoding was fixed
2004-02-20 15:38:39 +00:00
Dmitry Stogov
bac453038a
Reading HTTP responses without "Content-Length:" but with "Connection: close"
2004-02-19 16:49:50 +00:00
Dmitry Stogov
9cb54cb232
BUGFIX: HTTP chunked transfer-encoding support
2004-02-18 06:58:33 +00:00
Dmitry Stogov
6aad56d4a2
fix: prevent of possible crash
2004-02-16 09:56:30 +00:00
Dmitry Stogov
75e4f43d0c
Initial support for client-part SOAP headers (very incomlete)
2004-02-03 16:44:57 +00:00
Marcus Boerger
b1c77fcce3
TSRM fixes
2004-02-02 21:27:13 +00:00
Dmitry Stogov
4b74d4fbba
Server part support for "document" style encoding was implemented
2004-01-30 16:32:53 +00:00
Dmitry Stogov
b81645edd3
SOAP 1.2 specification conformity was improved
2004-01-30 15:07:19 +00:00
Dmitry Stogov
134faf074c
Support for https:// through proxy was implemented
2004-01-30 09:26:56 +00:00
Dmitry Stogov
26cb17718c
*** empty log message ***
2004-01-29 17:24:03 +00:00
Dmitry Stogov
05114460ba
Rollback: persistent PHP streams (dont work with "kafka")
2004-01-29 15:32:06 +00:00
Dmitry Stogov
c33d480386
PHP4 support
...
HTTP proxy support for PHP4
Using persistent PHP streams for HTTP connections
2004-01-29 15:11:16 +00:00
Dmitry Stogov
e439a1af7f
fix: "Authors" corrected
2004-01-29 11:51:11 +00:00
Dmitry Stogov
5ab77a9268
Support for HTTP proxies was implemented
2004-01-29 11:26:52 +00:00
Derick Rethans
9d2f84e411
- Add our standard header
2004-01-29 09:27:06 +00:00
Dmitry Stogov
6cf3c8586e
Error reoprting improved by prefix
...
New 'HTTP' fault code
Source cleanup
2004-01-28 16:47:49 +00:00
Dmitry Stogov
43f0131ea1
Source cleanup
2004-01-28 13:31:28 +00:00
Dmitry Stogov
4af9e35316
fix: HTTP keep-alive
2004-01-27 16:19:22 +00:00
Dmitry Stogov
c10038a9ee
enabling HTTP status code 100 (used by Delphi SOAP)
2004-01-27 16:07:58 +00:00
Dmitry Stogov
a6c94a8bf9
SOAP Fault uses HTTP status code 500
2004-01-27 15:49:34 +00:00
Dmitry Stogov
b0b60d945f
Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2
2004-01-27 06:54:14 +00:00
Dmitry Stogov
ef9e734593
SOAP 1.2 support was improved
2004-01-15 10:59:24 +00:00
Dmitry Stogov
fb52edb194
SOAP 1.2 support was improved
2004-01-15 08:38:14 +00:00
Dmitry Stogov
8f0ea19fcb
WSDL: encoding rpc/document and encoded/literal
2004-01-14 12:49:02 +00:00
Dmitry Stogov
c708524676
FIX: memory leak
2004-01-13 17:43:09 +00:00
Dmitry Stogov
98ff80dba9
WSDL: support for multiple services/ports/bindings was implemented
2004-01-13 13:50:09 +00:00
Dmitry Stogov
5ebcab9da3
Check for "<?xml" header was removed
2004-01-13 10:27:13 +00:00
Dmitry Stogov
fceb95f12a
XML parsing warnings and notices were disabled.
2004-01-13 09:31:50 +00:00
Dmitry Stogov
964d9c586d
HTTP Cookies support (see interop round2 base kafka)
2004-01-13 07:57:29 +00:00
Dmitry Stogov
9a3cdc6491
Source cleanup.
2004-01-09 18:22:03 +00:00
Dmitry Stogov
d9328fb38e
BUGFIX: close string with smart_str_0()
2004-01-09 16:35:04 +00:00
Dmitry Stogov
498254e17a
Support for persistent HTTP connections was implemented (keep-alive)
2004-01-09 14:11:34 +00:00
Dmitry Stogov
ecbad181b9
HTTP Authentication was implemented
2004-01-08 09:56:49 +00:00
Dmitry Stogov
ea2f4b7ac0
https:// support was implemented for PHP5
2004-01-06 17:12:52 +00:00
Dmitry Stogov
de6184edee
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB
2004-01-05 16:44:01 +00:00
Wez Furlong
b68739f7f9
- 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.
2003-03-05 14:23:56 +00:00
Wez Furlong
8e5aaa0e7c
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.
2003-03-04 23:01:24 +00:00