master
Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback
[skip ci] Add all conflict to curl
ext/curl: Add `CURLOPT_SSL_SIGNATURE_ALGORITHMS` option
[RFC] Deprecate curl_close() (#19451)
Revert "Skip bug45161.phpt on Windows"
Replace `@deprecated` with `#[\Deprecated]` for internal constants (#18780)
Port curl, xml, xsql to use EXTENSIONS (#7140)
ext/curl: mark certain tests as xfail on curl 8.10.0
Migrate more SKIPIF -> EXTENSIONS (#7139)
Migrate SKIPIF -> EXTENSIONS (#7138)
ext/[cd]*: fix a bunch of typos (#16298)
Not serializable flag permeation
Upgrade master to Ubuntu 24.04 (GH-16704)
Add some missing EXTENSIONS sections to misc tests
Callable curl options should be nullable
Fix curl protocols test expectation
Fix curl_basic_022.phpt for libcurl 8.12.0
Merge branch 'PHP-8.0'
curl: Fix cloning of POST fields (#19813)
Fix file name clash in curl_copy_handle tests
ext/curl: Refactor cURL to only use FCC (#13291)
Remove unnecessary curl skipifs
Add support for CURLINFO_CONN_ID in curl_getinfo() (#18984)
ext/curl: Add `CURLINFO_{USED_PROXY,HTTPAUTH_USED,PROXYAUTH_USED}`
ext/curl: Add `CURLINFO_POSTTRANSFER_TIME_T` support (GH-15849)
Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147)
curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails (#16302)
curl: Add `curl_multi_get_handles()` (#16363)
RFC: Add `CurlSharePersistentHandle` objects (#16937)
ext/curl: Add `CURLOPT_DEBUGFUNCTION` option (GH-15674)
ext/curl: add tests for `CURLOPT_INFILESIZE(_LARGE)`
ext/curl: update CURLOPT_PREREQFUNCTION test to validate CURLE_ABORTED_BY_CALLBACK return value
Merge branch 'PHP-8.4' into PHP-8.5
Fixed bug #81085: Add version 7.71.0 blob options.
[RFC] Deprecate curl_share_close() (#19452)
- New tests (DutchUG testfest)
Fix GH-10928: PHP Build Failed - Test curl_version() basic functionality [ext/curl/tests/curl_version_basic_001.phpt]
Fix test without extra curl features
[skip ci] Fix typo in test name
Fix curl_multi_exec() overflow message (GH-17078)
Fix GH-16359 curl write callback crash on FCC usage w/o user function.
Fix GH-16802: open_basedir bypass using curl extension
Fixed GH-18458: `Authorization` set with CURLOPT_USERPWD with NULL value.
Fix memory leaks when returning refcounted value from curl callback
Fix missing syntax error message in cli-server router script