From dev-return-2798-apmail-perl-dev-archive=perl.apache.org@perl.apache.org Thu May 23 22:49:07 2002 Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 30863 invoked by uid 500); 23 May 2002 22:49:06 -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 30845 invoked from network); 23 May 2002 22:49:05 -0000 Date: Fri, 24 May 2002 06:49:13 +0800 From: Autrijus Tang To: Doug MacEachern Cc: Autrijus Tang , lstein@cshl.org, dev@perl.apache.org Subject: Re: [PATCH] CGI.pm vs. mod_perl2's POST. Message-ID: <20020523224913.GA309@not.autrijus.org> References: <20020523162547.GC545@not.autrijus.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i X-Copyright: Copyright 2002 by Autrijus Tang. All rights reserved. X-Public-Key: http://autrijus.org/pubkey.asc X-Notice: Forwarding of this mail prohibited without written consent. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=big5 Content-Disposition: inline On Thu, May 23, 2002 at 09:25:30AM -0700, Doug MacEachern wrote: > On Fri, 24 May 2002, Autrijus Tang wrote: > > As the new Apache->request provide a 'content' method already, I patched > > it so it tests for the method, and prefers it if it is available. > the 'content' method is deprecated in 2.0. CGI.pm should be moving away > from modperl-isms rather than adding new ones. I see. Thanks for your kind explanation. > can we see your perl -V please? there is a known issue with 5.6.1 and > ithreads enabled that might be causing this problem. It's bleadperl-16610. I'll try to hunt down the bug -- any quick pointers? Thanks, /Autrijus/ Summary of my perl5 (revision 5 version 7 subversion 3) configuration: Platform: osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread uname='' config_args='undef' hint=recommended, useposix=true, d_sigaction=undef usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=undef usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cl', ccflags ='-nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX', optimize='-MD -DNDEBUG -O1', cppflags='-DWIN32' ccversion='', gccversion='', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=8, prototype=define Linker and Libraries: ld='link', ldflags ='-nologo -nodefaultlib -release -libpath:"c:\perl58\lib\CORE" -machine:x86' libpth=C:\PROGRA~1\MICROS~3\VC98\lib libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib Dynamic Linking: dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release -libpath:"c:\perl58\lib\CORE" -machine:x86' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS Locally applied patches: DEVEL16610 Built under MSWin32 Compiled at May 17 2002 11:27:50 %ENV: PERLDB_OPTS="RemotePort=127.0.0.1:2000" @INC: C:/perl58/lib C:/perl58/site/lib . --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6d-cvs (FreeBSD) iEYEARECAAYFAjztcekACgkQtLPdNzw1AaBvfQCghy324wx232IRayaeLuJGpnkm LnEAn3Bvrk8IujRyrgq5bdW1E08cdh1l =mUVO -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--