<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Thanks for confirmation, if RC3 is not out by Monday, I'll upload fixed RC2<br><br><div><span style="background-color: rgba(255, 255, 255, 0); font-size: 13pt;">-- </span></div><div><span style="background-color: rgba(255, 255, 255, 0);">Ondřej Surý <<a href="mailto:ondrej@sury.org">ondrej@sury.org</a>></span></div><div><span style="background-color: rgba(255, 255, 255, 0);">Knot DNS (<a href="https://www.knot-dns.cz/">https://www.knot-dns.cz/</a>) – a high-performance DNS server</span></div></div><div><br>On 20. 7. 2014, at 16:25, Bernhard Schmidt <<a href="mailto:berni@birkenwald.de">berni@birkenwald.de</a>> wrote:<br><br></div><blockquote type="cite"><div><span>Hi,</span><br><span></span><br><span>On 19.07.2014 01:00, Ondřej Surý wrote:</span><br><blockquote type="cite"><span>Only thing that's broken right now is getallheaders() in php5-fpm,</span><br></blockquote><blockquote type="cite"><span>so there's a remote possibility that roundcube is using that...</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>Anyway RC3 should be out soon and I'll fix getallheaders there, so</span><br></blockquote><blockquote type="cite"><span>it might help...</span><br></blockquote><span></span><br><span>I think that is indeed the case. getallheaders() is used if it exists.</span><br><span></span><br><span>    public static function request_header($name)</span><br><span>    {</span><br><span>        if (function_exists('getallheaders')) {</span><br><span>            $hdrs = array_change_key_case(getallheaders(), CASE_UPPER);</span><br><span>            $key  = strtoupper($name);</span><br><span>        }</span><br><span>        else {</span><br><span>            $key  = 'HTTP_' . strtoupper(strtr($name, '-', '_'));</span><br><span>            $hdrs = array_change_key_case($_SERVER, CASE_UPPER);</span><br><span>        }</span><br><span></span><br><span>        return $hdrs[$key];</span><br><span>    }</span><br><span></span><br><span>Best Regards,</span><br><span>Bernhard</span><br></div></blockquote></body></html>