Ilia Alshanetsky
9c5ae9954f
Fixed bug #61423 (gzip compression fails).
2012-04-03 08:47:00 -04:00
Hannes Magnusson
7a1c765385
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
This is a git checkout
Revert incorrect fix
2012-03-24 17:20:14 +01:00
Ilia Alshanetsky
8d0760f38a
Revert incorrect fix
2012-03-24 12:27:55 -04:00
Ilia Alshanetsky
f9f631fb76
Fixed bug #61423 (gzip compression fails).
...
Conflicts:
NEWS
2012-03-22 09:46:33 -04:00
Ilia Alshanetsky
b4aea52682
Fixed bug #61423 (gzip compression fails).
2012-03-22 09:13:45 -04:00
Dmitry Stogov
a8cc0b05b4
Merge branch 'PHP-5.3' into PHP-5.4
...
* PHP-5.3:
Fixed bug #49853 (Soap Client stream context header option ignored)
Conflicts:
NEWS
ext/soap/php_sdl.c
2012-03-21 16:42:08 +04:00
Dmitry Stogov
657547f8c4
Fixed bug #49853 (Soap Client stream context header option ignored)
2012-03-21 16:32:49 +04:00
Ilia Alshanetsky
aee5a9864d
Fixed bug #60842 , #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
2012-03-08 20:14:26 +00:00
Ilia Alshanetsky
b61f335b9d
Fixed bug #60842 , #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
2012-03-08 20:14:26 +00:00
Felipe Pena
e4ca0ed09f
- Year++
2012-01-01 13:15:04 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Pierrick Charron
34bb8d8119
Added new SoapClient option "keep_alive". FR #60329
2011-11-18 13:24:35 +00:00
Dmitry Stogov
19a0522a42
Prevent possible integer overflow
2011-11-02 08:07:12 +00:00
Dmitry Stogov
fd28dfc569
Prevent possible integer overflow
2011-11-02 08:07:12 +00:00
Stanislav Malyshev
0a1cc5f01c
fix potential integer overflow
2011-10-15 23:57:33 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Dmitry Stogov
1b60eb8813
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
2010-10-05 11:43:59 +00:00
Dmitry Stogov
8dd1e05d6e
Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
2010-10-05 11:43:59 +00:00
Pierre Joye
aa0ed267a2
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
2010-09-16 09:13:19 +00:00
Dmitry Stogov
54caf22325
Fixed bug #50976 (Soap headers Authorization not allowed)
2010-05-28 12:18:03 +00:00
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