Fixed the problem.
Was getting this error in my error_log file:
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/memcache.so’ – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/memcache.so: cannot open shared object file: No such file or directory in Unknown on line 0
parsekit.so and memchache.so were missing from the path:
/usr/local/lib/php/extensions/no-debug-non-zts-20060613/
I installed them and restarted Apache.
No more error messages and my TAR file decompress properly.
Thanks!