-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
[ext-curl] Add \CURLOPT_INFILESIZE_LARGE
#17637
base: master
Are you sure you want to change the base?
[ext-curl] Add \CURLOPT_INFILESIZE_LARGE
#17637
Conversation
1637686
to
8678ead
Compare
\CURLOPT_INIFILESIZE_LARGE
This is my first PR on this repository and is based on: * https://github.com/symfony/symfony/pull/59654/files#r1935358570 So feel free to close it :-)
8678ead
to
bbad36c
Compare
Two other things: 1/ you very likely edited |
done, thanks |
The existence of two distinct options |
I cannot answer this question, but maybe @nicolas-grekas can, but in the linked PR, we need to behave differently yes |
I'm seeing just now that we already expose other |
\CURLOPT_INIFILESIZE_LARGE
\CURLOPT_INFILESIZE_LARGE
FWIW: The title of the PR typoed the name of the constant, the same issue also exists in the commit message, so probably be careful when merging this. |
Hi @TimWolla can you explain? I can't see the typo |
he meant this Add \CURLOPT_IN I FILESIZE_LARGE you can amend this commit at some point, or the committer will take care of it no worries :) |
Will do |
This is my first PR on this repository and is based on:
See https://github.com/curl/curl/blob/b13e9066b3dfd65ba8aadc336232ae7832ac687a/include/curl/curl.h#L1541
So feel free to close it :-)