php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6916 blob->savefromfile doesn't work for binary files
Submitted: 2000-09-28 02:11 UTC Modified: 2006-07-17 08:34 UTC
From: mb at sime dot com Assigned:
Status: Wont fix Package: OCI8 related
PHP Version: 3.0.16 OS: Windows, OCI8
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: mb at sime dot com
New email:
PHP Version: OS:

 

 [2000-09-28 02:11 UTC] mb at sime dot com
In line 2708 the input file for the blob isn't opened in binary mode, so upload of binary data like images doesn't work on MS Windows platforms. Possibly should check if clob or blob and set O_BINARY accordingly.

Modified line:
		if ((fp = open(filename, O_RDONLY | O_BINARY)) == -1) {

works OK.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-28 02:16 UTC] mb at sime dot com
Same as 3587, sorry had overlooked that
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC