Dmitry Stogov
1fe3984cc4
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Frank M. Kromann
1709009f1d
Don't free soap_headers just before comparing the length. This causes SoapClient to fail when requesting a URL
2010-01-13 05:32:02 +00:00
Sriram Natarajan
5d0419e05a
- Addressing minor leak noticed while addressing bug #48590
2010-01-05 19:25:23 +00:00
Sriram Natarajan
2c8bdf40d0
- Fixed bug #48590 (SoapClient does not honor max_redirects)
2010-01-05 03:07:43 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Pierrick Charron
84ab9cd30e
Fixed bug #50219 (soap call Segmentation fault on a redirected url).
2009-11-21 01:22:32 +00:00
Ilia Alshanetsky
2c31cd513b
Fixed bug #46386 (Digest authentication with SOAP module fails against MSSQL
...
SOAP services)
#original patch by lordelph at gmail dot com
2009-06-03 12:39:50 +00:00
Ilia Alshanetsky
2b456001da
MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting).
2009-01-19 21:58:02 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Dmitry Stogov
1a3f557b1a
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
2008-12-01 09:49:58 +00:00
Dmitry Stogov
9190796120
Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection)
2008-11-28 14:20:58 +00:00
Dmitry Stogov
8d610e79ac
Added ability to send user defined HTTP headers with SOAP request.
2008-10-01 13:13:34 +00:00
Joe Orton
c3474b9116
MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
...
(stotty at tvnet dot hu)
MFH: Fix another case of a broken stream->fd cast in 64-bit builds.
2008-04-04 13:02:48 +00:00
Rasmus Lerdorf
28e4a3d4dd
Missing footer
2008-02-22 05:04:34 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Dmitry Stogov
af76115fe5
Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran)
2007-10-17 11:18:34 +00:00
Yiduo (David) Wang
4b4d634cb9
MFH: Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:22:07 +00:00
Dmitry Stogov
7a847f1086
Fixed bug #41983 (Error Fetching http headers terminated by '\n')
2007-07-24 09:27:46 +00:00
Dmitry Stogov
1e768865dc
Fixed memleak
2007-07-13 09:14:03 +00:00
Antony Dovgal
5d8567b83b
%d -> %ld
2007-05-10 21:52:10 +00:00
Ilia Alshanetsky
51e0891f0b
Fixed random number generation for http auth mechanism in SOAP
...
# Identified by Stefan Esser
2007-05-10 21:05:14 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Stanislav Malyshev
2a019a14bf
use snprintf
2007-02-21 21:08:58 +00:00
Ilia Alshanetsky
6b253ae064
Improve redirect validation
2007-02-21 04:29:15 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Ilia Alshanetsky
34b55f2012
Replace non-threadsafe rand() with php_rand_r()
2006-11-28 00:22:05 +00:00
Dmitry Stogov
76d748f372
Fixed support for endpoint's URL without <path> part (Rob)
2006-09-06 11:03:45 +00:00
Dmitry Stogov
ee1dc90d1e
Nuke signed/unsigned compiler warnings
2006-07-11 14:24:18 +00:00
Ilia Alshanetsky
58c82af64d
Improved the error reporting in SOAP extension on request failure.
2006-06-27 23:32:56 +00:00
Dmitry Stogov
f897cff480
Fixed bug #37054 (SoapClient Error Fetching http headers)
2006-04-13 08:18:36 +00:00
Dmitry Stogov
110021f4c7
Fixed bug #36749 (SOAP: 'Error Fetching http body' when using HTTP Proxy)
2006-03-20 10:36:55 +00:00
Dmitry Stogov
9167991f69
Compression level shouldn't be greatr then 9.
2006-02-07 12:57:28 +00:00
Dmitry Stogov
73605400e8
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
2006-02-07 12:49:10 +00:00
Dmitry Stogov
f2772ecc0d
Fixed bug #36283 (SOAPClient Compression Broken).
2006-02-06 10:16:03 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Dmitry Stogov
db312cf18e
Fixed bug #35570 (segfault when re-using soap client object)
2005-12-12 09:25:23 +00:00
Dmitry Stogov
9e8bf1a20f
Fixed bug #33394 (Socket Timeout on SOAP request causes general exception in Apache process).
2005-12-07 13:56:18 +00:00
Antony Dovgal
305e946358
MFH: nuke unused vars
2005-10-12 14:04:02 +00:00
Dmitry Stogov
2cbe63513c
Fixed bug #34766 (possible crash on HTTP redirection)
2005-10-07 11:56:19 +00:00
Dmitry Stogov
27763b3666
Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
2005-09-16 15:48:30 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Dmitry Stogov
1066066436
Allow SOAP work when allow_url_fopen is turned off.
2005-08-01 11:38:02 +00:00
Dmitry Stogov
e07d2f4803
"_local_cert" and "_passphrase" properties moved into "_stream_context".
...
As a result now it is possible to use certificates during access WSDL files.
2005-07-20 10:21:49 +00:00
Wez Furlong
3b5af6d43f
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.
2005-07-19 19:48:02 +00:00
Dmitry Stogov
76a447c900
Fixed HTTP basic authentication headers during subrequsts to xsd files
2005-07-08 09:36:28 +00:00
Ilia Alshanetsky
b28b401c78
Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).
2005-05-30 23:46:08 +00:00
Dmitry Stogov
1417cbaf30
Handling responses with Content-Lenght: 0
2005-05-23 06:25:16 +00:00
Dmitry Stogov
bd996f23f2
Fixed SIGSEGV
2005-05-10 10:20:58 +00:00
Dmitry Stogov
61ba13bf72
"<?xml ..." header is not required by SOAP specification
2005-05-10 08:16:14 +00:00