Skip to content

Callable curl options should be nullable #14165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

iluuu1994
Copy link
Member

@iluuu1994 iluuu1994 commented May 7, 2024

symfony/http-client/Response/CurlResponse.php depends on this behavior.

See https://github.com/php/php-src/actions/runs/8978207495/job/24658271316.

symfony/http-client/Response/CurlResponse.php depends on this behavior.
@iluuu1994 iluuu1994 requested a review from Girgias May 7, 2024 11:47
@iluuu1994 iluuu1994 requested a review from adoy as a code owner May 7, 2024 11:47
@alexandre-daubois
Copy link
Contributor

FYI, we fixed this in 5.4: symfony/symfony#54830. If this PR still gets merged, I'll revert 🙂

@iluuu1994
Copy link
Member Author

@alexandre-daubois Good to know! But I consider this a bug on our side.

Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit but LGTM, sorry for the break.

@iluuu1994 iluuu1994 closed this in d2a9edf May 7, 2024
@iluuu1994
Copy link
Member Author

@alexandre-daubois Feel free to ping us in the future if there are BC breaks! Unless they are part of an RFC, they are usually not intentional, and should be discussed with the community anyway.

@alexandre-daubois
Copy link
Contributor

Will do for sure, thanks!

nicolas-grekas added a commit to symfony/symfony that referenced this pull request May 13, 2024
…-daubois)

This PR was merged into the 5.4 branch.

Discussion
----------

[HttpClient] Revert fixing curl default options

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

Reverts #54830 because php/php-src#14165 got merged and fixes the unintentional BC break.

(CI still red but should go to green when new nightlies are built)

Commits
-------

365f7b4 [HttpClient] Revert fixing curl default options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants