Zach Borboa
fc49b8253a
Add trailing slashes to directories
2017-10-23 21:22:40 -07:00
giansalex
b91a1bf1b5
append security & readme
2017-10-21 09:51:32 -05:00
giansalex
e8efdddf7a
add gitattributes
2017-10-19 16:45:04 -05:00
Zach Borboa
a470ce9cf1
Clean up
2017-10-12 23:27:17 -07:00
Zach Borboa
e59990b744
Use full example for enabling verbose mode
2017-10-11 07:25:53 -07:00
Zach Borboa
90d0d9d51f
Merge pull request #477 from zachborboa/master
...
Fix subsequent request hanging after a PUT request
2017-10-11 00:34:17 -07:00
Zach Borboa
0347facabc
Allow spaces after comma
2017-10-11 00:20:13 -07:00
Zach Borboa
05a5af9b8e
Fix #472 : Reset request content-length to fix subsequent request hanging after a PUT request
2017-10-11 00:01:20 -07:00
Zach Borboa
0634f4449a
Link to troubleshooting doc
2017-10-10 22:26:19 -07:00
Zach Borboa
1be886c107
Add troubleshooting doc
2017-10-10 22:21:30 -07:00
Zach Borboa
7fdccc7c7d
Merge pull request #474 from zachborboa/master
...
Add basic support for requests using relative paths
2017-10-09 20:35:30 -07:00
Zach Borboa
7bce2d9606
Clean up
2017-10-09 19:33:10 -07:00
Zach Borboa
ce9ff3c7ec
Fix #347 : Add basic support for requests using relative paths
2017-10-09 19:30:36 -07:00
Zach Borboa
dd8493d6b6
Fix @return in doccomment
2017-09-13 23:53:22 -07:00
Zach Borboa
65c5a598ab
Clean up
2017-09-11 22:32:47 -07:00
Zach Borboa
c15f23ce5d
Bump minor version
7.4.0
2017-09-04 14:38:09 -07:00
Zach Borboa
50d4b277e9
Use configurable max retries
2017-09-04 14:35:45 -07:00
Zach Borboa
63a7a30b27
Merge pull request #468 from zachborboa/master
...
Implement Curl::setRetry()
2017-09-02 03:01:37 -07:00
Zach Borboa
b0b0c5f465
Clean up
2017-09-02 02:43:52 -07:00
Zach Borboa
ab76ee5192
Add examples for Curl::setRetry() and MultiCurl::setRetry()
2017-09-02 02:42:23 -07:00
Zach Borboa
4ec89be9bc
Allow setRetry() methods to use callables
2017-09-02 02:23:40 -07:00
Zach Borboa
0f1e16a6fa
Implement MultiCurl::setRetry()
2017-08-31 01:26:42 -07:00
Zach Borboa
3c3741f891
Implement Curl::setRetry()
2017-08-30 01:36:13 -07:00
Zach Borboa
20d718e97e
Allow examples to run without modification to the include path
2017-08-25 00:36:03 -07:00
Zach Borboa
1092365507
Add run tests section
2017-08-25 00:19:02 -07:00
Zach Borboa
96623ba839
Allow the test script to be run from outside the tests directory
2017-08-25 00:16:43 -07:00
Zach Borboa
5b0bbb51cd
Clean up
2017-08-24 23:55:01 -07:00
Dane Westvik
cd08b5dee7
Support for urls with query parameters
2017-08-24 13:36:23 -07:00
Zach Borboa
3f4e0fc49e
Fix sniff violation
2017-08-06 13:52:27 -07:00
Zach Borboa
a4cf524119
Fix #459 : Add example with json response as associative array
2017-07-30 14:27:20 -07:00
Zach Borboa
79e57a7341
Merge pull request #458 from Philipp91/patch-1
...
Let all main request methods return `mixed`
2017-07-07 18:26:57 -07:00
Philipp Keck
9dada41203
Let all main request methods return mixed
...
Many of them have `string`, but that's not what `exec()` returns and at least when a response parser is used, the returned value is not a string, which confuses tools like type checkers.
2017-07-07 22:01:14 +02:00
Zach Borboa
c91a64674f
Fix #277 : Run Digest Access Authentication test on HHVM builds
2017-07-03 02:23:27 -07:00
Zach Borboa
95041d6c49
Run Digest Access Authentication test on HHVM
2017-07-03 01:59:27 -07:00
Zach Borboa
a0391a9167
Merge pull request #376 from zachborboa/trusty
...
Use Trusty Tahr for continuous integration tests
2017-07-03 01:52:48 -07:00
Zach Borboa
3616efd3db
Use Trusty for all builds except PHP 5.3
...
PHP 5.2 and PHP 5.3 are not supported on Travis CI:
"If you need PHP 5.2 or 5.3, please use Precise."
2017-07-03 01:29:56 -07:00
Zach Borboa
770fa159eb
Use Trusty Tahr for all continuous integration tests
2017-07-03 01:17:46 -07:00
Zach Borboa
54d62769ef
Merge pull request #450 from zachborboa/master
...
Fix hhvm build failing by running hhvm tests on Trusty
2017-07-02 02:12:05 -07:00
Zach Borboa
51aef1d3d6
Fix #449 : Fix hhvm builds failing.
...
Install latest nginx.
Replace install_fastcgi.sh which inserts "include hhvm.conf;" with inline configuration.
Copy server scripts to default nginx root instead of modifying folder and file permissions to fix nginx 404 File Not Found.
2017-07-02 01:52:46 -07:00
Zach Borboa
1e3ed2963c
Use composer's phpunit and phpcs
2017-06-29 06:28:10 -07:00
Zach Borboa
3302e7bb78
Use an older version of PHPUnit for HHVM builds
2017-06-29 05:28:32 -07:00
Zach Borboa
d04f0594e1
Add descriptive error messages when checks fail
2017-06-29 05:28:00 -07:00
Zach Borboa
c16ce49f4f
Add hhvm-nightly build and use trusty for hhvm builds
2017-06-28 04:43:48 -07:00
Zach Borboa
6d0fc0453b
Merge pull request #455 from zachborboa/rm-symlink
...
Remove vendor dir symlink causing issues
2017-06-28 04:16:28 -07:00
Zach Borboa
3736a07e3f
Fix #454 , #279 : Remove vendor dir symlink causing issues
2017-06-28 03:59:11 -07:00
Zach Borboa
0dcf0230ef
Bump patch version
7.3.1
2017-06-27 16:57:16 -07:00
Zach Borboa
b1e150eada
Merge pull request #453 from zachborboa/fix-430
...
Fix #430 : Close open file handle before renaming file affecting Windows
2017-06-27 02:23:06 -07:00
Zach Borboa
e28baa9edf
Temporarily allow hhvm continuous integration tests to fail
2017-06-27 02:10:40 -07:00
Zach Borboa
b4d20d0f28
Fix #430 : Close open file handle before renaming file affecting Windows
2017-06-27 01:59:26 -07:00
Zach Borboa
3b672a2131
Put expected arguments first
2017-05-02 23:31:43 -07:00