mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
3a04532a94
- Updates the URL of Curl constant page from `https://curl.haxx.se/libcurl/c/symbols-in-versions.html` to `https://curl.se/libcurl/c/symbols-in-versions.html`. - Fixes the regex used to filter constants to match `CURL_HTTP` constants. Related: GH-12543