CUROPT_PROXYAUTH constant is not registered
| Bug #29727 | CUROPT_PROXYAUTH constant is not registered | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2004-08-18 11:05 UTC | Modified: | 2004-08-19 13:21 UTC |
|
||||||||||
| From: | bip at pennec dot org | Assigned: | ||||||||||||
| Status: | Closed | Package: | cURL related | |||||||||||
| PHP Version: | 4.3.9RC1 | OS: | All | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2004-08-18 11:05 UTC] bip at pennec dot org
Description: ------------ CURLOPT_PROXYAUTH constant appears in libcurl 7.10.7 but is not register in recents releases of the php_curl module. This constant is needed to pass thru proxy with ntlm authentication Reproduce code: --------------- $ch = curl_init(); curl_setopt ($ch, CURLOPT_PROXYAUTH, CURLAUTH_NTLM);
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-08-18 19:08 UTC] bip at pennec dot org
[2004-08-18 23:31 UTC] iliaa@php.net
[2004-08-19 13:21 UTC] bip at pennec dot org