php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13329 Spelling mistake: define CURLOPT_BINARYTRANSER without letter F
Submitted: 2001-09-16 09:35 UTC Modified: 2001-09-16 09:48 UTC
From: dq at searchlores dot org Assigned:
Status: Closed Package: cURL related
PHP Version: 4.0.6 OS: any
Private report: No CVE-ID: None
 [2001-09-16 09:35 UTC] dq at searchlores dot org
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);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-16 09:48 UTC] derick@php.net
Already fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC