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 Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-16 09:48 UTC] derick@php.net
Already fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC