From: bip at pennec dot org Operating system: All PHP version: 4.3.9RC1 PHP Bug Type: cURL related Bug description: CUROPT_PROXYAUTH constant is not register
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); -- Edit bug report at http://bugs.php.net/?id=29727&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29727&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29727&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29727&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29727&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29727&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29727&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29727&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29727&r=support Expected behavior: http://bugs.php.net/fix.php?id=29727&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29727&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29727&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29727&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29727&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29727&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29727&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29727&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29727&r=float