ID:               19906
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Critical
+Status:           Closed
 Bug Type:         Filesystem function related
 Operating System: Linux
 PHP Version:      4.3.0-pre1
 Assigned To:      wez
 New Comment:

Fixed in CVS.
(That was a hard problem to find).


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

[2002-10-14 16:19:28] [EMAIL PROTECTED]

Also, Archive_Tar no longer needs to do this:

if ($this->compress)
   gzputs($this->file, $data);
else
   fputs($this->file, $data);

A simple fputs($this->file, $data) will do the job.
And what's with all the @'s??
Does it really need them?  It makes finding errors
almost impossible :-/



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

[2002-10-14 16:17:52] [EMAIL PROTECTED]

It's a problem with zlib streams.
Workaround for the moment:

pear package -Z
gzip packagename.tar


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

[2002-10-14 12:42:16] [EMAIL PROTECTED]

Verified by Wez. Assigned to Wez, since it's most likely
streams related.


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

[2002-10-14 12:41:19] [EMAIL PROTECTED]

"pear package" in the XML_Transformer directory creates a
broken tgz archive.

The archive seems to have right filesize, but when I try to
"tar xvfz" it, I only get a "package.xml" file from it.

Could this be related to current streams issues?


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


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

Reply via email to