mirror of
https://github.com/php/php-src.git
synced 2026-04-12 10:33:11 +02:00
The CURLOPT_NOPROXY option value is converted to a long before being applied as a curl option. This causes the option to have no effect. This patch changes this conversion to a string.