1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 18:13:00 +01:00

2763 Commits

Author SHA1 Message Date
Michael Dowling
ddb0b857ca Merge remote-tracking branch 'ajgarlag/decoded-content-length' into content-length 2015-07-04 12:08:36 -07:00
Michael Dowling
d96cc2cf9b Merge pull request #1157 from amine26tz/patch-1
patch(requestException): add http method in message of request Exception
2015-07-04 11:58:07 -07:00
Zaghdoudi Amine
a5ee11c332 add http method in message of request Exception 2015-07-02 11:54:49 +02:00
Michael Dowling
66737d2024 Merge pull request #1143 from hussainweb/master
Support HHVM. See if CURLOPT_PROTOCOLS is defined before using it and other HHVM errors.
2015-06-30 13:37:09 -07:00
Michael Dowling
829b40a8dc Fixing curl memory leak. Closes #1151 2015-06-30 10:17:41 -07:00
hw
911237955f Allow failures on HHVM for now. 2015-06-30 21:52:05 +05:30
Michael Dowling
b0cb490f15 Fixing example. Closes #1149 2015-06-30 09:15:07 -07:00
Michael Dowling
d46277b43e Merge pull request #1146 from itafroma/function-guard
Conditionally require functions.php
2015-06-30 09:00:54 -07:00
hw
7b17a1c54d Fix file permissions on CurlFactory.php. 2015-06-26 11:25:28 +05:30
hw
b08b99ad54 Remove usage of curl_strerror and add comment for checking HHVM specific string. 2015-06-26 11:21:09 +05:30
Mark Trapp
d706b16e29 Conditionally require functions.php 2015-06-25 12:50:04 -04:00
hw
00656b8264 Simplify array assignment. 2015-06-25 13:48:32 +05:30
hw
c8e63f1b1d Don't allow failures in HHVM (at least temporarily). 2015-06-25 11:33:01 +05:30
hw
690f7af914 Fix failure with HHVM in MockHandlerTest::testCanEnqueueCallables() due to difference in how HHVM handles parameters. 2015-06-25 11:10:28 +05:30
hw
7a8a6c6d5c Fix failure with HHVM in StreamHandlerTest::testAddsErrorToResponse(). 2015-06-25 11:09:41 +05:30
hw
a097c55811 Check if curl_strerror() exists before calling it. It is not supported (yet) on HHVM. 2015-06-25 09:47:15 +05:30
Michael Dowling
9c43893a8e Merge pull request #1131 from sagikazarmark/fix/cookie-name
Fix invalid character regex
2015-06-24 18:00:39 -07:00
Michael Dowling
469b165469 Merge pull request #1144 from csarrazi/patch-1
Fixing wrong documentation
2015-06-24 13:38:44 -07:00
Charles Sarrazin
bbe8e32a28 Fixing wrong documentation
Fixed wrong documentation telling that both form_params and multipart could be used at the same time.
2015-06-24 22:37:35 +02:00
Michael Dowling
811c11a4e8 Fixing test 2015-06-24 13:06:42 -07:00
Michael Dowling
d3ae72676a Merge remote-tracking branch 'ged15/master' 2015-06-24 13:05:29 -07:00
Michael Dowling
1247f26103 Bumping psr7 requirement 2015-06-24 13:05:23 -07:00
hw
7a68798ac6 Add check to see if CURLOPT_PROTOCOLS is defined before using it. This
constant is not available on hhvm at this time.
2015-06-25 00:11:18 +05:30
Sági-Kazár Márk
820de92dd7 Fix exception tests 2015-06-24 18:11:32 +02:00
Michael Dowling
5dd6a739fa Removing references to exceptions
Closes #1133
2015-06-24 09:10:18 -07:00
Sági-Kazár Márk
69c0979643 Fix invalid character regex 2015-06-24 18:09:28 +02:00
Michael Dowling
e798cb4daa Adding note about exclusive form options 2015-06-24 09:08:25 -07:00
Michael Dowling
0da18ca665 Trying to fix test on Travis 2015-06-13 19:43:56 -07:00
Michael Dowling
bcb5f42998 Using newer Apache common log link 2015-06-13 17:03:36 -07:00
Michael Dowling
861d2da555 Fixing common log format. Adding date_* format patterns. Closes #1122 2015-06-13 17:00:31 -07:00
Michael Dowling
e812f17245 Fixing json docs 2015-06-13 16:37:58 -07:00
Gediminas Šedbaras
b2e92a9007 failing test for merging Uris using $client->request 2015-06-10 21:08:40 +02:00
Michael Dowling
aa694e9a7e Merge pull request #1111 from urakozz/patch-1
Fixed return type in ClientInterface::requestAsync
2015-06-09 17:59:33 -07:00
Michael Dowling
6533590c74 Merge pull request #1116 from justincwatt/fix-testing-docs
Fix bug in Mock Handler section of testing docs
2015-06-09 17:59:17 -07:00
Michael Dowling
175f773ed1 form_param and multipart error message
Closes #1113
2015-06-09 17:56:14 -07:00
Michael Dowling
d1e0b1703e Merge pull request #1118 from phlogisticfugu/master
correcting date for 6.0.1 release in CHANGELOG
2015-06-08 23:23:45 -07:00
phlogisticfugu
38849a4e02 correcting date for 6.0.1 release in CHANGELOG 2015-06-08 21:47:58 -07:00
Justin Watt
8e49fd99e1 Pass HandlerStack to Client constructor 2015-06-08 15:48:23 -07:00
Michael Dowling
a1c986a4bc Adding an easier way to create a mock handler that uses default middlewares 2015-06-03 12:13:27 -07:00
Yury Kozyrev
2288f42661 Fixed return type in ClientInterface::requestAsync 2015-06-03 10:02:53 +02:00
Antonio J. García Lagar
33921a4f1b Fix content-length and content-encoding headers when decoding body content. 2015-06-02 18:20:33 +02:00
Michael Dowling
6d2bab840c Ensure that cookies are extracted before redirects
Fixes #1090. Added a test.
2015-06-01 15:51:39 -07:00
Michael Dowling
4c816a0c01 Merge pull request #1103 from eXtreme/patch-1
fixed code examples on "Handlers and Middleware"
2015-06-01 10:47:02 -07:00
Michael Dowling
d2386607c1 Merge pull request #1104 from victorwelling/master
Fixed incorrect documentation on the return type of getHeader()
2015-06-01 10:46:28 -07:00
Victor Welling
89f1713171 Fixed incorrect documentation on the return type of getHeader() 2015-06-01 16:42:35 +02:00
Jacek Jędrzejewski
27842a7564 updated more code examples in "Handlers and Middleware" docs 2015-06-01 14:43:02 +02:00
Jacek Jędrzejewski
e9d88cc927 fixed code examples on "Handlers and Middleware" - fixes guzzle/guzzle#1102 2015-06-01 14:17:00 +02:00
Michael Dowling
8a313ec694 Merge pull request #1098 from konforce/patch-1
Replace form_files with multipart in docs
2015-05-29 21:49:16 -07:00
Matthew
4fc202c5d3 Replace form_files with multipart in docs 2015-05-29 22:17:28 -05:00
Michael Dowling
6396a53cbe Merge pull request #1096 from jaredm4/master
Allow custom log levels for logging middleware.
2015-05-29 12:24:22 -07:00