From: <h95...@wu...> - 2006-03-30 20:35:33
|
Hello! 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] 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)? Any hints would be really 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(); |