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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dq at searchlores dot org
New email:
PHP Version: OS:

 

 [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: Thu Mar 28 14:01:29 2024 UTC