ID: 16688 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Bzip2 Related Operating System: win32 PHP Version: 4.1.2 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [2002-04-18 17:23:17] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=16688&edit=1