Results 194 comments of Konrad Abicht

It seems DOM extension requires XML extension, but both are activated per default in PHP 7(?), sources: * https://www.php.net/manual/en/dom.installation.php * https://www.php.net/manual/en/dom.requirements.php In my opinion this issue is solved and can...

I checked the code and couldn't find any way to do that. Unless there is no further feedback, we should close this issue and mark it as "wont-fix".

> why not add this feature? That is also fine by me. Can you tag the "feature" tag here?

As far as I can tell, its because of `nstest:Test\#id`. That is not a valid shortened URI, because of the `\` and `#`. Can you please check valid characters in...

My bad, I just checked the specification ([ref 1](https://www.w3.org/TR/turtle/#sec-iri), [ref 2](https://www.w3.org/TR/turtle/#reserved)). > reserved character escape sequences consist of a '\' followed by one of ~.-!$&'()*+,;=/?#@%_ and represent the character to...

> Should Test Suite be added to the repo? > Should it be downloaded before tests are run? Might be worth a try, but I vote for adding it permanently...

> We really need PHP 8.1 support If it is urgent, you might wanna use my fork https://github.com/sweetrdf/easyrdf in the meantime. It has PHP 8.1 support and other improvements.

If you think that is helpful to others, you should open a pull request.

Can you give us more information about your code and environment (PHP version, other libraries in use etc.)? Also, what fails? Is there an error message? Have a look at...

> I'd still be interested in knowing whether there is a limit to the size of POSTed content with EasyRDF I can't answer that. Maybe @njh or @indeyets?