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

3301 Commits

Author SHA1 Message Date
Márk Sági-Kazár
e5887dd9ed
Merge pull request #2299 from phansys/issue_2298
[tests] Add test covering client responses
2019-10-14 11:21:43 +02:00
Márk Sági-Kazár
78a7d28e72
Merge pull request #2331 from andreybolonin/patch-2
add php 7.4snapshot
2019-10-14 11:18:09 +02:00
Márk Sági-Kazár
72d107872b
Merge pull request #2341 from shojaeix/master
Use composer command instead of php composer.phar
2019-10-14 11:17:47 +02:00
Márk Sági-Kazár
15d679de1d
Merge pull request #2360 from mikewink/patch-1
Fixed a little typo
2019-10-14 11:13:52 +02:00
Márk Sági-Kazár
ee10788bf3
Merge pull request #2371 from vfsoraki/patch-1
Added a note to Overview to mention cURL
2019-10-14 11:13:16 +02:00
Márk Sági-Kazár
2b4f1cc9cc
Update overview.rst 2019-10-14 11:12:37 +02:00
Vahid Fazlollahzade
b07fcf95e7
Added a note to Overview to mention cURL
Without cURL, concurrency is not available. See https://bit.ly/33fA7RU and https://bit.ly/2IFVG6o for some SO questions.
2019-10-11 20:37:20 +03:30
Mike Wink
7c8d53b300
Fixed a little typo
Fixed a tiny typo in the proxy section.

"…it is up to you[r] to provide the no value…"
2019-09-12 11:32:34 +02:00
Jérémy Benoist
a8bc49c996
Prevent concurrent writes
Concurrent writes might lead to invalid JSON being saved in the cookie jar.
2019-08-28 09:34:36 +02:00
Márk Sági-Kazár
a7010cc9b5
Merge pull request #2352 from kscheirer/patch-1
Typo in Pool.php
2019-08-24 00:16:30 +02:00
Karl Scheirer
c90af9d0bc
Typo in Pool.php
fix typo
2019-08-23 12:24:38 -07:00
Márk Sági-Kazár
61494bf259
Merge pull request #2349 from baspeeters/fix/travis-errors
Fix failing builds (adaptation to PSR7 and Travis updates)
2019-08-13 13:06:12 +02:00
Bas Peeters
261cb1f6d7 Set dist in travis to support PHP 5.5 2019-08-13 12:13:06 +02:00
Bas Peeters
7a97aae678 Clear userinfo with empty user according to PSR7 2019-08-13 12:03:22 +02:00
Bas Peeters
da21d40ad9 Add cookie as a string in middleware test 2019-08-13 11:45:39 +02:00
Bas Peeters
e26a75f024 Factor http code bounds into exception test 2019-08-13 11:45:29 +02:00
Benjamin Morel
b55fb938ac
allow_redirects.referer is false by default 2019-08-08 11:52:10 +02:00
Márk Sági-Kazár
de7437d738
Merge pull request #2344 from andrewnclark/phpunit-config-fix
Fix PHPUnit Configuration warning
2019-08-05 18:15:18 +02:00
Andrew Clark
f18a4a2e7f Fix PHPUnit Configuration warning 2019-08-05 17:08:16 +01:00
Amin Shojaei
193489808f
Use composer command instead of php composer.phar 2019-07-31 13:16:45 +04:30
Andrey Bolonin
069b926fa9
add php 7.4snapshot 2019-07-14 15:40:46 +03:00
Márk Sági-Kazár
ca2892a8c2
Merge pull request #2301 from GrahamCampbell/patch-1
Use PHP 7.3 in the Dockerfile
2019-05-12 14:35:22 +02:00
Graham Campbell
d0a7b5939c
Use PHP 7.3 in the Dockerfile 2019-05-12 13:11:06 +01:00
Javier Spagnoletti
85fa33a734 [tests] Add test covering client responses 2019-05-08 11:34:12 -03:00
Márk Sági-Kazár
bf595424e4
Merge pull request #2284 from 1ma/collect_appconnect_time
Collect appconnect_time in CurlFactory TransferStats
2019-04-15 10:22:37 +02:00
Márk Sági-Kazár
e21a98265c
Merge pull request #2273 from ErikBooijCB/master
Make GuzzleException extend Throwable whereever it's available
2019-04-15 10:19:18 +02:00
Erik Booij
fe346ef3c4 Make GuzzleException extend Throwable whereever it's available 2019-04-15 09:34:19 +02:00
Marcel Hernandez
40aa8b1642 test presence of appconnect_time key in curl stats array 2019-04-15 09:08:57 +02:00
Marcel Hernandez
d808f797eb collect appconnect_time 2019-04-15 09:08:57 +02:00
Dzhuneyt
3b0452a3a0 Replace microtime() usages with hrtime() (#2242)
* Replace microtime() usages with hrtime()

* Replace microtime() usages with hrtime()

* Wrongly used 1e9 instead of 1e7

* Replaced 1e7 with 1e9

* Marked function as @internal

* Internal function name prefixed with underscore
2019-04-15 08:36:28 +02:00
Márk Sági-Kazár
3d499a1b7c
Merge pull request #2108 from wwulfric/master
curl error msg for low version
2019-04-15 08:05:28 +02:00
Márk Sági-Kazár
f5203f739d
Remove constant visibility 2019-04-15 07:58:14 +02:00
Márk Sági-Kazár
b44a8801fc
Merge pull request #2050 from aredridel/document-body-in-testing
Document use of a body with mock responses
2019-04-15 07:52:55 +02:00
Márk Sági-Kazár
e317796722
Remove getContents 2019-04-15 07:52:34 +02:00
Márk Sági-Kazár
b6fd022158
Merge pull request #2279 from BenMorel/patch-1
The $downloadTotal parameter can be zero in progress callback
2019-04-15 07:30:53 +02:00
Márk Sági-Kazár
205ec913e0
Merge pull request #2278 from ErikBooijCB/fix-broken-unit-test
Fix unit test that is breaking because of hardcoded cookie expiration date
2019-04-15 07:24:54 +02:00
Erik Booij
136239dffd Fix unit test that is breaking because of hardcoded cookie expiration date 2019-04-08 09:33:58 +02:00
Benjamin Morel
693d98d8bc
The $downloadTotal parameter can be zero in progress callback 2019-03-20 16:56:14 +01:00
Jared Howland
fa745406c2 [FIX] Code block in Quickstart documentation (#2268) 2019-02-26 18:21:14 +01:00
Márk Sági-Kazár
6c50a6299b
Merge pull request #2251 from Oxicode/patch-2
Fix name var
2019-01-14 16:11:47 +01:00
Oxicode
d394afd1f3
Fix name var 2019-01-14 09:56:56 -05:00
Márk Sági-Kazár
02411203ce
Merge pull request #2250 from Oxicode/patch-1
Clear Readme
2019-01-11 15:42:53 +01:00
Oxicode
05ffabc88f
Update README.md 2019-01-08 15:57:56 -05:00
Márk Sági-Kazár
c5da4c3128
Merge pull request #2040 from brbrowning21/eval-test-server
Use safer JSON.parse() instead of eval()
2018-12-21 17:46:01 +01:00
Márk Sági-Kazár
c84df5fc88
Merge pull request #2159 from nicolasmure/fix/pool-doc
[Doc] typehint Pool's 'fulfilled' and 'rejected' callbacks
2018-12-21 17:44:32 +01:00
Márk Sági-Kazár
330dc56732
Merge pull request #2161 from casconed/cleanup-environment-variables
Cleanup environment variables
2018-12-21 17:43:56 +01:00
Márk Sági-Kazár
d9b22f4f98
Merge pull request #2163 from gmponos/add_invalid_argument_exception
Add invalid argument exception
2018-12-21 17:35:31 +01:00
Rafael K
d4141ca962 Prevent Exception (#2212)
Add test for checking curl release
2018-12-21 17:15:38 +01:00
Christoffer Ekblom
9799bbcb90 Fixed 'command not found' (#2197)
* Fixed 'command not found'
2018-12-07 09:18:25 +01:00
Márk Sági-Kazár
aae972c712
Merge pull request #2230 from shadowhand/patch-2
Clean up concurrent requests documentation
2018-12-07 09:14:29 +01:00