Alexey Zakhlestin
Alexey Zakhlestin
dnscrypt-proxy is running (homebrew service, autostarted). And, as I originally wrote, I can't switch between configurations. No matter where I click the ticked item always stays the same. I wonder...
@leoj3n it does not, unfortunately. I moved to https://github.com/jedisct1/bitbar-dnscrypt-proxy-switcher since then and it's been great for me
How do you see this support? From what I see, "built-in server" is mod_php compatible, so it is just a matter of creating router-script. I really don't see how AiP...
So, what you need, is the support for `URLMap` middleware in `aip.yaml`. right?
moved uploads-related request to: https://github.com/indeyets/appserver-in-php/issues/issue/7
I recommended "separate port" approach when "aip" tool was still not implemented. some clients still do that, but it doesn't make much sense anymore. aip-tool does forking and lets you...
there isn't any explicit locking/passing of socket. the only possibility is, that php does something implicitly. but I doubt that. so, those syscalls are related to something else
@jasonzen in PHP there isn't such thing as "file descriptor", but there are streams instead. And stream handlers can be implemented in "userspace". check https://github.com/indeyets/appserver-in-php/tree/master/AiP/Common for example. p.s. just noticed...
Regarding "HTTP parser". You can use pear.indeyets.pp.ru/httpparser php extension, if you need to handle more of HTTP. But, fixes for php-based parser are welcome :) Also, consider, that putting AiP...
I agree. this is the documentation problem pull requests are welcome, sure. pear coding style is preferred