Anyone now how to add tar support to wamp? I'm using shell_exec and tar to extract a .tar file...
Code:
shell_exec("tar -czf $backup_fn -C $directory $foldertocompress");
it works fine online with my hosting providers but I'm not sure how to set it up myself for use with wamp.