Finally figured it out
So, I finally figured out the problem with file URI parsing on Redland/Windows.
Basically, the problem boiled down to this - the Windows-specific raptor code was assuming a leading slash, but that was blowing up when there wasn’t one (as in the shipped examples). I misdiagnosed the problem and removed the attempt to skip that character. This however blew up in other circumstances. I couldn’t reproduce it because all my test cases left off the leading slash.
So, after taking a nice break from the code, the problem was immediately obvious. Now the code looks at the first character; if it’s a leading slash it skips it. Everything works again.
New packages are being generated - I should be able to sign and upload them tomorrow.
September 7th, 2005 at 1:40 am
Is there any chance you’d be able to provide PHP binding binaries for Win32?