I have a problem (obvious really as i am posting this)
I need to open a remote .gz compressed file without having to download it. It is a relatively large databse dump file (over 3 mb) which is updated on an hourly basis. Every solution I have seen so far is impractical as it requires the file to be downloaded (even if it is into a temp file which then gets deleted).
I have altered the include_path to point towards the remote file without success however I am not entirely confident that I have used the correct syntax according to the documentation for the gzopen() function.
If anyone can figure out the correct syntax or suggest another method to access the file without having to download it I would be forever in their debt ('forever' being until the morning after)