Re: ModPerl2/Apache2 - Error handling return codes - RegistryCooker.pm: "Argument "" isn't numeric ...& bottom of web page say: OK the server encounteredan internal .....

2003-08-21 Thread Stas Bekman
Adolph Torres wrote: Hello, First time doing this so please bear with me. I've built a RedHat 9.0/Apache2/ModPerl2/Perl5.8.0/MySQL4/SSL Linux box running almost perfect but with the problem below. And Looking through very many emails written by and to Stas Bekman and others about this it app

[PATCH libapreq-1.2] Re: [PATCH mp1.28] Clean up file uploaded bytest suite

2003-08-21 Thread Steve Hay
Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Do we have the same problem with Apache::Request? I don't think so, but I'm not sure where the uploaded data gets spooled to by Apache::Request. (CGI.pm created "CGItemp" files in my C:\Temp directory. Where does Apache::Request put th

Re: ModPerl2/Apache2 - Error handling return codes - RegistryCooker.pm: "Argument "" isn't numeric ...& bottom of web page say: OK the server encounteredan internal .....

2003-08-21 Thread Geoffrey Young
unrelated, please try to change line 155 to be: my $new_status = $self->{REQ}->status($old_status || Apache::OK); if you're going to do that it should be Apache::HTTP_OK (200). --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: RE : BINMODE does not seem to support PerlIO layers on mod_perl2

2003-08-21 Thread Geoffrey Young
Stas Bekman wrote: Ayhan Ulusoy wrote: Thanks Stas, & let me know if I can be of any help (I won't be here for the next two weeks though). Try the cvs version, I have just committed a perlio layer interface which will be used instead of the tied handle for perl5.8+ w/useperlio. Now binmode w

Re: APR/AP => MP sync

2003-08-21 Thread Geoffrey Young
Stas Bekman wrote: Geoffrey Young wrote: we really ought to pin down exactly how far back we are going to support httpd/apr. since we're not 2.0 yet, we should probably just pick a version to support going forward. for instance, I'm not sure it makes sense to support 2.0.40 anymore - the ba

Re: cvs commit: modperl-2.0 Changes

2003-08-21 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: stas2003/08/20 16:20:14 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_io.c modperl_io.h lib/ModPerl Code.pm xs/tables/current/ModPerl FunctionTable.pm .Changes Added:

minimum supported httpd version

2003-08-21 Thread Geoffrey Young
hi all... just to move the issue to it's own thread, I'm planning on making httpd 2.0.46 the oldest supported apache version for mp2. the main reason for this is that I think backwards compatibility with older apr libraries is getting cumbersome. admittedly, it's not too bad yet, but righ

Re: APR/AP => MP sync

2003-08-21 Thread Geoffrey Young
ok, the attached patch removes support for httpd 2.0.45 and below. did I miss anything? scrap that - I found a whole bunch of stuff in the tests and build system. I'll submit a new patch for it all soonish, and attach it to the new version thread. --Geoff --

RE: ModPerl2/Apache2 - Error handling return codes - RegistryCooker.pm:"Argument "" isn't numeric ...& bottom of web page say: OK the server encounteredan internal .....

2003-08-21 Thread Adolph Torres
Hello Again,   Below is the slimmed down script (script1.pl) to reproduce the same error.  This script is supposed to accept form input of all types (char, boolean, numeric, etc).  Couple things to note:  Neither edit changed the error message in error_log nor prevented the OK msg from popping

Re: minimum supported httpd version

2003-08-21 Thread Joe Schaefer
Geoffrey Young <[EMAIL PROTECTED]> writes: > hi all... > >just to move the issue to it's own thread, I'm planning on making > httpd 2.0.46 the oldest supported apache version for mp2. > >the main reason for this is that I think backwards compatibility > with older apr libraries is gettin

Re: minimum supported httpd version

2003-08-21 Thread Stas Bekman
Geoffrey Young wrote: hi all... just to move the issue to it's own thread, I'm planning on making httpd 2.0.46 the oldest supported apache version for mp2. the main reason for this is that I think backwards compatibility with older apr libraries is getting cumbersome. admittedly, it's not

RE: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument "" isn't numeric ...& bottom of web page say:OK the server encounteredan internal .....

2003-08-21 Thread Randy Kobes
On Thu, 21 Aug 2003, Adolph Torres wrote: > Below is the slimmed down script (script1.pl) to reproduce > the same error. This script is supposed to accept form > input of all types (char, boolean, numeric, etc). Couple > things to note: Neither edit changed the error message in > error_log nor

Re: minimum supported httpd version

2003-08-21 Thread Geoffrey Young
my feeling is that by the time we are ready for an official 2.0 release, 2.0.46 will be sufficiently old that it is a reasonable point of support. personally, I'd like to use 2.0.47 and remove all back-compat code, but since 2.0.46 is the same version required by libapreq, I thought that was a c

RE: ModPerl2/Apache2 - Error handling return codes -RegistryCooker.pm:"Argument "" isn't numeric ...& bottom of web page say:OK the server encounteredan internal .....

2003-08-21 Thread Adolph Torres
Hello,   That did it!  I'll make sure to watch for that pointer reference in the future.  The error_log is now clean and the OK message is not appearing on pages.  And if I ever see that in some online venue I'll make sure to pass this info on.   Best Regards, Adolph Torres [EMAIL PROTECTED]    

Re: minimum supported httpd version

2003-08-21 Thread Stas Bekman
Geoffrey Young wrote: my feeling is that by the time we are ready for an official 2.0 release, 2.0.46 will be sufficiently old that it is a reasonable point of support. personally, I'd like to use 2.0.47 and remove all back-compat code, but since 2.0.46 is the same version required by libapreq,

Re: cvs commit: modperl-2.0 Changes

2003-08-21 Thread Stas Bekman
Geoffrey Young wrote: I'm not exacly sure where it was introduced, but closure.t is now acting funny for me. I've gotten the following different errors this morning on cvs head from mutiple tests (as well as success) closureok 5/6Use of uninitialized value in subtraction (-) at cl

problems building latest CVS on NetBSD 1.6.1

2003-08-21 Thread Carl Brewer
CVS up pulled 10 mins ago onto a NetBSD (i386) 1.6.1 box : In file included from Filter.xs:26: /data/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h: In function `mpxs_Apache__Filter_print': /data/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h:22: parse error before `rv' /data/src/modperl-2

Re: cvs commit: modperl-2.0/t/modperl sameinterp.t

2003-08-21 Thread Geoffrey Young
# make the tests resistant to a failure of finding the same perl # interpreter, which happens randomly and not an error. # the first argument is used to decide whether to skip the sub-test, # the rest of the arguments are passed to 'ok t_cmp'; sub skip_not_same_intrep { I noticed th

Re: minimum supported httpd version

2003-08-21 Thread Geoffrey Young
No, no, please don't go above 2.0.46 just yet. 2.0.47 is still new and if users are on systems where they need/want to run pre-packaged versions, it's quite possible that 2.0.47 is still not available as a package. yeah, that's a consideration. I've cleaned up the code to remove all back-comp

Re: cvs commit: modperl-2.0/t/modperl sameinterp.t

2003-08-21 Thread Stas Bekman
Geoffrey Young wrote: # make the tests resistant to a failure of finding the same perl # interpreter, which happens randomly and not an error. # the first argument is used to decide whether to skip the sub-test, # the rest of the arguments are passed to 'ok t_cmp'; sub skip_not_same

Re: problems building latest CVS on NetBSD 1.6.1

2003-08-21 Thread Stas Bekman
Carl Brewer wrote: CVS up pulled 10 mins ago onto a NetBSD (i386) 1.6.1 box : In file included from Filter.xs:26: /data/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h: In function `mpxs_Apache__Filter_print': /data/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h:22: parse error before `rv'

Re: problems building latest CVS on NetBSD 1.6.1

2003-08-21 Thread Carl Brewer
Stas Bekman wrote: Anyways, I have fixed that in cvs, if you notice something else please let me know. fixed, thanks. I'm seeing loads of make test errors at the moment too, transients, or do you want them submitted? Carl

Re: problems building latest CVS on NetBSD 1.6.1

2003-08-21 Thread Stas Bekman
Carl Brewer wrote: I'm seeing loads of make test errors at the moment too, transients, or do you want them submitted? There shouldn't be any. Certainly send them in, under a different thread please. However if you are using perl 5.8.1-tobe, you must get the very recent version, RC4 has problems

mp2 make test errors with current CVS on NetBSD 1.6.1/i386/perl 5.8.0

2003-08-21 Thread Carl Brewer
NetBSD 1.6.1 (i386) Perl 5.8.0 Running as me, not root. steel1: {115} perl mp2bug -8<-- Start Bug Report 8<-- 1. Problem Description: lots of make test errors 2. Used Components and their Configuration: *** mod_perl version 1.9910 *** using /data/src