From: Chris B. <bi...@ze...> - 2006-03-31 11:59:12
|
Hi Thomas, > > I tried to run RAP 0.9.3 on servers with PHP 4.3.10 and 4.4.2, but the > sparql > classes use features exclusive to PHP 5 (I guess - I'm new to OOP). > > Is it possible to use SPARQL with that RAP and PHP versions? [1] Sorry, the SPARQL package only works with PHP5. > Or is there an older version of RAP that will work? (I didn't find it > mentioned > in the release notes on sourceforge or in the documentation)? Do you really need SPARQL functionality or would RDQL be enough? If yes, you could use RAP's RDQL engine which works with PHP4. Cheers Chris > Any hints would be great! > > Bye, > Thomas > > [1] > I tried changing private variables to "var", public functions to just > "function" > etc., but I still get a error in SparqlEngine.php from this line: > $element = $it->current()->getStatement(); > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Rdfapi-php-interest mailing list > Rdf...@li... > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest |