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 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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC