1598 Commits

Author SHA1 Message Date
github-actions[bot] b6defb4419 Bump version: 9.9.0 → 9.10.0 9.10.0 2022-11-07 01:31:19 +00:00
Zach Borboa 9a5c8ad559 Merge pull request #739 from zachborboa/master
Display request options in Curl::diagnose() output
2022-11-05 18:53:16 -07:00
github-actions[bot] 53f1d5670a Bump version: 9.8.0 → 9.9.0 9.9.0 2022-11-06 01:31:04 +00:00
Zach Borboa 4fb8e2867f Display request options in Curl::diagnose() output
Request options are now displayed when Curl::diagnose() is called and a
deferred constant curlOptionCodeConstants has been added.
2022-11-05 15:27:09 -07:00
Zach Borboa 9c427a4596 Merge pull request #738 from zachborboa/master
Fix MultiCurl::setCookieString()
2022-11-05 15:08:39 -07:00
Zach Borboa 99795d1d69 Fix MultiCurl::setCookieString() 2022-11-05 14:43:21 -07:00
Zach Borboa ca46c41733 Merge pull request #737 from zachborboa/master
Pass MultiCurl options to new Curl instances earlier
2022-11-05 14:21:30 -07:00
Zach Borboa cb6a0e83e6 Pass MultiCurl options to new Curl instances earlier
Fix setting of options by passing of MultiCurl options to new Curl
instances earlier. Set options during the Curl initialization instead of
waiting until the request instance is configured in
MultiCurl::initHandle().
2022-11-05 13:48:30 -07:00
Zach Borboa 0043bc3db9 Merge pull request #736 from zachborboa/master
Add deferred constant curlErrorCodeConstants
2022-11-05 12:18:50 -07:00
Zach Borboa 23fd5b5829 Add deferred constant curlErrorCodeConstants 2022-11-05 07:31:07 -07:00
Zach Borboa 5bfe59109a Add files to run PHP 8.1 tests inside a docker container 2022-09-30 19:39:50 -07:00
github-actions[bot] bf54ee6d9a Bump version: 9.7.0 → 9.8.0 9.8.0 2022-10-01 01:32:07 +00:00
Zach Borboa 3c4962c902 Update table of contents link 2022-09-30 11:59:39 -07:00
Zach Borboa 67ade7f31b Merge pull request #733 from zachborboa/master
Include curl error code constant in curl error message
2022-09-30 08:32:55 -07:00
Zach Borboa acf8e9f6a0 Include curl error code constant in curl error message (Curl::curlErrorMessage)
Before:
    Timeout was reached: Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received

After:
    Timeout was reached (CURLE_OPERATION_TIMEOUTED): Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received
2022-09-30 07:52:27 -07:00
Zach Borboa 9195bcde44 Clarify make release message 2022-09-30 05:31:36 -07:00
Zach Borboa f66b365896 Allow running script from outside the script directory 2022-09-29 19:12:16 -07:00
Zach Borboa 6cf02d111f Require request headers to be empty before possibly warning about it 2022-09-29 19:07:07 -07:00
Zach Borboa a7ada9308c Run release earlier 2022-09-29 05:14:47 -07:00
github-actions[bot] ce51152e0f Bump version: 9.6.3 → 9.7.0 9.7.0 2022-09-29 03:53:55 +00:00
Zach Borboa 7bce4bfcd5 Add script for running test suite while skipping slow tests 2022-09-28 14:54:23 -07:00
Zach Borboa cab99aaee5 Add MultiCurl example for retrying with a new unique proxy (#729) 2022-09-28 14:22:30 -07:00
Zach Borboa 5ee80afeca Merge pull request #732 from zachborboa/master
Implement ArrayUtil::arrayRandomIndex()
2022-09-28 14:19:02 -07:00
Zach Borboa 067cb72854 Implement ArrayUtil::arrayRandomIndex() 2022-09-28 12:38:16 -07:00
Zach Borboa 7ce0fc5ced Explicitly set desired concurrency 2022-09-28 11:06:44 -07:00
Zach Borboa 71814c4885 Clarify installation instructions 2022-09-24 06:53:47 -07:00
Zach Borboa 30e00c96bf Exclude static analysis configuration file from git archive 2022-09-24 06:38:31 -07:00
Zach Borboa 42f69d00fc Make installation commands work well with copy to clipboard action 2022-09-24 06:29:22 -07:00
Zach Borboa 6549081c05 Clean up 2022-09-24 06:26:38 -07:00
Zach Borboa 0e98dfb154 Move testing information to dedicated file 2022-09-24 06:24:34 -07:00
Zach Borboa ba1a864d67 Update actions/checkout version 2022-09-23 22:16:07 -07:00
Zach Borboa 703e87508c Rename workflow file 2022-09-23 22:06:20 -07:00
Zach Borboa 47d9f7f9b4 Add release status badge to homepage 2022-09-23 21:33:14 -07:00
Zach Borboa 7bbb9e7e0d Rename action step name and script name 2022-09-23 21:08:44 -07:00
Zach Borboa 29c6c48cee Update name of workflow 2022-09-23 21:06:22 -07:00
Zach Borboa a021bc128a Remove unused const 2022-09-23 21:04:00 -07:00
Zach Borboa 15e5e80ac6 Display tzinfo before and after updating it 2022-09-23 21:01:33 -07:00
Zach Borboa 1d402bff2d Publish release when created 2022-09-23 20:55:05 -07:00
github-actions[bot] 4b096ed518 Bump version: 9.6.2 → 9.6.3 9.6.3 2022-09-24 03:49:46 +00:00
Zach Borboa 8f9f4a8586 Add release status badge 2022-09-23 20:47:50 -07:00
Zach Borboa 48c5199d7f Add timezone to today datetime 2022-09-23 20:25:18 -07:00
Zach Borboa 5026620dce Merge pull request #730 from zachborboa/master
Remove filter flag constants deprecated as of PHP 7.3
2022-09-23 20:23:16 -07:00
Zach Borboa 81ce41b0d0 Fix #724: Remove filter flag constants deprecated as of PHP 7.3
Error messages:
    Fatal error: Uncaught Error: Undefined constant "FILTER_FLAG_SCHEME_REQUIRED" in [...]
    Fatal error: Uncaught Error: Undefined constant "FILTER_FLAG_HOST_REQUIRED" in [...]
2022-09-23 19:56:44 -07:00
github-actions[bot] f458bf6d9e Bump version: 9.6.1 → 9.6.2 9.6.2 2022-09-24 01:53:09 +00:00
Zach Borboa 54c87b9219 Push local changes 2022-09-23 18:52:11 -07:00
Zach Borboa d594d015e8 Enable tag and release 2022-09-23 18:47:29 -07:00
Zach Borboa 61bcdd9b9d Use convenience function to create tag and release 2022-09-23 18:43:10 -07:00
Zach Borboa 36440cc89f Push tags 2022-09-23 17:41:20 -07:00
Zach Borboa 46a882ab75 Add dry-run push 2022-09-23 17:25:17 -07:00
Zach Borboa b3fc9b97cb Simulate pushing changes 2022-09-23 17:14:13 -07:00