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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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