Skip to content
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

WP/AlternativeFunctions: allow calling curl_version() #1658

Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Mar 7, 2019

curl_version() doesn't create or need a cURL resource, so is perfectly fine to use.

Ref: http://php.net/manual/en/function.curl-version.php

`curl_version()` doesn't create or need a cURL resource, so is perfectly fine to use.

Ref: http://php.net/manual/en/function.curl-version.php
@GaryJones GaryJones merged commit 5f27d8e into develop Mar 7, 2019
@GaryJones GaryJones deleted the feature/wp-alternativefunctions-allow-some-curl-functions branch March 7, 2019 07:35
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.

2 participants