Visions of Aestia

06 Sep 2005

Finally figured it out

Filed under: General, PlanetRDF — JBowtie @ 8:44 pm

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.

One Response to “Finally figured it out”

  1. Ian Davis Says:

    Is there any chance you’d be able to provide PHP binding binaries for Win32?

Leave a Reply

Powered by WordPress