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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 - 20 = ?
Subscribe to this entry?

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