Files
iTop/lib/archivetar/README.md
Pierre Goiffon e6e79df8db N°2150 update Archive_Tar to 1.4.7
Now we don't have anymore some Combodo specific code inside the lib \o/
2019-07-11 14:30:30 +02:00

942 B

From https://github.com/pear/Archive_Tar

Combodo modifications are inside those comments :

// --- START COMBODO modification
// --- END COMBODO modification

iTop 2.5.0 : N°1188

Lib integrated in setup/tar.php, renamed class to the iTop standard (ArchiveTar instead of Archive_Tar)
Based on v1.4.4 but with some modifications.

iTop 2.5.2 : N°2033

Combodo modifications are now wrapped in ITopArchiveTar... But there is still a modification remaining in the code : bigger read buffer to improve perf.

The bigger read buffer was submited with PR#23, merged and integrated in v1.4.7.

iTop 2.7.0 : N°2150

Integration of v1.4.7.
Added also the PEAR.php dependency v1.10.9.