php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16688 bzopen fails on creating new file
Submitted: 2002-04-18 17:23 UTC Modified: 2002-08-29 01:00 UTC
From: joshbuddy at hotmail dot com Assigned:
Status: No Feedback Package: Bzip2 Related
PHP Version: 4.1.2 OS: win32
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joshbuddy at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-04-18 17:23 UTC] joshbuddy at hotmail dot com
running:

<?
$foo=bzopen("foo.bz2","w");
bzclose($foo);
?>

produces an error if foo.bz2 doesn't exist.. 

<?
touch("foo.bz2");
$foo=bzopen("foo.bz2","w");
bzclose($foo);
?>

otoh will work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-19 11:59 UTC] sander@php.net
Works fine for me with the latest CVS. You can try a snapshot from http://snaps.php.net or a windows build of a snapshot from http://php-bin-snaps.sf.net
 [2002-08-29 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC