David Zülke

Results 86 comments of David Zülke

First, the storage stuff seems counter-intuitive; we'd have to add an implementation for each backend supported by PDO, so that needs fixing. Second, since TAL templates must be valid XML,...

I realize PHP can be executed inside, but that's not a reason not to parse the overall stuff properly :)

That's not poor handling, @MrHash, but in line with the DOM specification :) It always converts to UTF-8. That's what makes DOM portable - no matter what encoding your document...

Any news here? :)

There is a fix, @Beejai and everyone else who's running into this permissions problem with Docker on Synology. Took me forever to figure out. Granting full access for "Everyone" on...

The problem is not the implementation, the problem is the key/signing infrastructure...

Apologies for the confusing description; I've improved the commit message. Wish I could turn this back into a draft PR...

> Wish I could turn this back into a draft PR... https://github.blog/changelog/2020-04-08-convert-pull-request-to-draft/

Why a subdirectory, @atomkirk? Or, at least, why does the PHP runtime have to be in a subdirectory, and not just your application? A lot of moving parts are set...