On 10/5/07, Mitko Iliev <imi...@openlinksw.co.uk> wrote: > The problem is that php open the cursor as dynamic, as a workaround can > try to set the cursor as forward only.
That seems to be too complicated for me right now. I'm also wondering why TOP is even not considered if I do SELECT DISTINCT, which according to the docs will always result in a static cursor. Do you think the problem will disappear, when I use the Virtuoso PHP5 hosting (possibly with the in process communication)? Unfortunately, I did not manage to compile Virtuoso with PHP5 support. I tried various combinations: ./configure --enable-php ./configure --enable-php5 ./configure --enable-php=/usr/lib/php5/ ./configure --enable-php5=/usr/lib/php5/ ./configure --enable-php=/usr/lib ./configure --enable-php5=/usr/lib I even created a symbolic link from /usr/lib/php5 to /usr/lib/php. But that did not produce any errors nor PHP support. Looking at Makefile.in I have the impression the PHP directory structure changed meanwhile. Why does configure not produce any errors, if it can't find PHP? Best Sören