]> granicus.if.org Git - php/commit
FIX #71831: CURLOPT_NOPROXY applied as long instead of string
authorMichael Sierks <michael.sierks@priceline.com>
Fri, 18 Mar 2016 12:29:01 +0000 (07:29 -0500)
committerMichael Sierks <michael.sierks@priceline.com>
Fri, 18 Mar 2016 12:29:01 +0000 (07:29 -0500)
commitefacdc3511c14f3200b31765bd0113da443e66ad
tree5f994212d9a8a82725ad40d915e4120251946411
parentddc62f2e8b07217d1593610db29f2ea85b7adb1f
FIX #71831: CURLOPT_NOPROXY applied as long instead of string

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.
ext/curl/interface.c