From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: cURL related Bug description: Spelling mistake: define CURLOPT_BINARYTRANSER without letter F In source file curl.c, line 157 in PHP version 4.0.6 there's a spelling mistake. A define with the name CURLOPT_BINARYTRANSER is defined. IMHO, the letter F is missing. Otherwise you'll get a warning whenever you try to curl_setopt($ch,CURLOPT_BINARYTRANSFER,1); -- Edit bug report at: http://bugs.php.net/?id=13329&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]