Re: failing t/php/strings2.t

2016-11-02 Thread William A Rowe Jr
On Wed, Nov 2, 2016 at 1:27 AM, William A Rowe Jr wrote: > On Tue, Nov 1, 2016 at 10:24 AM, Petr Gajdos wrote: > >> On Tue, Nov 01, 2016 at 10:12:31AM -0500, William A Rowe Jr wrote: >> > On Tue, Nov 1, 2016 at 8:22 AM, Petr Gajdos wrote:

Re: Redis and mod_cache/mod_socache

2016-11-02 Thread William A Rowe Jr
On Mon, Oct 31, 2016 at 10:49 AM, Graham Leggett wrote: > On 31 Oct 2016, at 5:05 PM, Jim Jagielski wrote: > > > Moving to APR: > > > > Query: Think it would be worth my time to work on a Redis > > implementation for APR-util? I am working on a minimal Redis

failing t/php/cfunctions.t

2016-11-02 Thread Petr Gajdos
Hello, the cause is missing call_user_method() function in php7: http://php.net/manual/en/function.call-user-method.php The same page suggest to use call_user_func() instead [1]. Tested with php 7.0 down to 5.2 and it seems to work everywhere. Petr [1]

Re: svn commit: r1767482 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/http/http_request.c server/request.c

2016-11-02 Thread Jim Jagielski
Reverted. Thx! > On Nov 2, 2016, at 5:12 AM, Ruediger Pluem wrote: > > > > On 11/01/2016 12:53 PM, j...@apache.org wrote: >> Author: jim >> Date: Tue Nov 1 11:53:57 2016 >> New Revision: 1767482 >> >> URL: http://svn.apache.org/viewvc?rev=1767482=rev >> Log: >> Merge

Re: Redis and mod_cache/mod_socache

2016-11-02 Thread Jim Jagielski
Interesting. Thx! > On Nov 2, 2016, at 5:36 AM, Mario Brandt wrote: > > Hi, > > there is already a working module. Works on Linux and Windows. > https://github.com/photom/mod_socache_redis > You may wana check it out. > > On 31 October 2016 at 14:30, Jim Jagielski

failing t/php/strings4.t

2016-11-02 Thread Petr Gajdos
Hello, another of few tests that are failing for me. The cause seem to be encoding of the php test script. The reason is behind changing default value of encoding parameter in different php versions. http://php.net/manual/en/function.htmlspecialchars.php (similarly for htmlentities()) If you

Re: Redis and mod_cache/mod_socache

2016-11-02 Thread Mario Brandt
Hi, there is already a working module. Works on Linux and Windows. https://github.com/photom/mod_socache_redis You may wana check it out. On 31 October 2016 at 14:30, Jim Jagielski wrote: > Query: Think it would be worth my time to work on a > Redis implementation for

Re: svn commit: r1767482 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/http/http_request.c server/request.c

2016-11-02 Thread Ruediger Pluem
On 11/01/2016 12:53 PM, j...@apache.org wrote: > Author: jim > Date: Tue Nov 1 11:53:57 2016 > New Revision: 1767482 > > URL: http://svn.apache.org/viewvc?rev=1767482=rev > Log: > Merge r1698239 from trunk: > Submitted by: covener > Reviewed/backported by: jim > > Modified: >

Re: failing t/php/strings2.t

2016-11-02 Thread William A Rowe Jr
On Tue, Nov 1, 2016 at 10:24 AM, Petr Gajdos wrote: > On Tue, Nov 01, 2016 at 10:12:31AM -0500, William A Rowe Jr wrote: > > On Tue, Nov 1, 2016 at 8:22 AM, Petr Gajdos wrote: > > $ php -r 'var_dump(rawurlencode("~"));' > > string(1) "~" > > $ > > >