Open DominikStyp opened 7 years ago
Thanks, this fix worked for me on php 7.1 + windows 10.
The error I was previously getting after calling save()
was:
"""
Unable to load the address!\n
Error opening url "c:%5CWINDOWS%5CTEMP/8111382345a52fa7498260.html": Protocol "c" is unknown\n
"""
I've profided a fix for the following example, which doesn't work on Windows 7.
Prolblem lies in saveLocal() method, which tries to run command with wrong temporary file prefix. On Windows you have to use prefix file:/// for that purpose. I've provided quick and dirty fix for that, but it should be fixed in source code:.