1
0
mirror of https://github.com/splitbrain/php-archive.git synced 2025-01-16 13:09:12 +01:00
Mateusz Żółtak 5ff390cbd0 Tar: write performance optimizations
Tar::addData(): pad only the last block of data and write everything
else with just a single writebytes() call and without pack().

Tar::addFile(): move the read chunk size to a class constant.
2024-12-07 10:01:10 +01:00
..
2024-12-07 10:01:10 +01:00
2022-03-23 10:21:55 +01:00