Steve Hay wrote:
Philippe M. Chiasson wrote:
mod_perl 1.99_20 (2.0.0-RC3) is out:
All tests OK on WinXP/VC++ with perl-5.8.5 and apache-2.0.50.
Are the t/perl/ithreads*.t tests going to be reinstated into the distro
sometime?
Not any time soon, I still get random failures on linux.
The current SVN (rev 124479) still works fine for me with
these tests in, although I had to fix another code-before-declaration
error when compiling modperl_cmd.c:
Index: src/modules/perl/modperl_cmd.c
===================================================================
--- src/modules/perl/modperl_cmd.c (revision 124479)
+++ src/modules/perl/modperl_cmd.c (working copy)
@@ -256,8 +256,8 @@
if (APR_SUCCESS == apr_stat(&finfo, arg, APR_FINFO_TYPE, p)) {
if (finfo.filetype != APR_NOFILE) {
+ modperl_require_file_t *require = apr_pcalloc(p,
sizeof(*require));
MP_TRACE_d(MP_FUNC, "push PerlPostConfigRequire for %s\n",
arg);
- modperl_require_file_t *require = apr_pcalloc(p,
sizeof(*require));
require->file = arg;
require->dcfg = dcfg;
Thanks applied.
--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]