Michael Osipov
Michael Osipov
Cannot confirm. Works lightning fast with mod_auth_gssapi and svnauthz here. Provide more information. @
The config doesn't help. Unless you provide some debug logs we cannot help. It is likely an issue with your server, PHP module or something else. Reduce everything to a...
20 seconds of process time seems very very long. Is this due to WAMP? I have never used this stack on Windows and hopefully never will.
You might want to disable authc and authz and see if this makes a difference. One needs to narrow this down.
That's good news. svnauthz operates on per-repo basis and there is no interface to that what svnauthz does beside in C otherwise one could read this file in memory and...
At best, you'd raise this question with [email protected]. @brainy any smart idea how we can solve this better from within PHP?
This could be related that PHP launches `cmd.exe` instead of working directly.
@ams-tschoening Yes, sure will do this on Monday as soon as I get access to the server.
The option I see is to extend [this](https://www.php.net/manual/de/book.svn.php) with the `svnauthz` internals and use the PHP--C binding.
The [svnauthz code](https://github.com/apache/subversion/blob/trunk/tools/server-side/svnauthz.c) is not overly complex, but my PHP knowledge way too low to create that shim.