From:             [EMAIL PROTECTED]
Operating system: win32
PHP version:      4.1.2
PHP Bug Type:     Bzip2 Related
Bug description:  bzopen fails on creating new file

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.
-- 
Edit bug report at http://bugs.php.net/?id=16688&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16688&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16688&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16688&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16688&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16688&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16688&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16688&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16688&r=submittedtwice

Reply via email to