Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm

2005-10-04 Thread Geoffrey Young
Stas Bekman wrote: > Stas Bekman wrote: > >> [EMAIL PROTECTED] wrote: >> >>> Author: geoff >>> Date: Wed Sep 28 11:18:39 2005 >>> New Revision: 292234 >>> >>> URL: http://svn.apache.org/viewcvs?rev=292234&view=rev >>> Log: >>> add :proxy import tag to Apache2::Const which exposes new >>> constan

Re: PerlSections and Tie::DxHash issue

2005-10-04 Thread Geoffrey Young
Scott Wessels wrote: > In attempting to implement a complete PerlSections apache configuration, > I ran into a problem when trying to use multiple > RewriteCond/RewriteRules and Tie::DxHash > (http://search.cpan.org/~kruscoe/Tie-DxHash-0.93/lib/Tie/DxHash.pm) in a > $VirtualHost. When using Apach

PerlSections and Tie::DxHash issue

2005-10-04 Thread Scott Wessels
In attempting to implement a complete PerlSections apache configuration, I ran into a problem when trying to use multiple RewriteCond/RewriteRules and Tie::DxHash (http://search.cpan.org/~kruscoe/Tie-DxHash-0.93/lib/Tie/DxHash.pm) in a $VirtualHost. When using Apache2::PerlSections->dump, the c

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC

2005-10-04 Thread Geoffrey Young
Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >> A release candidate for Apache-Test 1.27 is now available. >> >> http://people.apache.org/~pgollucci/at/Apache-Test-1.27-dev.tar.gz > > I've noticed we include the RELEASE file in the release tarball. I > don't believe mod_perl or ap

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Philip M. Gollucci
Stas Bekman wrote: and if you try my last patch suggestion? I'll try to give this a whirl late tonight. -- END What doesn't kill us can only make us stronger. Nothing is impossible.

Re: [RELEASE CANDIDATE] Apache-Test-1.27 RC

2005-10-04 Thread Philip M. Gollucci
Philip M. Gollucci wrote: A release candidate for Apache-Test 1.27 is now available. http://people.apache.org/~pgollucci/at/Apache-Test-1.27-dev.tar.gz I've noticed we include the RELEASE file in the release tarball. I don't believe mod_perl or apreq do. Is this intentional ? -- END -

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Philip M. Gollucci
Stas Bekman wrote: No, since it's not a regression. It's really up to you as an RM to decide. My advice is to release things as they are, then fix this problem and give it some time to be tested before it gets into the next release. Agreed. If I've got enough postive feedback, I'll release on

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Stas Bekman
Philip M. Gollucci wrote: Stas Bekman wrote: Thinking more about it we need a better fix. Currently modperl_wbucket_flush is not flexible enough. What PerlIOApache_flush needs is: - if there is data to flush, flush it and *unconditionaly* append the flush bucket - if there is no data to

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Stas Bekman
Philip M. Gollucci wrote: Stas Bekman wrote: As I think more about it, there was a reason for this FALSE setting. As you know Apache will send headers as soon as it gets some data out and a flush bucket is by Apache-talk is data. So what was happening is that when users were doing something i

Re: towards a 2.07 release

2005-10-04 Thread Joe Schaefer
Steve Hay <[EMAIL PROTECTED]> writes: > #define PerlLIO_link(oldname, newname)link((oldname), (newname)) > #define linkwin32_link Ew. [...] > I'm sure not where this needs fixing -- Perl, mod_perl, or libapreq -- > but now would be a good time whichever of those it is to be! I

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [...] > > Sorry Tom, I have not read that question, I still have tons of emails to > catch up with. Ideally, send here a new test that fails and we will be > much quicker to look at it/fix it. > Sorry I cann't it's not a problem of mine. I only brou

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Philip M. Gollucci
Stas Bekman wrote: Thinking more about it we need a better fix. Currently modperl_wbucket_flush is not flexible enough. What PerlIOApache_flush needs is: - if there is data to flush, flush it and *unconditionaly* append the flush bucket - if there is no data to flush do nothing. modperl_

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Stas Bekman
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman wrote: Stas Bekman wrote: Philip M. Gollucci wrote: [...] 6. Okay so from the 4 above attached files in #5 it looks like PerlIOApache_flush() is being called, but not working. [I'll list this function at the

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Philip M. Gollucci
Stas Bekman wrote: As I think more about it, there was a reason for this FALSE setting. As you know Apache will send headers as soon as it gets some data out and a flush bucket is by Apache-talk is data. So what was happening is that when users were doing something in their code that was causin

Re: POD patch

2005-10-04 Thread Stas Bekman
Frank Wiles wrote: Hi Everyone, Attached is a small patch to clean up a couple of typos in the APR::UUID pod. Let me know if you need it in a different format, as I couldn't get the general 'svn diff' to work I had to do svn diff docs/api/APR/UUID.pod > patch. Thanks Frank, comm

Re: svn commit: r292234 - in /perl/modperl/trunk: Changes t/apache/constants.t t/response/TestModules/proxy.pm xs/tables/current/Apache2/ConstantsTable.pm

2005-10-04 Thread Stas Bekman
Stas Bekman wrote: [EMAIL PROTECTED] wrote: Author: geoff Date: Wed Sep 28 11:18:39 2005 New Revision: 292234 URL: http://svn.apache.org/viewcvs?rev=292234&view=rev Log: add :proxy import tag to Apache2::Const which exposes new constants PROXYREQ_NONE, PROXYREQ_PROXY, and PROXYREQ_REVERSE an

Re: $|, flushing, etc... [was Next Release]

2005-10-04 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman wrote: > Stas Bekman wrote: > >> Philip M. Gollucci wrote: >> [...] >> >>> 6. Okay so from the 4 above attached files in #5 it looks like >>> PerlIOApache_flush() is being called, but not working. >>> [I'll list this function at the e

POD patch

2005-10-04 Thread Frank Wiles
Hi Everyone, Attached is a small patch to clean up a couple of typos in the APR::UUID pod. Let me know if you need it in a different format, as I couldn't get the general 'svn diff' to work I had to do svn diff docs/api/APR/UUID.pod > patch. - F

Re: towards a 2.07 release

2005-10-04 Thread Steve Hay
Joe Schaefer wrote: Note this is our first non-dev candidate, so please give it the extra scrutiny it deserves. Release Candidate #1 - http://people.apache.org/~joes/libapreq2-2.07-rc1.tar.gz This still doesn't build on Win32 with my perl configuration, in which PERL_IMPLICIT_SYS is not d