compiling Embperl 2.2 on Mac OS-X with apache 1.3.33

2006-11-21 Thread Wolfgang Kinkeldei
->tm_min, tms->tm_sec, tz > 0?"+":"", tz); #else localtime_r(&when, &tms); -#ifndef __BSD_VISIBLE +#if !defined(__BSD_VISIBLE) && !defined(__DARWIN_UNIX03) tz = -timezone / 36 + (tms.tm_isdst?100:0) ; #else tz = -tms.tm_gmtoff / 36 + (tms.t

strange Locking behavior on OS-X Server

2007-03-21 Thread Wolfgang Kinkeldei
in... After setting the lock-method to "Null" this situation did no more occur again but now a potential session-inconstency could occur which does not satisfy me. Did somone else also have such an odd behavior? Regards, Wolfgang Kinkeldei -- ' /\_/\ ' .print[

Re: strange Locking behavior on OS-X Server

2007-04-05 Thread Wolfgang Kinkeldei
Am 02.04.2007 um 16:08 schrieb Gerald Richter - ECOS GmbH: Hi, on OS-X Server, Version 10.4, Apache/1.3.33 (Darwin) Embperl/2.2.0 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/ 0.9.7l mod_perl/1.29 a strange behaviour occurs when using "File" as storaage and either "Semaphore" or "File" as locking, unde

Re: apache, webdav, embperl

2007-05-24 Thread Wolfgang Kinkeldei
v alias all of the perl code in my web pages is already interpreted. Is there a way to tell EmbPerl not to interprete the perl code in my web page when I got through the websitedav alias ? Regards, Wolfgang Kinkeldei -- ' /\_/\ ' .print[split??,"".(($/=q|Cms)+-

Re: $udat session anomaly

2007-09-07 Thread Wolfgang Kinkeldei
Am 07.09.2007 um 11:56 schrieb Aare Vesi: Hello, I have the following problem with adding information into $udat sessions. Used to work alright but now in some parts it works and in some parts it does not. For example adding information as hash: $udat{sessioninfo} -> {subinfo} = 'test';