RE: intermittent %udat problems

2004-12-03 Thread Aldo Letellier
try without a Session Locker PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" That's what I use... -Original Message- From: Eric Freed [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 1:41 PM To: Gerald Richter Cc: [EMAIL PROTECTED] Subject: RE: intermittent %udat problems Unf

RE: intermittent %udat problems

2004-12-03 Thread Eric Freed
Unfortunately, the problem has returned. This is how it has been all along, I do something and the problem seems to goes away, but after a while it returns. (Maybe that is a clue...right after restarting apache, there is not a problem). This time I set the cookie path, but no luck. On a side note

Is there a patch for file upload with CGI > 3.00 ( EP 1.3.6 )

2004-12-03 Thread Aldo Letellier
Hi, I know there is a problem with EP 1.3.6 and CGI > 3.0, but I can't find the patch or fix for it. Is there a patch for file upload with CGI > 3.00? Thanks, Aldo LeTellier - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

RE: No quoting of " (") ?

2004-12-03 Thread Torsten Luettgert
On Do, 2004-12-02 at 17:03, Torsten Luettgert wrote: > So do I need to set $escmode to 7 around the tags which have values > auto-assigned from %fdat? That's quite an inconvenience. > I tried adding it to the syntax, but it didn't work. Perhaps > the auto-value-adding could be changed so it overri

Various Embperl patches from the Debian package [3/3]

2004-12-03 Thread Angus Lees
These compiler warning fixes: --- libembperl-perl-2.0rc2.orig/xs/Embperl/Req/Config/Config.xs +++ libembperl-perl-2.0rc2/xs/Embperl/Req/Config/Config.xs @@ -134,8 +134,8 @@ MODULE = Embperl::Req::ConfigPACKAGE = Embperl::Req::Config char -mult_field_sep(obj, val=NULL) +mult_field_sep(obj,

Various Embperl patches from the Debian package [2/3]

2004-12-03 Thread Angus Lees
This one is needed for some architectures (m68k) where PTR2IV can produce a signed (negative) result: --- libembperl-perl-2.0rc2.orig/test/cmp/reqrec.htm +++ libembperl-perl-2.0rc2/test/cmp/reqrec.htm @@ -9,11 +9,11 @@ $_[1] = ^\$rec_rec = Apache(::RequestRec)?=SCALAR\(0x.*?\) -^\$\$rec_re

Various Embperl patches from the Debian package [1.5/3]

2004-12-03 Thread Angus Lees
oh, missed another simple one: --- libembperl-perl-2.0rc2.orig/Makefile.PL +++ libembperl-perl-2.0rc2/Makefile.PL @@ -1293,7 +1310,7 @@ 'INC' => $i, 'EXE_FILES'=> [ 'embpexec.pl', 'embpmsgid.pl' ], 'clean'=> { FILES => 'dirent.h test/conf/

Various Embperl patches from the Debian package [1/3]

2004-12-03 Thread Angus Lees
At Sun, 21 Nov 2004 20:40:20 +0100, Gerald Richter wrote: > Any bug reports, patches, documentation updates, spelling corrections are Various patches from the Debian package.. (NB: it would be nicer if Embperl_BS ended with a newline character) Self-explanatory ones: --- libembperl-perl-2.0rc2.