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

3234 Commits

Author SHA1 Message Date
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
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
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
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
Woody Gilk
3ef0c808db
Clean up concurrent requests documentation 2018-12-06 16:44:52 -06:00
Márk Sági-Kazár
592954d139
Merge pull request #2222 from gmponos/require_ext-json
Require ext-json
2018-12-06 18:38:52 +01:00
George Mponos
1a587b777c Added sort packages on composer config 2018-11-25 22:11:59 +02:00
George Mponos
59c59cf12a Require ext-json 2018-11-25 22:09:37 +02:00
Mponos George
8db1967d92 Fixed typehint $transferTime of constructor (#2217) 2018-11-24 21:31:03 +01:00
Mponos George
b309ed9ad4 Use test logger of PSR (#2215) 2018-11-21 18:36:52 +01:00
Márk Sági-Kazár
dd9b713b98
Merge pull request #2211 from guzzle/github-docs
Improve github issue templates
2018-11-19 15:12:01 +01:00
Mark Sagi-Kazar
f61f374000
Improve github issue templates 2018-11-19 15:03:43 +01:00
Márk Sági-Kazár
9b2368b80a
Merge pull request #2210 from localheinz/feature/normalize
Enhancement: Normalize composer.json
2018-11-19 00:12:32 +01:00
Andreas Möller
758127d23c
Enhancement: Normalize composer.json 2018-11-18 23:50:19 +01:00
Márk Sági-Kazár
b8772dd9ec
Merge pull request #2204 from carusogabriel/patch-1
Use more accurate assertion while checking for non-existent array's key
2018-11-16 14:39:00 +01:00
Gabriel Caruso
7f82c29209
Use more accurate assertion while checking for non-existent array's key 2018-11-16 10:40:54 -02:00
Márk Sági-Kazár
51cb9063b8
Merge pull request #2182 from takkaria/patch-1
Use include-guarded files in build process
2018-11-03 11:47:53 +01:00
Mponos George
cf86e51dd6 Remove assertEquals in favor of assertSame (#2188) 2018-11-01 22:47:08 +01:00
Márk Sági-Kazár
c24ac27d0e
Merge pull request #2189 from yuuri111/update-exceptions-doc
Update exceptions doc from Connection to Connect
2018-11-01 18:11:51 +01:00
yuuri111
3c4f9564a8
update exceptions doc from Connection to Connect
ConnectionException does not exist.
2018-11-02 00:59:25 +09:00
Márk Sági-Kazár
35b2c9f2a9
Merge pull request #2187 from gmponos/wrong_namespace
Fix wrong namespaces
2018-11-01 00:06:20 +01:00