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

3128 Commits

Author SHA1 Message Date
Márk Sági-Kazár
49e42e6539
Prepare release 6.3.1 2018-03-26 14:06:26 +02:00
Márk Sági-Kazár
188a9425a7
Merge pull request #1916 from alexeyshockov/service-headers-fix
Proper service headers modification
2018-03-26 13:53:50 +02:00
Márk Sági-Kazár
5d340a951c
Merge pull request #1915 from alexeyshockov/empty-headers-support
Empty headers support
2018-03-26 13:49:13 +02:00
Márk Sági-Kazár
21f5dde5f6
Merge pull request #2012 from sm2017/patch-1
Add `failed to open stream` to ConnectException
2018-03-26 13:44:22 +02:00
Márk Sági-Kazár
6e8c90fa18
Improve readme badges
Closes #2021
2018-03-26 13:42:22 +02:00
Márk Sági-Kazár
6da464c377
Merge pull request #1999 from curtisdf/malformed-domain
Error with malformed domain that contains a "/" character
2018-03-26 13:36:33 +02:00
Márk Sági-Kazár
8ffb1d2486
Merge pull request #1998 from curtisdf/master
A better fix for #1894 - "Undefined offset: 0"
2018-03-26 13:35:14 +02:00
Márk Sági-Kazár
9e6a3fa8db
Merge pull request #2014 from neerolyte/fix-cookie-isexpired-check
Fix bug parsing 0 epoch expiry times
2018-03-26 13:29:42 +02:00
Márk Sági-Kazár
ba1bce30ba
Merge pull request #2024 from GrahamCampbell/patch-1
Fixed branch alias
2018-03-11 16:03:34 +01:00
Graham Campbell
7d387e37e0
Fixed branch alias 2018-03-11 14:15:12 +00:00
sm2017
009cfa9151
Update StreamHandler.php
connection attempt failed
2018-02-16 14:43:24 +03:30
David Schoen
2a7d3a4ed2 Fix bug parsing 0 epoch expiry times
As per https://github.com/guzzle/guzzle/issues/1952 expiry times
specified as "Thu, 01 Jan 1970 00:00:00 GMT" should be treated as
expired, but they weren't because 0 was implicitly casting to a bool in
SetCookie::isExpired().
2018-02-16 21:23:26 +11:00
sm2017
2d4b3f5fcd
Add failed to open stream to ConnectException 2018-02-14 12:45:47 +03:30
Márk Sági-Kazár
748d67e23a
Merge pull request #1922 from samuel4x4/patch-1
Remove duplicated {host} variable
2018-02-05 02:46:45 +01:00
Márk Sági-Kazár
8b8df0078e
Merge pull request #1953 from carusogabriel/phpunit
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
2018-02-05 02:45:49 +01:00
Márk Sági-Kazár
287bc97422
Merge pull request #1957 from jyggen/master
Add annotations for exception methods
2018-02-05 02:40:51 +01:00
Márk Sági-Kazár
6a7e4e81a8
Merge pull request #1974 from TomzxForks/fixes/1972-update-docs-getHeader-returns-array
Fix documentation using the getHeader method
2018-02-05 02:39:58 +01:00
Curtis Farnham
e6f837a9a8 Error with malformed domain that contains a "/" 2018-01-31 12:46:25 -08:00
Curtis Farnham
64976eb401 Fix for #1894 - "Undefined offset: 0" 2018-01-31 11:44:37 -08:00
Gabriel Caruso
36e89c8968 Support PHPUnit 6 2018-01-23 16:01:32 -02:00
Gabriel Caruso
38d61ba642 Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2018-01-23 16:01:32 -02:00
Jonas Stendahl
33bb1fd496
Add annotations for exception methods 2018-01-17 15:41:39 +01:00
Hannes Van De Vreken
aa5b807560 Missing sendAsync call (#1985)
* Missing sendAsync call

* Fixed response -> promise
2018-01-06 18:37:08 +01:00
Márk Sági-Kazár
6befd20dd6
Merge pull request #1983 from m1guelpf-forks/patch-1
Update license year
2018-01-06 02:19:54 +01:00
Márk Sági-Kazár
4a11aba4d5
Merge pull request #1986 from bjoernffm/refactoring
refactoring regarding psr1/psr2 using php-cs-fixer
2018-01-06 02:18:32 +01:00
Bjoern Ebbrecht
469ad84167 refactoring regarding psr1/psr2 using php-cs-fixer 2018-01-05 13:57:19 +00:00
Miguel Piedrafita
1998533fac
Update license year 2017-12-31 22:05:19 +01:00
Tom Rochette
b9bf901212 Add missing 0 index to documentation making use of the getHeader method.
The getHeader method always returns an array, but it may be empty.
For documentation purpose, we assume that the response object always contains the queried header, thus providing at least one element in the array at index 0.
2017-12-08 15:57:46 -05:00
Gabriel Caruso
501c7c2994 Refactored tests (#1970) 2017-12-04 08:55:06 +01:00
Tobias Nyholm
5870e7b87b
Merge pull request #1968 from weshooper/patch-1
Remove unused import and function parameter
2017-12-03 14:53:59 +01:00
Michael Käfer
646f63b6f2 fixed a typo in documentation (#1967) 2017-12-03 14:52:04 +01:00
Wes Hooper
c69af31cbe
Remove unused import and function parameter
`RejectedPromise` isn't used, and `getDefaultContext()` only takes one parameter so `$options` isn't needed.
2017-12-03 13:38:03 +00:00
Gabriel Caruso
83974b7f12 Refactoring tests (#1964) 2017-11-29 07:48:19 +01:00
Márk Sági-Kazár
e1daabe2c3
Merge pull request #1946 from DQNEO/patch-1
add PHP 7.2 in travis
2017-11-06 13:08:21 +01:00
DQNEO
9bd8757ab0
add PHP 7.2 in travis 2017-10-28 02:32:44 +09:00
Márk Sági-Kazár
e88c2e7582 Merge pull request #1943 from andysnell/fix-faq-typo
Fix Typo in FAQ Doc
2017-10-23 16:09:01 +02:00
Andy Snell
3b60a95898
Align Heading Line Markdown 2017-10-23 10:07:50 -04:00
Andy Snell
513c7b7503
Fix Typo in FAQ Doc 2017-10-22 23:17:52 -04:00
Márk Sági-Kazár
9e28b54996 Merge pull request #1923 from hannesvdvreken/patch-1
Unused import
2017-09-22 12:35:04 +02:00
Hannes Van De Vreken
b245bc5fc9 Unused import 2017-09-22 11:06:28 +02:00
Samuel Chiriluta
490d904139 Remove duplicated {host} variable 2017-09-21 15:03:40 +03:00
Alexey Shockov
890deda2b2 Proper service headers modification (#1913) 2017-09-15 15:32:00 +02:00
Alexey Shockov
2dd96c9ecb Empty headers support (#1882) 2017-09-15 15:25:42 +02:00
Márk Sági-Kazár
dfd01d60a3
Add issue template 2017-06-28 23:17:38 +02:00
Márk Sági-Kazár
b29b37f2cc Merge pull request #1864 from siwinski/pr-fix-5.3.6-client-version
[ClientInterface] Fix VERSION for 6.3.0 release
2017-06-24 00:56:09 +02:00
Shawn Iwinski
95f4deb816 [ClientInterface] Fix VERSION for 6.3.0 release 2017-06-23 18:01:13 -04:00
Tobias Nyholm
f4db5a78a5 Make sure we at least run the test on HHVM (#1862)
* Allow build on HHVM

* Include HHVM
6.3.0
2017-06-22 20:50:49 +02:00
Márk Sági-Kazár
50cf84304a
Update changelog 2017-06-22 19:56:09 +02:00
Dori
065287bc14 Test cookie handling when cookie path is empty. (#1778)
* Test cookie handling when cookie path is empty.

* Fix cookie path when attribute sent by server is empty or not start with a slash char.
2017-06-10 16:17:14 +02:00
Márk Sági-Kazár
1739e8b94e Merge pull request #1836 from settermjd/minor-text-correction
Minor text correction to the FAQ
2017-05-15 10:45:24 +02:00