WoW it works!
Many thanks for this.
The correct code is:
function gzopen($filename , $mode, $use_include_path = 0 ) { return gzopen64($filename, $mode, $use_include_path); }
No "string" before $filename
I hope people find this post to fix on their install too..