Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 26180 invoked from network); 7 Jan 2005 11:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jan 2005 11:57:56 -0000 Received: (qmail 3584 invoked by uid 500); 7 Jan 2005 11:57:55 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 3566 invoked by uid 500); 7 Jan 2005 11:57:54 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 3549 invoked by uid 99); 7 Jan 2005 11:57:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from uk.radan.com (HELO styx.radan.com) (217.205.167.84) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 07 Jan 2005 03:57:54 -0800 Received: from unknown(217.205.167.82) by styx.radan.com via csmap id 703ece44_60a3_11d9_9d79_0002b3cb43e0_963; Fri, 07 Jan 2005 11:58:26 +0000 (GMT) Received: from [172.16.50.61] (tangaroa.uk.radan.com [172.16.50.61]) by sockeye.uk.radan.com (8.9.1b+Sun/8.9.1) with ESMTP id LAA14380; Fri, 7 Jan 2005 11:55:03 GMT Message-ID: <41DE791B.6090100@uk.radan.com> Date: Fri, 07 Jan 2005 11:57:15 +0000 From: Steve Hay User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Philippe M. Chiasson" CC: dev@perl.apache.org Subject: [PATCH] Re: [ANNOUNCE] mod_perl 1.99_20 (2.0.0-RC3) References: <41DC995B.3070800@ectoplasm.org> In-Reply-To: <41DC995B.3070800@ectoplasm.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-NAIMIME-Disclaimer: 1 X-NAIMIME-Modified: 1 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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? 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; >Changes since 1.99_19: > >[...] >speed up the 'perl Makefile.PL' stage [Randy Kobes]: > Kudos to Randy for this one! It seems to make quite a big difference on my setup. - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org