Zach Borboa
11dbef81fe
Fix #603 : Add note on getting progress indicators to work
2019-10-13 22:28:45 -07:00
Zach Borboa
a418962c43
Bump version: 8.6.0 → 8.6.1
8.6.1
2019-08-04 21:18:26 -07:00
Zach Borboa
418f4cba1d
Fix #596 : Suggest updating curl version used by php
2019-07-20 20:37:56 -07:00
Zach Borboa
f27059b170
Remove notice when request is made and test flag is not set.
...
Message:
PHP Notice: Undefined index: PHP_CURL_CLASS_TEST_MODE_ENABLED in
./php-curl-class/tests/PHPCurlClass/server.php on line 4
2019-07-18 19:06:52 -07:00
Zach Borboa
e782f41cd8
Merge pull request #589 from zachborboa/master
...
Use camelCase for ArrayUtil function names and deprecate old snake_case names
2019-06-09 22:46:57 -07:00
Zach Borboa
505663a55d
Use camelCase for ArrayUtil function names and deprecate old snake_case names
2019-06-09 22:26:18 -07:00
Zach Borboa
82b927bbcd
Add test for Curl::removeHeader()
2019-05-24 22:48:09 -07:00
Zach Borboa
c7d66bfdae
Temporarily allow PHP 5.4, 5.5, and 5.6 continuous integration tests to
...
fail.
2019-05-24 08:54:40 -07:00
Zach Borboa
76445a3c5a
Update server used in PHP 5.4, 5.5, and 5.6 tests.
...
This change updates the server used for PHP 5.4, 5.5, and 5.6 tests in
order to support SEARCH requests. Using the PHP built-in web server in
these versions errors with 501 Not Implemented / Request method not
supported.
2019-05-24 08:29:21 -07:00
Zach Borboa
130b7a3f37
Fix error: "add-apt-repository: command not found".
2019-05-24 05:28:52 -07:00
Zach Borboa
c894feda9f
Add test cases for the SEARCH method
2019-05-22 23:49:22 -07:00
Zach Borboa
dcbc9624f5
Document how to run select tests matching keyword
2019-05-17 05:50:16 -07:00
Zach Borboa
8598deaa6f
Clean up
2019-05-17 05:01:13 -07:00
Zach Borboa
9a538f3a6b
Reduce number of ops
2019-05-12 21:13:10 -07:00
Zach Borboa
73bf10e265
Bump version: 8.5.1 → 8.6.0
8.6.0
2019-05-12 01:22:01 -07:00
Zach Borboa
98cad71d34
Merge pull request #586 from zachborboa/master
...
Add ability to make multicurl requests with multiple proxies
2019-05-12 01:21:13 -07:00
Zach Borboa
0857023319
Fix #572,#582: Add MultiCurl::setProxies() to make multicurl requests with multiple proxies
2019-05-12 01:01:57 -07:00
Zach Borboa
494d8a75a2
Add additional tests for MultiCurl proxy functions
2019-05-11 23:26:10 -07:00
Zach Borboa
8e5a0a29c3
Correct implementation of MultiCurl::setProxyAuth()
2019-05-11 23:04:55 -07:00
Zach Borboa
1e615d340e
Replace usage of is_null() with strict comparison operator
2019-05-11 11:57:32 -07:00
Zach Borboa
03d4ffea4f
Use is_file() as file_exists() also checks whether a directory exists
2019-05-11 09:40:02 -07:00
Zach Borboa
52a8645872
Clean up
2019-05-11 09:33:01 -07:00
Zach Borboa
f5692e8f6d
Add link to library on packagist.org
2019-05-10 05:03:13 -07:00
Zach Borboa
0f531fff11
Update Dockerfile to use Ubuntu 18.04 LTS and PHP 7.3
2019-05-10 05:02:21 -07:00
Zach Borboa
9e4eacca2d
Clean up
2019-05-10 03:00:06 -07:00
Zach Borboa
6cd12b6d24
Fix #585 : Add example for MultiCurl::addCurl()
2019-05-07 23:43:32 -07:00
Zach Borboa
6f76666ee5
Clarify documentation for Curl::setRetry() and MultiCurl::setRetry()
2019-05-03 00:35:30 -07:00
Zach Borboa
12661cffe2
Fix #581 : Add example to retry request based on HTTP status code.
2019-04-30 00:52:34 -07:00
Zach Borboa
244465b238
Merge pull request #584 from zachborboa/master
...
Fix PHP 5.3 container test not completing successfully
2019-04-30 00:40:25 -07:00
Zach Borboa
4ddcffcf83
Re-enable PHP 5.3 continuous integration tests
2019-04-30 00:16:27 -07:00
Zach Borboa
c36b2af2b0
Fix PHP 5.3 container test not completing successfully
2019-04-30 00:00:39 -07:00
Zach Borboa
bd9d570af4
Display version bump when script is run
2019-04-29 00:13:12 -07:00
Zach Borboa
9205c5fe67
Display debugging information and output more verbose information when running phpunit locally using test script
2019-04-25 22:31:08 -07:00
Zach Borboa
601de1369a
Temporarily allow PHP 5.3 continuous integration tests to fail
2019-04-25 21:32:01 -07:00
Zach Borboa
fd1fa390cd
Avoid container pulling host composer lock file which may cause downgrading installed libraries
2019-04-21 23:36:04 -07:00
Zach Borboa
ea0294f907
Fix phpunit test not completing when run in container
2019-04-21 23:34:26 -07:00
Zach Borboa
e46e9cffff
Update php73 container from 7.3-rc-cli to 7.3-cli
2019-04-21 22:29:44 -07:00
Zach Borboa
ff95a3c56f
Bump patch version
8.5.1
2019-04-19 22:57:47 -07:00
Zach Borboa
c2db98c9a6
Merge pull request #580 from zachborboa/master
...
Fix implementation of Curl::setProxyAuth
2019-04-19 22:52:48 -07:00
Zach Borboa
62d5390ad7
Fix #579 : Correct implementation of Curl::setProxyAuth()
2019-04-19 22:37:55 -07:00
Zach Borboa
c7eb389bb9
Add debugging
2019-04-19 22:31:44 -07:00
Zach Borboa
75ee4ec75e
Run tests with most recent version first
2019-04-19 21:57:53 -07:00
Zach Borboa
401d51ed3a
Clarify calling Curl::close() is not typically needed
2019-03-06 21:40:40 -08:00
Zach Borboa
f7d93dc46f
Update example without library to display results of request
2019-01-22 20:31:29 -08:00
Zach Borboa
0702d0edd1
Add code block template for new issues
2019-01-08 19:18:31 -08:00
Zach Borboa
2b387e3ef1
Bump minor version
8.5.0
2019-01-06 22:43:45 -08:00
Zach Borboa
6bea622d8c
Merge pull request #569 from zachborboa/master
...
Prevent direct execution of test server script
2019-01-05 14:13:38 -08:00
Zach Borboa
7dd4258e02
Fix #562 : Prevent direct execution of test server script unless testing
2019-01-05 12:09:03 -08:00
Zach Borboa
4551e28ddd
Merge pull request #568 from zachborboa/master
...
Add proxy support for MultiCurl
2019-01-05 01:01:47 -08:00
Zach Borboa
35a32a7a77
Fix #567 : Add proxy support for MultiCurl
2019-01-05 00:43:21 -08:00