Michael Dowling
75eca7f10d
Formatting exception
2013-10-29 21:00:15 -07:00
Michael Dowling
f6f06a8c96
More client and error updates
2013-10-29 21:00:15 -07:00
Michael Dowling
aaedc5f167
Fleshing out the API and batching more
2013-10-29 21:00:15 -07:00
Michael Dowling
45cc33f9a7
Fixing URI template
2013-10-29 21:00:14 -07:00
Michael Dowling
18b4a4a4bf
More client cleanup. Phar support will be implemented via a plugin.
2013-10-29 21:00:14 -07:00
Michael Dowling
1ae0b7ec0b
Not exposing privates. Removing dumb exceptions
2013-10-29 21:00:14 -07:00
Michael Dowling
83145798a6
More client changes, stream, and message cleanup
2013-10-29 21:00:13 -07:00
Michael Dowling
93c867eb9d
Initial commit of project muzzle
2013-10-29 20:58:11 -07:00
Michael Dowling
57e96c16fe
Cleaning up empty header checks.
2013-10-29 19:57:15 -07:00
Michael Dowling
774ac3d9db
Merge remote-tracking branch 'thinkscape/hotfix/malformed-header-notice'
2013-10-29 19:49:06 -07:00
Michael Dowling
128857eed9
Fixing test for PHP 5.4
2013-10-29 14:36:33 -07:00
Michael Dowling
f1d6b57875
Merge pull request #448 from guzzle/rfc3986
...
Adding the option to combine URLs using strict RFC 3986 compliance while...
2013-10-29 14:26:52 -07:00
Michael Dowling
0d9b3b0396
Merge pull request #451 from greg0ire/patch1
...
check exception class
2013-10-29 10:16:50 -07:00
Artur Bodera
d78b10c96a
Fix E_NOTICE on Header::parseParams() with empty text.
2013-10-29 14:47:50 +01:00
Grégoire Paris
2cf8d7a6ae
check exception class
...
I got this fatal error today : PHP Fatal error: Call to undefined method Guzzle\Http\Exception\ServerErrorResponseException::getCurlHandle() in /home/frontoffice/instances/lekino-video_web/shared/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php on line 95
2013-10-29 09:59:54 +01:00
Michael Dowling
f55958209a
Adding the option to combine URLs using strict RFC 3986 compliance while maintaining backwards compatibility with the erroneous way that Guzzle had previously implemented
2013-10-23 18:10:21 -07:00
Michael Dowling
525576eb86
Adding perf improvement to URI template expansion
2013-10-23 17:04:09 -07:00
Michael Dowling
19bdf899c9
Merge remote-tracking branch 'natmchugh/master'
2013-10-23 16:53:08 -07:00
Michael Dowling
67a7c34c68
CS
2013-10-23 16:15:33 -07:00
Max-Julian Pogner
ae66ea0153
in visit_debug: check $value for true-ish value.
2013-10-23 16:46:40 +02:00
Michael Dowling
e62f205c83
Merge pull request #439 from adlawson/curl-progress
...
Fix cURL progress callback in PHP 5.5
2013-10-15 17:14:18 -07:00
Michael Dowling
992c752791
Merge pull request #438 from Thinkscape/patch-1
...
Fix #437
2013-10-15 17:09:47 -07:00
Artur Bodera
4ceb7fe888
Add tests.
2013-10-16 00:46:54 +02:00
adlawson
69fcc1eb6c
Add progress compatibility for PHP 5.5
...
Long story short, there was a backwards incompatible change to the
CURLOPT_PROGRESSFUNCTION callback arguments.
2013-10-15 23:19:13 +01:00
Artur Bodera
235a30add0
Fix #437
2013-10-16 00:18:13 +02:00
Michael Dowling
d5bf6d7056
Adding curl error code 18 to retry behavior
2013-10-14 13:05:06 -07:00
Nathaniel McHugh
37357d3a74
add setRegex method as described in the docs
2013-10-04 23:08:03 +01:00
Michael Dowling
b170b028c6
Guzzle 3.7.4 release prep
v3.7.4
2013-10-02 13:47:00 -07:00
Michael Dowling
1f773af551
Cleaning up Parameter::getValue()
2013-10-02 13:33:40 -07:00
Michael Dowling
dd22735666
Merge branch 'allow-0-value-in-command-arguments'
2013-10-02 13:32:40 -07:00
Michael Dowling
99c22f4c0b
Removing custom exception. Fixing tests for PHP 5.3
2013-10-02 12:55:17 -07:00
Michael Dowling
e5615dafcd
Merge remote-tracking branch 'brucew/master'
2013-10-02 12:18:02 -07:00
Adrian Slade
362749b0d3
Allow 0 as a value in command arguments.
2013-10-02 17:50:22 +01:00
Michael Dowling
e024996037
Merge pull request #429 from adrienbrault/patch-3
...
Fix docblock class typo
2013-10-01 10:27:14 -07:00
Adrien Brault
39f3da7661
Fix docblock class typo
2013-09-30 23:18:47 -07:00
BruceWouaigne
ca32380394
Refactor and add InvalidMethodException
2013-09-30 10:48:29 +02:00
BruceWouaigne
40650bfd11
Oauth plugin: Add query string method (in addition to Authorization header) to request the Service Provider
2013-09-27 15:15:23 +02:00
Michael Dowling
a40249a84e
Minimum PHP version is 5.3.3. Closes #420 .
2013-09-22 12:55:57 -07:00
Michael Dowling
650dc29567
Fixing url dot segment removal
2013-09-20 15:05:53 -07:00
Michael Dowling
f0027895f8
Updating the bundled cacert.pem based on https://github.com/bagder/curl/commit/51f0b798fa
2013-09-16 12:03:34 -07:00
Michael Dowling
13734d449f
Expliclty disabling loading of external XML entities when using the xml() method a response. Closes #418 .
2013-09-13 13:31:58 -07:00
Michael Dowling
03ebadab3c
Fixing SchemaFormatter to output an integer when formatting for a unix timestamp
2013-09-12 16:56:01 -07:00
Michael Dowling
0f16aad385
3.7.3 release
v3.7.3
2013-09-08 14:09:18 -07:00
Michael Dowling
1442ad1112
Merge pull request #417 from hakre/patch-2
...
ChunkedIterator for Traversable
2013-09-08 11:35:07 -07:00
Michael Dowling
0be702d382
Merge pull request #415 from hakre/patch-1
...
FilterIterator expects Iterator not Traversable
2013-09-08 11:32:00 -07:00
hakre
c28cf3ee50
FilterIterator expects Iterator not Traversable - Fixed
...
SPL's FilterIterator does take an Iterator in it's constructor,
not a Traversable. This minor change corrects the type-hint used.
2013-09-08 12:55:09 +02:00
hakre
67ecbefa49
ChunkedIterator missing value check
...
Minor change to implement a size equal or greate zero. Also
enforce integer type to make the behavior more distinct.
2013-09-08 12:43:09 +02:00
hakre
756d5aaa51
ChunkedIterator tests for boundary cases and and below zero.
2013-09-08 12:24:38 +02:00
hakre
62136d9545
ChunkedIterator valid is a bool of chunk
...
Just some minor code cleanup. The negation of empty is just not necessary and rather clumsy.
2013-09-08 11:23:51 +02:00
hakre
1f55162736
ChunkedIterator for Traversable - Fixed
2013-09-08 11:04:12 +02:00