ID:               21304
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Verified
+Status:           Closed
 Bug Type:         Zlib Related
 Operating System: Linux 2.4.18
 PHP Version:      4.3.0
 Assigned To:      wez
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2002-12-31 05:31:22] [EMAIL PROTECTED]

I can see 2 problems with the code; fixes going in shortly.

------------------------------------------------------------------------

[2002-12-31 01:43:42] [EMAIL PROTECTED]

FWIW, I just checked and only append is affected.  If I open the file
with "w", it works fine.  Obviously, I need "a", but that should help.

------------------------------------------------------------------------

[2002-12-31 01:40:02] [EMAIL PROTECTED]

This was working fine with 4.2.3.  Simple script, yes I should if $fp,
but it is a test script.

<?php

    $fp=gzopen("/tmp/test.txt.gz", "a");

    gzwrite($fp, "this is a line\n");

    gzclose($fp);

?>

example: http://dev.phorum.org/gztest.php

$fp is empty but there is no error from gzopen at all.  I have all
errors on.  In fact, you do get a warning from gzwrite and gzclose that
$fp is not valid stream.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21304&edit=1

Reply via email to