mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
efacdc3511
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.