Alexander Loutsenko
|
b7e41de607
|
Workaround when your proxy server fails request with enabled http_proxy_request_fulluri HTTP parameter
|
2013-04-25 17:01:51 +02:00 |
Jordi Boggiano
|
9a69886a92
|
Add default http options to stream context, fixes #1774
|
2013-04-05 12:48:15 +02:00 |
Jordi Boggiano
|
1c468e7c02
|
Fix cs
|
2013-02-27 17:35:53 +01:00 |
Markus Tacker
|
821f57f443
|
A bug in PHP prevents the headers from correctly beeing sent when a content-type header is present and
NOT at the end of the array
https://bugs.php.net/bug.php?id=61548
This updates fixes the array by moving the content-type header to the end
|
2013-02-27 17:07:13 +01:00 |
Jordi Boggiano
|
308e2ff4cb
|
Add support for headers as strings to avoid regressions, refs #1387
|
2012-12-05 16:57:54 +01:00 |
Jordi Boggiano
|
cd284733ef
|
Fix proxy scheme concatenation, fixes #1250
|
2012-10-24 12:14:16 +02:00 |
Jordi Boggiano
|
7aab7c6297
|
Fix StreamContextFactory tests
|
2012-10-21 17:57:16 +02:00 |
Nikita Baksalyar
|
8f0f1e3aac
|
Fixed an issue with HTTP proxy and PHP 5.4
|
2012-10-20 20:27:46 +05:00 |
WanWizard
|
e24226162d
|
fixed getContext() choking on empty HTTP_PROXY environment variable
Signed-off-by: WanWizard <wanwizard@wanwizard.eu>
|
2012-07-15 17:24:27 +02:00 |
Jordi Boggiano
|
c440b4594a
|
More PSR-2 goodness
|
2012-05-22 17:13:15 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
072f4397a0
|
Fix default options handling in StreamContextFactory
|
2012-05-06 13:50:18 +02:00 |
Maxim Chernyshev
|
5294cb222c
|
Precious community feedback-based refactoring
|
2012-05-02 17:21:58 +08:00 |
Maxim Chernyshev
|
1ae0a1b7af
|
Follow-up coding standard fixes
|
2012-05-02 15:16:36 +08:00 |
Maxim Chernyshev
|
37476eb61f
|
Fixed indentation
|
2012-05-02 09:30:27 +08:00 |
Maxim Chernyshev
|
8918551f29
|
Simplified proxy port determination and passed tests
|
2012-05-02 09:22:59 +08:00 |
Maxim Chernyshev
|
2ca50a1ef3
|
Merged in upstream
|
2012-05-02 08:36:05 +08:00 |
Maxim Chernyshev
|
419a1cedf0
|
Proxy credentials are now passed as part of HTTP headers
|
2012-05-02 08:26:27 +08:00 |
Danny Berger
|
e7ba0c38a8
|
Add default http(s) ports to proxy configuration if they are missing.
|
2012-04-26 21:38:12 -04:00 |
Jordi Boggiano
|
81fdd790f2
|
Notes on HTTP_PROXY env var
|
2012-03-20 14:03:01 +01:00 |
Jordan Alliot
|
b4d87af959
|
Changed array_merge to array_merge_recursive
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
468eb0ed8d
|
Merge default options after buildind proxy one
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
054faef5eb
|
New context at each call and possibility to add more options and params to the context
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
9c27e38654
|
Moved proxy handling to a new class so that it can be reused in other parts of Composer
|
2012-01-21 20:58:36 +01:00 |