Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / php-curl-class/php-curl-class issues and pull requests

#814 - Bump cryptography from 41.0.3 to 41.0.4 in /scripts

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: cleanup-no-release-required, dependencies, python

#813 - Fix use of mb_strpos() causing error when polyfill is used

Pull Request - State: closed - Opened by zachborboa about 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#812 - Add flake8 and isort to lint check

Pull Request - State: closed - Opened by zachborboa about 1 year ago
Labels: cleanup-no-release-required

#810 - Bump tj-actions/changed-files from 38 to 39

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: cleanup-no-release-required, dependencies, github_actions

#809 - Bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: cleanup-no-release-required, dependencies, github_actions

#808 - Add additional check for decoding gzip-encoded responses

Pull Request - State: closed - Opened by zachborboa about 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#807 - Rename ::setError() to ::afterSend()

Pull Request - State: closed - Opened by zachborboa about 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#806 - Bump tj-actions/changed-files from 37 to 38

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: cleanup-no-release-required, dependencies, github_actions

#805 - Implement Curl::setError() and MultiCurl::setError()

Pull Request - State: closed - Opened by zachborboa about 1 year ago
Labels: minor-backwards-compatible-added-functionality

#804 - issue with response content being double decoded

Issue - State: closed - Opened by deepika-maj about 1 year ago - 5 comments

#803 - Retry manually

Issue - State: closed - Opened by teandr over 1 year ago - 3 comments
Labels: Accepted, Fixed

#802 - How to get the list of URLs that have not been executed yet when I use MultiCurl::stop()

Issue - State: closed - Opened by lee-php over 1 year ago - 3 comments
Labels: Accepted

#801 - Add coding standards rule to use the null coalescing operator ?? where possible

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#800 - Replace isset with null coalescing operator

Pull Request - State: closed - Opened by RobinvanderVliet over 1 year ago - 1 comment
Labels: Accepted, patch-backwards-compatible-bug-fixes

#799 - Add black code formatter

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#798 - Add tqdm and curses examples for displaying progress of MultiCurl downloads

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#797 - Update PHP_CodeSniffer ruleset: PSR2 → PSR12

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#796 - Add additional coding standard checks

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#795 - Add coding standards rule to error on long array syntax

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#794 - Add PHP-CS-Fixer to check for unused imports

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#793 - Use short array syntax

Pull Request - State: closed - Opened by RobinvanderVliet over 1 year ago - 1 comment
Labels: patch-backwards-compatible-bug-fixes

#792 - Replace `uniqid` by `random_bytes`

Pull Request - State: closed - Opened by RobinvanderVliet over 1 year ago - 6 comments
Labels: Accepted, patch-backwards-compatible-bug-fixes

#791 - Improve and add tests for Curl::fastDownload()

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#790 - Make method to display curl option value public

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: minor-backwards-compatible-added-functionality

#789 - Add test server support for specifying which requests fail and succeed

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#788 - Differentiate between internal options and user-set options

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#787 - Fix existing header overwritten after using MultiCurl::addCurl()

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#786 - Cleanup

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#785 - Create method to display a curl option value

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#784 - Return JSON from the retry test server endpoint

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#783 - Graduate Curl::fastDownload()

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: minor-backwards-compatible-added-functionality

#782 - Fix PHP CodeSniffer errors

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#781 - Update Curl::diagnose() to detect bit flags with negative values

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#780 - Run PHPCompatibility on PHP 7.2 and higher

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#779 - Display bit flags in use when calling Curl::diagnose()

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: minor-backwards-compatible-added-functionality

#778 - Handle missing content-type response header in Curl::diagnose()

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#777 - Curl->diagnose(), uncaught type error if Content-Type is null, PHP 8.1.13

Issue - State: closed - Opened by CharlesReace over 1 year ago - 3 comments
Labels: Accepted

#776 - Update article in Curl::diagnose() Allow header warning

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#775 - 302 Moved Temporarily

Issue - State: closed - Opened by srakl over 1 year ago - 1 comment
Labels: Needs More Info

#774 - Remove use of array_merge() inside loop

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#773 - Fix sed portability

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: cleanup-no-release-required

#771 - Clean up: Reduce nesting

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#770 - Return types

Issue - State: closed - Opened by Wulfheart over 1 year ago - 3 comments
Labels: Needs More Info

#769 - Fix recently failing CI

Issue - State: closed - Opened by zachborboa over 1 year ago - 1 comment

#768 - Remove coding standard ruleset exclusion

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: patch-backwards-compatible-bug-fixes

#767 - Make https:// and http:// the allowed request protocols by default

Pull Request - State: closed - Opened by zachborboa over 1 year ago
Labels: minor-backwards-compatible-added-functionality

#766 - Update ci to work with PHPUnit 10

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: cleanup-no-release-required

#765 - Update ci to work with PHPUnit 10

Issue - State: closed - Opened by zachborboa almost 2 years ago - 1 comment

#764 - Allow setting dynamic properties for Curl class

Pull Request - State: closed - Opened by tgerakitis almost 2 years ago - 6 comments
Labels: Accepted

#763 - Having issues with post json or array

Issue - State: closed - Opened by srakl almost 2 years ago - 1 comment
Labels: Needs More Info

#762 - Allow uploads with CURLStringFile type

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#761 - Allow uploads with CURLStringFile type

Pull Request - State: closed - Opened by blaaat almost 2 years ago - 1 comment

#760 - CurlStringFile: Object of class CURLStringFile could not be converted to string

Issue - State: closed - Opened by blaaat almost 2 years ago - 1 comment
Labels: Accepted

#759 - Implement abstract class BaseCurl for Curl and MultiCurl

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#758 - Display error messages found in Curl::diagnose()

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: minor-backwards-compatible-added-functionality

#757 - Fix Curl::diagnose() request type output for POST requests

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#756 - Replace use of #[\AllowDynamicProperties]

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#755 - Deprecated: Creation of dynamic property Curl\Curl::$rfc6265 is deprecated

Issue - State: closed - Opened by yucho123987 almost 2 years ago - 2 comments

#754 - silence PHP 8.2 deprecation notices

Pull Request - State: closed - Opened by mbolli almost 2 years ago - 2 comments
Labels: patch-backwards-compatible-bug-fixes

#753 - Fix release failure by fetching all tags during checkout

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: cleanup-no-release-required

#752 - Fix static analysis error

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#751 - Exclude additional files from git archive

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#750 - Base class for Curl and MultiCurl

Issue - State: closed - Opened by armanist almost 2 years ago - 1 comment
Labels: Accepted

#749 - Ensure string response before gzip decode

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#748 - Disable warning when gzip-decoding response errors

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#747 - Warning gzdecode(): data error after update to 9.12.01

Issue - State: closed - Opened by juhacz almost 2 years ago - 3 comments
Labels: Accepted, Fixed

#746 - Add PHP 8.3 to continuous integration tests

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: cleanup-no-release-required

#745 - Include option constant that uses the CURLINFO_ prefix

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#744 - Add automatic gzip decoding of response

Pull Request - State: closed - Opened by zachborboa almost 2 years ago - 1 comment
Labels: minor-backwards-compatible-added-functionality

#743 - change: remove unused namespace import

Pull Request - State: closed - Opened by AmraniCh almost 2 years ago - 1 comment
Labels: Accepted, patch-backwards-compatible-bug-fixes

#742 - Add temporary fix missing template params

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#741 - Add Curl::diagnose() HTTP method check matches methods allowed

Pull Request - State: closed - Opened by zachborboa almost 2 years ago
Labels: minor-backwards-compatible-added-functionality

#740 - Content-Encoding: gzip issue

Issue - State: closed - Opened by JAY6390 almost 2 years ago - 1 comment
Labels: Accepted, Fixed

#739 - Display request options in Curl::diagnose() output

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: minor-backwards-compatible-added-functionality

#738 - Fix MultiCurl::setCookieString()

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#737 - Pass MultiCurl options to new Curl instances earlier

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: minor-backwards-compatible-added-functionality

#736 - Add deferred constant curlErrorCodeConstants

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: minor-backwards-compatible-added-functionality

#735 - multi_curl ,’setCookieString‘ cannot be used

Issue - State: closed - Opened by zuilaoxian about 2 years ago - 1 comment
Labels: Accepted, Fixed

#733 - Include curl error code constant in curl error message

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: minor-backwards-compatible-added-functionality

#732 - Implement ArrayUtil::arrayRandomIndex()

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: minor-backwards-compatible-added-functionality

#731 - Proxy web help

Issue - State: closed - Opened by zachborboa about 2 years ago - 1 comment

#730 - Remove filter flag constants deprecated as of PHP 7.3

Pull Request - State: closed - Opened by zachborboa about 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#729 - High memory consumption and fetching random proxy from list problem

Issue - State: closed - Opened by enseitankado about 2 years ago - 4 comments

#728 - Fix building post data with object

Pull Request - State: closed - Opened by zachborboa over 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#727 - buildPostData() throws an error in PHP 8 if $data is an object

Issue - State: closed - Opened by tgerakitis over 2 years ago - 1 comment
Labels: Accepted, Fixed

#726 - Encode keys for post data with numeric keys

Pull Request - State: closed - Opened by zachborboa over 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#725 - Posting data with an integer key

Issue - State: closed - Opened by ajdunn2 over 2 years ago - 2 comments
Labels: Accepted

#724 - Example of security need issue changes to new php versions update

Issue - State: closed - Opened by juanma386 over 2 years ago - 2 comments
Labels: Accepted

#723 - Call MultiCurl::beforeSend() before each request is made

Pull Request - State: closed - Opened by zachborboa over 2 years ago
Labels: patch-backwards-compatible-bug-fixes

#722 - Fixes #707

Pull Request - State: closed - Opened by Dibbyo456 over 2 years ago - 1 comment

#721 - Remove active curl handle when stopping requests early

Pull Request - State: closed - Opened by zachborboa over 2 years ago

#720 - Finish this sentence: I am trying to build...

Issue - State: closed - Opened by zachborboa over 2 years ago - 2 comments
Labels: Needs More Info

#719 - Ensure cURL handle is passed to curl_multi_info_read()

Pull Request - State: closed - Opened by zachborboa over 2 years ago

#718 - Supplied resource is not a valid cURL handle resource

Issue - State: closed - Opened by Allyans3 over 2 years ago - 16 comments
Labels: Accepted

#717 - Retain keys for arrays with null values

Pull Request - State: closed - Opened by zachborboa over 2 years ago

#716 - Attempt to stop active requests when MultiCurl::stop() is called

Pull Request - State: closed - Opened by zachborboa over 2 years ago