Downloadliste

Projektbeschreibung

TbsZip is a PHP class that enables you to read and write Zip archives. The class doesn't require PHP extensions or temporary files. TbsZip can read, add, delete, and modify files stored in an archive. It can even start with an empty archive. The original archive is not modified. The new archive can be saved in the server as a new file, or provided directly as an HTTP download, or even as a binary string. If the Zlib extension is activated in PHP, then TbsZip can automatically compress and uncompress files in the archive.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-16 07:06
2.11

1 Fehler wurde beseitigt: die Methode FileCancelModif() nicht abbrechen Dateien hinzugefügt.
Tags: Minor bugfixes
1 bug has been fixed: the method FileCancelModif() doesn't cancel added files.

2011-08-23 11:58
2.10

Drei kleinere Fehler wurden behoben, und PHP Hinweismeldungen wurden behoben.
Tags: Minor bugfixes
Three minor bugs were fixed, and PHP notice messages were fixed.

2011-06-09 03:54
2.8

Ein Fehler behoben wurde: ein PHP-Warnung, die liest, "Warnung: fclose (): 10 ist nicht eine stream-Ressource" kann passieren, beim Schließen eines Archivs zweimal.
Tags: bugfix
One bug was fixed: a PHP warning that reads, "Warning: fclose(): 10 is not a valid stream resource," may happen when closing an archive twice.

2011-06-08 08:42
2.7

Ein PHP-Fehler "geliefertes Argument ist nicht eine stream-Ressource" oder "nicht definierte Eigenschaft: clsOpenTBS:: $ OutputHandle" passiert, wenn Sie Flush () haben kann. Dies wurde behoben.
Tags: bugfix
A PHP error "supplied argument is not a valid stream resource" or "Undefined property: clsOpenTBS::$OutputHandle" may have happened when using Flush(). This has been fixed.

2011-06-07 09:30
2.6

Diese Version bringt eine kleine Verbesserung: es wirft ein Fehler, wenn TbsZip Flush () versucht, eine gesperrte Datei zu überschreiben. Ein kleiner Fehler wurde behoben: strenge Kompatibilität mit PHP 5 (kein PHP Warnung mit Fehlerberichterstattung E_STRICT).
Tags: Minor bugfixes, Minor enhancement
This version brings a minor enhancement: it raises a TbsZip error if Flush() attempts to overwrite a locked file. A minor bug has been fixed: strict compatibility with PHP 5 (no PHP warning with error reporting E_STRICT).

Project Resources