Author: stevehay
Date: Thu Feb 6 14:29:23 2014
New Revision: 1565275
URL: http://svn.apache.org/r1565275
Log:
Fix t/apache/subprocess.t on Windows, using httpd-2.4.x.
This test fails every time for me, but not with httpd-2.2.x, which I don't
understand. Debugging, if you start up the server, th
Author: stevehay
Date: Thu Feb 6 09:18:29 2014
New Revision: 1565130
URL: http://svn.apache.org/r1565130
Log:
Remove unused constant PERLIO_5_8_IS_ENABLED from subprocess.pm.
Modified:
perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm
Modified:
perl/modperl/branche
Author: stevehay
Date: Thu Feb 6 09:15:41 2014
New Revision: 1565129
URL: http://svn.apache.org/r1565129
Log:
Correct perl version check in APR::PerlIO::PERLIO_LAYERS_ARE_ENABLED().
Sadly this was not the cause of t/apache/subprocess.t failing on Windows with
httpd-2.4.x.
Modified:
perl/mod
Author: stevehay
Date: Thu Feb 6 08:56:29 2014
New Revision: 1565123
URL: http://svn.apache.org/r1565123
Log:
The extended printf format %pt in apr_vformatter() requires a apr_os_thread_t*,
not a (void*)apr_os_thread_t. This fixes a crash in conv_os_thread_t when
starting up httpd+mod_perl on W